Uses of Interface
org.ldaptive.provider.SearchIterator

Packages that use SearchIterator
org.ldaptive   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
 

Uses of SearchIterator in org.ldaptive
 

Methods in org.ldaptive with parameters of type SearchIterator
protected  SearchResult SearchOperation.readResult(SearchRequest request, SearchIterator si)
          Invokes the provider search operation and iterates over the results.
 

Uses of SearchIterator in org.ldaptive.provider
 

Methods in org.ldaptive.provider that return SearchIterator
 SearchIterator ProviderConnection.search(SearchRequest request)
          Search the ldap.
 

Uses of SearchIterator in org.ldaptive.provider.jndi
 

Classes in org.ldaptive.provider.jndi that implement SearchIterator
protected  class JndiConnection.JndiSearchIterator
          Search iterator for JNDI naming enumeration.
 

Methods in org.ldaptive.provider.jndi that return SearchIterator
 SearchIterator JndiConnection.search(SearchRequest request)
          Search the ldap.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.