| AuthenticationManagerImpl |
|
| AuthenticationRequiredHandlerImpl |
|
| DefaultAuthentication |
|
| GuavaAuthenticationCache |
|
| LoginFailureHandlerImpl |
Default implementation of LoginFailureHandler, which redirects the
response to a target URL or 401 is sent if there's no target URL.
|
| LoginSuccessHandlerImpl |
|
| LogoutSuccessHandlerImpl |
|
| RememberMeManagerImpl |
|
| RestAuthenticationRequiredHandler |
Implementation of AuthenticationRequiredHandler for REST based
applications, which returns a 401 UNAUTHORIZED status with the authentication exception message.
|
| RestLoginFailureHandler |
Implementation of LoginFailureHandler for REST based applications,
which returns a 401 UNAUTHORIZED status with a the authentication exception message.
|
| RestLoginSuccessHandler |
|
| RestLogoutSuccessHandler |
Implementation of LogoutSuccessHandler for REST based applications,
which just returns a 200 OK status with a simple success message.
|