|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributesMapper | |
net.sf.ldaptemplate | The core package of the LdapTemplate framework. |
Uses of AttributesMapper in net.sf.ldaptemplate |
Methods in net.sf.ldaptemplate with parameters of type AttributesMapper | |
java.util.List |
LdapTemplate.search(javax.naming.Name base,
java.lang.String filter,
int searchScope,
AttributesMapper mapper)
|
java.util.List |
LdapTemplate.search(java.lang.String base,
java.lang.String filter,
int searchScope,
AttributesMapper mapper)
|
java.util.List |
LdapTemplate.search(javax.naming.Name base,
java.lang.String filter,
AttributesMapper mapper)
|
java.util.List |
LdapTemplate.search(java.lang.String base,
java.lang.String filter,
AttributesMapper mapper)
|
java.util.List |
LdapTemplate.search(javax.naming.Name base,
java.lang.String filter,
javax.naming.directory.SearchControls controls,
AttributesMapper mapper)
|
java.util.List |
LdapTemplate.search(java.lang.String base,
java.lang.String filter,
javax.naming.directory.SearchControls controls,
AttributesMapper mapper)
|
java.lang.Object |
LdapTemplate.lookup(javax.naming.Name dn,
AttributesMapper mapper)
|
java.lang.Object |
LdapTemplate.lookup(java.lang.String dn,
AttributesMapper mapper)
|
java.util.List |
LdapOperations.search(javax.naming.Name base,
java.lang.String filter,
int searchScope,
AttributesMapper mapper)
Search for all objects matching the supplied filter. |
java.util.List |
LdapOperations.search(java.lang.String base,
java.lang.String filter,
int searchScope,
AttributesMapper mapper)
Search for all objects matching the supplied filter. |
java.util.List |
LdapOperations.search(javax.naming.Name base,
java.lang.String filter,
AttributesMapper mapper)
Search for all objects matching the supplied filter. |
java.util.List |
LdapOperations.search(java.lang.String base,
java.lang.String filter,
AttributesMapper mapper)
Search for all objects matching the supplied filter. |
java.util.List |
LdapOperations.search(java.lang.String base,
java.lang.String filter,
javax.naming.directory.SearchControls controls,
AttributesMapper mapper)
Search for all objects matching the supplied filter. |
java.util.List |
LdapOperations.search(javax.naming.Name base,
java.lang.String filter,
javax.naming.directory.SearchControls controls,
AttributesMapper mapper)
Search for all objects matching the supplied filter. |
java.lang.Object |
LdapOperations.lookup(javax.naming.Name dn,
AttributesMapper mapper)
Convenience method to get the attributes of a specified DN and automatically pass them to an AttributesMapper. |
java.lang.Object |
LdapOperations.lookup(java.lang.String dn,
AttributesMapper mapper)
Convenience method to get the attributes of a specified DN and automatically pass them to an AttributesMapper. |
Constructors in net.sf.ldaptemplate with parameters of type AttributesMapper | |
LdapTemplate.AttributesMapperCallbackHandler(AttributesMapper mapper)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |