Package | Description |
---|---|
org.springframework.ldap.core |
Core package of the JNDI/LDAP support.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapTemplate.search(SearchExecutor se,
NameClassPairCallbackHandler handler)
Perform a search operation, such as a search(), list() or listBindings().
|
void |
LdapOperations.search(SearchExecutor se,
NameClassPairCallbackHandler handler)
Perform a search using a particular
SearchExecutor . |
void |
LdapTemplate.search(SearchExecutor se,
NameClassPairCallbackHandler handler,
DirContextProcessor processor)
Perform a search operation, such as a search(), list() or listBindings().
|
void |
LdapOperations.search(SearchExecutor se,
NameClassPairCallbackHandler handler,
DirContextProcessor processor)
Perform a search using a particular
SearchExecutor and context
processor. |
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.