@Component(value="logoutAction") public final class LogoutAction extends AbstractLogoutAction
FINISH_EVENT, FRONT_EVENT, LOGOUT_INDEX, REDIRECT_APP_EVENT| Constructor and Description |
|---|
LogoutAction() |
| 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.
|
void |
setFollowServiceRedirects(boolean followServiceRedirects) |
void |
setServicesManager(org.jasig.cas.services.ServicesManager servicesManager) |
doExecute, getLogoutIndex, preventCaching, putLogoutIndexprotected org.springframework.webflow.execution.Event doInternalExecute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.webflow.execution.RequestContext context)
throws java.lang.Exception
AbstractLogoutActiondoInternalExecute in class AbstractLogoutActionrequest - the HTTP request.response - the HTTP response.context - the webflow context.java.lang.Exception - exception returned by this action.public void setFollowServiceRedirects(boolean followServiceRedirects)
public void setServicesManager(org.jasig.cas.services.ServicesManager servicesManager)