public class SaveLogoutContext
extends net.shibboleth.idp.profile.AbstractProfileAction
LogoutContext in the servlet session to facilitate lookup by logout propagation flows.| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
static String |
LOGOUT_CONTEXT_KEY
Key name under which LogoutContext is stored in Session.
|
private com.google.common.base.Function<ProfileRequestContext,LogoutContext> |
logoutContextLookup
Looks up a LogoutContext from PRC.
|
| Constructor and Description |
|---|
SaveLogoutContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext springRequestContext,
ProfileRequestContext profileRequestContext) |
void |
setLogoutContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,LogoutContext> strategy)
Set the lookup strategy for the
LogoutContext. |
execute, getMessage, getMessage, getMessage, getProfileContextLookupStrategy, getRequestContext, getResult, setMessageSource, setProfileContextLookupStrategydoPreExecute, getActivationCondition, setActivationConditiondoExecute, doPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitialized@Nonnull @NotEmpty public static final String LOGOUT_CONTEXT_KEY
@Nonnull private final org.slf4j.Logger log
@Nonnull private com.google.common.base.Function<ProfileRequestContext,LogoutContext> logoutContextLookup
public void setLogoutContextLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,LogoutContext> strategy)
LogoutContext.strategy - lookup strategy@Nonnull protected org.springframework.webflow.execution.Event doExecute(@Nonnull org.springframework.webflow.execution.RequestContext springRequestContext, @Nonnull ProfileRequestContext profileRequestContext)
doExecute in class net.shibboleth.idp.profile.AbstractProfileActionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.