| Package | Description |
|---|---|
| org.springframework.security.ldap.authentication |
The LDAP authentication provider package.
|
| org.springframework.security.ldap.search |
LdapUserSearch implementations. |
| 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 | Method and Description |
|---|---|
protected LdapUserSearch |
AbstractLdapAuthenticator.getUserSearch() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLdapAuthenticator.setUserSearch(LdapUserSearch userSearch) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterBasedLdapUserSearch
LdapUserSearch implementation which uses an Ldap filter to locate the user.
|
| Constructor and Description |
|---|
LdapUserDetailsService(LdapUserSearch userSearch) |
LdapUserDetailsService(LdapUserSearch userSearch,
LdapAuthoritiesPopulator authoritiesPopulator) |
Copyright © 2016. All rights reserved.