public final class FrontChannelLogoutAction extends AbstractLogoutAction
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FLOW_ATTRIBUTE_LOGOUT_URL
Defines the parameter name that is passed to the flow which contains the logout request.
|
static String |
DEFAULT_LOGOUT_PARAMETER
Defines the default logout parameter for requests.
|
FINISH_EVENT, FRONT_EVENT, LOGOUT_INDEX, REDIRECT_APP_EVENT| Constructor and Description |
|---|
FrontChannelLogoutAction(LogoutManager logoutManager)
Build from the logout manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doInternalExecute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.webflow.execution.RequestContext context)
Execute the logout action after invalidating the cache.
|
LogoutManager |
getLogoutManager() |
void |
setLogoutRequestParameter(String logoutRequestParameter) |
doExecute, getLogoutIndex, preventCaching, putLogoutIndexpublic static final String DEFAULT_LOGOUT_PARAMETER
public static final String DEFAULT_FLOW_ATTRIBUTE_LOGOUT_URL
public FrontChannelLogoutAction(LogoutManager logoutManager)
logoutManager - a logout manager.protected org.springframework.webflow.execution.Event doInternalExecute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.webflow.execution.RequestContext context)
throws Exception
AbstractLogoutActiondoInternalExecute in class AbstractLogoutActionrequest - the HTTP request.response - the HTTP response.context - the webflow context.Exception - exception returned by this action.public LogoutManager getLogoutManager()
public void setLogoutRequestParameter(String logoutRequestParameter)
Copyright © 2004-2016 Apereo. All Rights Reserved.