public class LDAPQueryExecution extends Object implements ResultSetExecution
| Constructor and Description |
|---|
LDAPQueryExecution(LdapContext ldapContext,
LDAPSearchDetails search,
SearchControls searchControls,
LDAPExecutionFactory factory,
ExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
List<?> |
next()
Fetch the next batch of data from the LDAP searchEnumerationr result.
|
public LDAPQueryExecution(LdapContext ldapContext, LDAPSearchDetails search, SearchControls searchControls, LDAPExecutionFactory factory, ExecutionContext context)
public void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException
next in interface ResultSetExecutionTranslatorExceptionCopyright © 2020. All rights reserved.