| Interface | Description |
|---|---|
| ServerLogoutHandler |
Handles log out
|
| ServerLogoutSuccessHandler |
Strategy for when log out was successfully performed (typically after
ServerLogoutHandler is invoked). |
| Class | Description |
|---|---|
| DelegatingServerLogoutHandler |
Delegates to a collection of
ServerLogoutHandler implementations. |
| HttpStatusReturningServerLogoutSuccessHandler |
Implementation of the
ServerLogoutSuccessHandler. |
| LogoutWebFilter |
If the request matches, logs an authenticated user out by delegating to a
ServerLogoutHandler. |
| RedirectServerLogoutSuccessHandler |
Performs a redirect on log out success.
|
| SecurityContextServerLogoutHandler |
A
ServerLogoutHandler which removes the SecurityContext using the provided
ServerSecurityContextRepository |