|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationUserDetailsService | |
---|---|
org.springframework.security.providers.preauth | |
org.springframework.security.userdetails |
Uses of AuthenticationUserDetailsService in org.springframework.security.providers.preauth |
---|
Classes in org.springframework.security.providers.preauth that implement AuthenticationUserDetailsService | |
---|---|
class |
PreAuthenticatedGrantedAuthoritiesUserDetailsService
This AuthenticationUserDetailsService implementation creates a UserDetails object based solely on the information contained in the given PreAuthenticatedAuthenticationToken. |
Methods in org.springframework.security.providers.preauth with parameters of type AuthenticationUserDetailsService | |
---|---|
void |
PreAuthenticatedAuthenticationProvider.setPreAuthenticatedUserDetailsService(AuthenticationUserDetailsService aPreAuthenticatedUserDetailsService)
Set the AuthenticatedUserDetailsServices to be used. |
Uses of AuthenticationUserDetailsService in org.springframework.security.userdetails |
---|
Classes in org.springframework.security.userdetails that implement AuthenticationUserDetailsService | |
---|---|
class |
UserDetailsByNameServiceWrapper
This implementation for AuthenticationUserDetailsService wraps a regular Spring Security UserDetailsService implementation, to retrieve a UserDetails object based on the user name contained in a PreAuthenticatedAuthenticationToken. |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |