@Component(value="terminateSessionAction")
public final class TerminateSessionAction
extends java.lang.Object
| Constructor and Description |
|---|
TerminateSessionAction()
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()
public org.springframework.webflow.execution.Event terminate(org.springframework.webflow.execution.RequestContext context)
context - Request context.