public class NoLogoutHandler extends Object implements LogoutHandler
| Constructor and Description |
|---|
NoLogoutHandler() |
| 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.
|
public boolean isTokenRequest(WebContext context)
LogoutHandlerisTokenRequest in interface LogoutHandlercontext - the web contextpublic boolean isLogoutRequest(WebContext context)
LogoutHandlerisLogoutRequest in interface LogoutHandlercontext - the web contextpublic void recordSession(WebContext context, String ticket)
LogoutHandlerrecordSession in interface LogoutHandlercontext - the web contextticket - the service ticketpublic void destroySession(WebContext context)
LogoutHandlerdestroySession in interface LogoutHandlercontext - the web contextCopyright © 2016. All Rights Reserved.