public abstract class LdapSearchStrategy extends Object
| Constructor and Description |
|---|
LdapSearchStrategy() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doSearch(LdapContext initCtx,
List<String> baseDNs,
String query,
SearchControls searchControls,
SearchResultsHandler handler) |
public abstract void doSearch(LdapContext initCtx, List<String> baseDNs, String query, SearchControls searchControls, SearchResultsHandler handler) throws IOException, NamingException
IOExceptionNamingExceptionCopyright © 2013. All Rights Reserved.