public interface LogoutHandler
Called by LogoutFilter.
| Modifier and Type | Method and Description |
|---|---|
void |
logout(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
Causes a logout to be completed.
|
void logout(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
request - the HTTP requestresponse - the HTTP responseauthentication - the current principal details