Class | Description |
---|---|
AuthenticationManagerImpl |
Default implementation of
AuthenticationManager . |
AuthenticationRequiredHandlerImpl |
Default implementation of
AuthenticationRequiredHandler :
Saves the current request so it can be reused after successful login.
Redirects to the login form URL.
|
DefaultAuthentication |
Default implementation of
Authentication . |
EhCacheAuthenticationCache |
Implementation of
AuthenticationCache that uses an EhCache. |
LoginFailureHandlerImpl |
Default implementation of
LoginFailureHandler , which redirects the
response to a target URL or 401 is sent if there's no target URL. |
LoginSuccessHandlerImpl |
Default implementation of
LoginSuccessHandler :
Deletes any authentication exception saved in the session.
Adds the ticket ID and profile last modified cookies to response.
Uses the Spring RequestCache to obtain the previous request before login and redirect to it.
|
LogoutSuccessHandlerImpl |
Default implementation for
LogoutSuccessHandlerImpl , which
redirects to a target URL. |
RememberMeManagerImpl |
Default implementation of
RememberMeManager . |
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 |
Implementation of
LoginSuccessHandler for REST based applications,
which returns the Authentication object as the response body. |
RestLogoutSuccessHandler |
Implementation of
LogoutSuccessHandler for REST based applications,
which just returns a 200 OK status with a simple success message. |
Copyright © 2023 CrafterCMS. All rights reserved.