|
||||||||||
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 | |
---|---|
java.lang.Object |
LdapTemplate.retrieveEntry(java.lang.String dn,
LdapEntryMapper mapper,
java.lang.String[] attributesToRetrieve)
Composes an object from the attributes of the given DN. |
java.lang.Object |
LdapTemplate.searchForSingleEntry(java.lang.String base,
java.lang.String filter,
java.lang.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 |