|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ContextMapper | |
| net.sf.ldaptemplate | The core package of the LdapTemplate framework. |
| Uses of ContextMapper in net.sf.ldaptemplate |
| Subinterfaces of ContextMapper in net.sf.ldaptemplate | |
interface |
ContextAssembler
Responsible for assembling to and from context. |
| Methods in net.sf.ldaptemplate with parameters of type ContextMapper | |
java.util.List |
LdapTemplate.search(javax.naming.Name base,
java.lang.String filter,
int searchScope,
ContextMapper mapper)
|
java.util.List |
LdapTemplate.search(java.lang.String base,
java.lang.String filter,
int searchScope,
ContextMapper mapper)
|
java.util.List |
LdapTemplate.search(javax.naming.Name base,
java.lang.String filter,
ContextMapper mapper)
|
java.util.List |
LdapTemplate.search(java.lang.String base,
java.lang.String filter,
ContextMapper mapper)
|
java.util.List |
LdapTemplate.search(java.lang.String base,
java.lang.String filter,
javax.naming.directory.SearchControls controls,
ContextMapper mapper)
|
java.util.List |
LdapTemplate.search(javax.naming.Name base,
java.lang.String filter,
javax.naming.directory.SearchControls controls,
ContextMapper mapper)
|
java.lang.Object |
LdapTemplate.lookup(javax.naming.Name dn,
ContextMapper mapper)
|
java.lang.Object |
LdapTemplate.lookup(java.lang.String dn,
ContextMapper mapper)
|
java.util.List |
LdapOperations.search(javax.naming.Name base,
java.lang.String filter,
int searchScope,
ContextMapper mapper)
Search for all objects matching the supplied filter. |
java.util.List |
LdapOperations.search(java.lang.String base,
java.lang.String filter,
int searchScope,
ContextMapper mapper)
Search for all objects matching the supplied filter. |
java.util.List |
LdapOperations.search(javax.naming.Name base,
java.lang.String filter,
ContextMapper mapper)
Search for all objects matching the supplied filter. |
java.util.List |
LdapOperations.search(java.lang.String base,
java.lang.String filter,
ContextMapper 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,
ContextMapper 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,
ContextMapper mapper)
Search for all objects matching the supplied filter. |
java.lang.Object |
LdapOperations.lookup(javax.naming.Name dn,
ContextMapper mapper)
Convenience method to lookup a specified DN and automatically pass the found objectt to a ContextMapper. |
java.lang.Object |
LdapOperations.lookup(java.lang.String dn,
ContextMapper mapper)
Convenience method to lookup a specified DN and automatically pass the found objectt to a ContextMapper. |
| Constructors in net.sf.ldaptemplate with parameters of type ContextMapper | |
LdapTemplate.ContextMapperCallbackHandler(ContextMapper mapper)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||