public class TerminateSessionAction extends Object
| Constructor and Description |
|---|
TerminateSessionAction(CentralAuthenticationService cas,
CookieRetrievingCookieGenerator tgtCookieGenerator,
CookieRetrievingCookieGenerator warnCookieGenerator)
Creates a new instance with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.Event |
terminate(org.springframework.webflow.execution.RequestContext context)
Terminates the CAS SSO session by destroying the TGT (if any) and removing cookies related to the SSO session.
|
public TerminateSessionAction(CentralAuthenticationService cas, CookieRetrievingCookieGenerator tgtCookieGenerator, CookieRetrievingCookieGenerator warnCookieGenerator)
cas - Core business logic object.tgtCookieGenerator - TGT cookie generator.warnCookieGenerator - Warn cookie generator.public org.springframework.webflow.execution.Event terminate(org.springframework.webflow.execution.RequestContext context)
context - Request context.Copyright © 2004-2015 Apereo. All Rights Reserved.