Package | Description |
---|---|
org.springframework.security.ldap.authentication |
The LDAP authentication provider package.
|
org.springframework.security.ldap.userdetails |
LDAP-focused
UserDetails implementations which map from a ubset of the data
contained in some of the standard LDAP types (such as InetOrgPerson ). |
Modifier and Type | Field and Description |
---|---|
protected UserDetailsContextMapper |
AbstractLdapAuthenticationProvider.userDetailsContextMapper |
Modifier and Type | Method and Description |
---|---|
protected UserDetailsContextMapper |
AbstractLdapAuthenticationProvider.getUserDetailsContextMapper()
Provides access to the injected
UserDetailsContextMapper strategy for use by subclasses. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLdapAuthenticationProvider.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
AbstractLdapAuthenticationProvider.createSuccessfulAuthentication(org.springframework.security.authentication.UsernamePasswordAuthenticationToken, org.springframework.security.core.userdetails.UserDetails) method. |
Modifier and Type | Class and Description |
---|---|
class |
InetOrgPersonContextMapper |
class |
LdapUserDetailsMapper
The context mapper used by the LDAP authentication provider to create an LDAP user object.
|
class |
PersonContextMapper |
Modifier and Type | Method and Description |
---|---|
void |
LdapUserDetailsManager.setUserDetailsMapper(UserDetailsContextMapper userDetailsMapper) |
void |
LdapUserDetailsService.setUserDetailsMapper(UserDetailsContextMapper userDetailsMapper) |
Copyright © 2015. All rights reserved.