| Interface | Description |
|---|---|
| CustomRememberMeService | |
| CustomUserDetailService |
Introduced new interface for our
UserDetailsService, to fool the Spring proxy stuff, so we can inject it into the CustomPersistentRememberMeServices. |
| Class | Description |
|---|---|
| AjaxAuthenticationFailureHandler |
Returns a 401 error code (Unauthorized) to the client, when Ajax authentication fails.
|
| AjaxAuthenticationSuccessHandler |
Spring Security success handler, specialized for Ajax requests.
|
| AjaxLogoutSuccessHandler |
Spring Security logout handler, specialized for Ajax requests.
|
| AuthoritiesConstants |
Constants for Spring Security authorities.
|
| CustomDaoAuthenticationProvider | |
| CustomPersistentRememberMeServices |
Custom implementation of Spring Security's RememberMeServices.
|
| Http401UnauthorizedEntryPoint |
Returns a 401 error code (Unauthorized) to the client.
|
| UserDetailsService |
This class is called AFTER successful authentication, to populate the user object with additional details The default (no ldap) way of authentication is a bit hidden in Spring Security magic.
|
Copyright © 2017 Alfresco. All rights reserved.