Package | Description |
---|---|
org.acegisecurity.ldap | |
org.acegisecurity.providers.ldap.authenticator |
LDAP authenticator implementations.
|
org.acegisecurity.userdetails.ldap |
Modifier and Type | Method and Description |
---|---|
Object |
LdapTemplate.retrieveEntry(String dn,
LdapEntryMapper mapper,
String[] attributesToRetrieve)
Composes an object from the attributes of the given DN.
|
Object |
LdapTemplate.searchForSingleEntry(String base,
String filter,
Object[] params,
LdapEntryMapper mapper)
Performs a search, with the requirement that the search shall return a single directory entry, and uses
the supplied mapper to create the object from that entry.
|
Modifier and Type | Method and Description |
---|---|
protected LdapEntryMapper |
AbstractLdapAuthenticator.getUserDetailsMapper() |
Modifier and Type | Class and Description |
---|---|
class |
LdapUserDetailsMapper
The entry mapper used by the authenticators to create an ldap user object.
|
Copyright © 2015. All rights reserved.