|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserDetailsContextMapper | |
---|---|
org.springframework.security.ldap.authentication | The LDAP authentication provider package. |
org.springframework.security.ldap.userdetails |
Uses of UserDetailsContextMapper in org.springframework.security.ldap.authentication |
---|
Methods in org.springframework.security.ldap.authentication that return UserDetailsContextMapper | |
---|---|
protected UserDetailsContextMapper |
LdapAuthenticationProvider.getUserDetailsContextMapper()
Provides access to the injected UserDetailsContextMapper strategy for use by subclasses. |
Methods in org.springframework.security.ldap.authentication with parameters of type UserDetailsContextMapper | |
---|---|
void |
LdapAuthenticationProvider.setUserDetailsContextMapper(UserDetailsContextMapper userDetailsContextMapper)
Allows a custom strategy to be used for creating the UserDetails which will be stored as the principal in the Authentication returned by the LdapAuthenticationProvider.createSuccessfulAuthentication(UsernamePasswordAuthenticationToken, UserDetails) method. |
Uses of UserDetailsContextMapper in org.springframework.security.ldap.userdetails |
---|
Classes in org.springframework.security.ldap.userdetails that implement UserDetailsContextMapper | |
---|---|
class |
InetOrgPersonContextMapper
|
class |
LdapUserDetailsMapper
The context mapper used by the LDAP authentication provider to create an LDAP user object. |
class |
PersonContextMapper
|
Methods in org.springframework.security.ldap.userdetails with parameters of type UserDetailsContextMapper | |
---|---|
void |
LdapUserDetailsService.setUserDetailsMapper(UserDetailsContextMapper userDetailsMapper)
|
void |
LdapUserDetailsManager.setUserDetailsMapper(UserDetailsContextMapper userDetailsMapper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |