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 | Class and Description |
---|---|
class |
NullLdapAuthoritiesPopulator |
class |
UserDetailsServiceLdapAuthoritiesPopulator
Simple LdapAuthoritiesPopulator which delegates to a UserDetailsService, using the name which
was supplied at login as the username.
|
Modifier and Type | Method and Description |
---|---|
protected LdapAuthoritiesPopulator |
LdapAuthenticationProvider.getAuthoritiesPopulator() |
Constructor and Description |
---|
LdapAuthenticationProvider(LdapAuthenticator authenticator,
LdapAuthoritiesPopulator authoritiesPopulator)
Create an instance with the supplied authenticator and authorities populator implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLdapAuthoritiesPopulator
The default strategy for obtaining user role information from the directory.
|
Constructor and Description |
---|
LdapUserDetailsService(LdapUserSearch userSearch,
LdapAuthoritiesPopulator authoritiesPopulator) |
Copyright © 2015. All rights reserved.