public interface LogoutHandler
| Modifier and Type | Method and Description |
|---|---|
void |
destroySession(WebContext context)
Destroys the current web session for the given CAS logout request.
|
boolean |
isLogoutRequest(WebContext context)
Defines if this request is a logout one.
|
boolean |
isTokenRequest(WebContext context)
Defines if this request is a token one.
|
void |
recordSession(WebContext context,
String ticket)
Associates a token request with the current web session.
|
boolean isTokenRequest(WebContext context)
context - the web contextboolean isLogoutRequest(WebContext context)
context - the web contextvoid recordSession(WebContext context, String ticket)
context - the web contextticket - the service ticketvoid destroySession(WebContext context)
context - the web contextCopyright © 2016. All rights reserved.