org.identityconnectors.ldap.search
Class LdapSearchStrategy

java.lang.Object
  extended by org.identityconnectors.ldap.search.LdapSearchStrategy
Direct Known Subclasses:
DefaultSearchStrategy, SimplePagedSearchStrategy, VlvIndexSearchStrategy

public abstract class LdapSearchStrategy
extends Object


Constructor Summary
LdapSearchStrategy()
           
 
Method Summary
abstract  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

LdapSearchStrategy

public LdapSearchStrategy()
Method Detail

doSearch

public abstract void doSearch(LdapContext initCtx,
                              List<String> baseDNs,
                              String query,
                              SearchControls searchControls,
                              SearchResultsHandler handler)
                       throws IOException,
                              NamingException
Throws:
IOException
NamingException


Copyright © 2012. All Rights Reserved.