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