Spring LDAP Framework

Uses of Interface
org.springframework.ldap.core.SearchExecutor

Packages that use SearchExecutor
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
 

Uses of SearchExecutor in org.springframework.ldap.core
 

Methods in org.springframework.ldap.core with parameters of type 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)
          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.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.