org.identityconnectors.ldap.search
Class LdapInternalSearch

java.lang.Object
  extended by org.identityconnectors.ldap.search.LdapInternalSearch

public class LdapInternalSearch
extends Object

A class to perform an LDAP search against a LdapConnection.

Author:
Andrei Badea

Constructor Summary
LdapInternalSearch(LdapConnection conn, String filter, List<String> baseDNs, LdapSearchStrategy strategy, SearchControls controls)
           
 
Method Summary
static SearchControls createDefaultSearchControls()
           
 void execute(SearchResultsHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapInternalSearch

public LdapInternalSearch(LdapConnection conn,
                          String filter,
                          List<String> baseDNs,
                          LdapSearchStrategy strategy,
                          SearchControls controls)
Method Detail

execute

public void execute(SearchResultsHandler handler)

createDefaultSearchControls

public static SearchControls createDefaultSearchControls()


Copyright © 2012. All Rights Reserved.