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,
LdapSearchResultsHandler handler) |
public abstract void doSearch(LdapContext initCtx, List<String> baseDNs, String query, SearchControls searchControls, LdapSearchResultsHandler handler) throws IOException, NamingException
IOExceptionNamingExceptionCopyright © 2018–2025. All rights reserved.