public class SimplePagedSearchStrategy extends LdapSearchStrategy
| Constructor and Description |
|---|
SimplePagedSearchStrategy(int pageSize) |
SimplePagedSearchStrategy(int pageSize,
SortKey[] sortKeys) |
| Modifier and Type | Method and Description |
|---|---|
void |
doSearch(LdapContext initCtx,
List<String> baseDNs,
String query,
SearchControls searchControls,
LdapSearchResultsHandler handler) |
public SimplePagedSearchStrategy(int pageSize)
public SimplePagedSearchStrategy(int pageSize,
SortKey[] sortKeys)
public void doSearch(LdapContext initCtx, List<String> baseDNs, String query, SearchControls searchControls, LdapSearchResultsHandler handler) throws IOException, NamingException
doSearch in class LdapSearchStrategyIOExceptionNamingExceptionCopyright © 2018–2025. All rights reserved.