| Interface | Description |
|---|---|
| CurrentUserProxy | Deprecated
use the
CurrentSecurityPrincipalProxy instead |
| Class | Description |
|---|---|
| AbstractUserInDirectoryAuthenticationProvider |
Alternative for
org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider
that fetches a User by username from a single UserDirectory. |
| CurrentUserProxyImpl | Deprecated |
| InternalUserDirectoryAuthenticationProvider |
Authenticates a user against a
InternalUserDirectory. |
| UserDetailsServiceImpl |
Implementation of
UserDetailsService that dispatches lookups to a backing SecurityPrincipalService. |
| UserDirectoryAuthenticationProvider |
AuthenticationProvider implementation that delegates to other AuthenticationProvider instances
that represent a single UserDirectory. |
Copyright © 2020. All rights reserved.