org.identityconnectors.ldap.search
Class DefaultSearchStrategy

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

public class DefaultSearchStrategy
extends LdapSearchStrategy


Constructor Summary
DefaultSearchStrategy(boolean ignoreNonExistingBaseDNs)
           
 
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

DefaultSearchStrategy

public DefaultSearchStrategy(boolean ignoreNonExistingBaseDNs)
Method Detail

doSearch

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


Copyright © 2012. All Rights Reserved.