|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapEntryMapper | |
|---|---|
| org.acegisecurity.ldap | |
| org.acegisecurity.providers.ldap.authenticator | LDAP authenticator implementations. |
| org.acegisecurity.userdetails.ldap | |
| Uses of LdapEntryMapper in org.acegisecurity.ldap |
|---|
| Methods in org.acegisecurity.ldap with parameters of type LdapEntryMapper | |
|---|---|
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. |
| Uses of LdapEntryMapper in org.acegisecurity.providers.ldap.authenticator |
|---|
| Methods in org.acegisecurity.providers.ldap.authenticator that return LdapEntryMapper | |
|---|---|
protected LdapEntryMapper |
AbstractLdapAuthenticator.getUserDetailsMapper()
|
| Uses of LdapEntryMapper in org.acegisecurity.userdetails.ldap |
|---|
| Classes in org.acegisecurity.userdetails.ldap that implement LdapEntryMapper | |
|---|---|
class |
LdapUserDetailsMapper
The entry mapper used by the authenticators to create an ldap user object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||