public interface CasLogoutHandler<C extends WebContext>
| Modifier and Type | Method and Description |
|---|---|
void |
destroySessionBack(C context,
java.lang.String ticket)
Destroys the current web session for the given ticket for a back channel logout.
|
void |
destroySessionFront(C context,
java.lang.String ticket)
Destroys the current web session for the given ticket for a front channel logout.
|
void |
recordSession(C context,
java.lang.String ticket)
Associates a ticket with the current web session.
|
void |
renewSession(java.lang.String oldSessionId,
C context)
Renew the web session.
|
void recordSession(C context, java.lang.String ticket)
context - the web contextticket - the ticketvoid destroySessionFront(C context, java.lang.String ticket)
context - the web contextticket - the ticketvoid destroySessionBack(C context, java.lang.String ticket)
context - the web contextticket - the ticketvoid renewSession(java.lang.String oldSessionId,
C context)
oldSessionId - the old session identifiercontext - the web contextCopyright © 2017. All Rights Reserved.