See: Description
Interface | Description |
---|---|
LogoutHandler |
Indicates a class that is able to participate in logout handling.
|
LogoutSuccessHandler |
Strategy that is called after a successful logout by the
LogoutFilter , to
handle redirection or forwarding to the appropriate destination. |
Class | Description |
---|---|
CompositeLogoutHandler |
Performs a logout through all the
LogoutHandler implementations. |
CookieClearingLogoutHandler |
A logout handler which clears either - A defined list of cookie names, using the
context path as the cookie path OR - A given list of Cookies
|
DelegatingLogoutSuccessHandler |
Delegates to logout handlers based on matched request matchers
|
ForwardLogoutSuccessHandler |
LogoutSuccessHandler implementation that will perform a request dispatcher
"forward" to the specified target URL. |
HeaderWriterLogoutHandler | |
HttpStatusReturningLogoutSuccessHandler |
Implementation of the
LogoutSuccessHandler . |
LogoutFilter |
Logs a principal out.
|
LogoutSuccessEventPublishingLogoutHandler |
A logout handler which publishes
LogoutSuccessEvent |
SecurityContextLogoutHandler |
Performs a logout by modifying the
SecurityContextHolder . |
SimpleUrlLogoutSuccessHandler |
Handles the navigation on logout by delegating to the
AbstractAuthenticationTargetUrlRequestHandler base class logic. |