org.identityconnectors.ldap.search
Class LdapSearchStrategy
java.lang.Object
org.identityconnectors.ldap.search.LdapSearchStrategy
- Direct Known Subclasses:
- DefaultSearchStrategy, SimplePagedSearchStrategy, VlvIndexSearchStrategy
public abstract class LdapSearchStrategy
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LdapSearchStrategy
public LdapSearchStrategy()
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.