org.identityconnectors.ldap.search
Class SimplePagedSearchStrategy

java.lang.Object
  extended by org.identityconnectors.ldap.search.LdapSearchStrategy
      extended by org.identityconnectors.ldap.search.SimplePagedSearchStrategy

public class SimplePagedSearchStrategy
extends LdapSearchStrategy


Constructor Summary
SimplePagedSearchStrategy(int pageSize)
           
 
Method Summary
 void doSearch(LdapContext initCtx, List<String> baseDNs, String query, SearchControls searchControls, SearchResultsHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePagedSearchStrategy

public SimplePagedSearchStrategy(int pageSize)
Method Detail

doSearch

public void doSearch(LdapContext initCtx,
                     List<String> baseDNs,
                     String query,
                     SearchControls searchControls,
                     SearchResultsHandler handler)
              throws IOException,
                     NamingException
Specified by:
doSearch in class LdapSearchStrategy
Throws:
IOException
NamingException


Copyright © 2012. All Rights Reserved.