Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.ad.extended | |
org.ldaptive.async | |
org.ldaptive.concurrent | |
org.ldaptive.ext | |
org.ldaptive.extended | |
org.ldaptive.referral |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperation<Q extends Request,S>
Provides common implementation for ldap operations.
|
class |
AddOperation
Executes an ldap add operation.
|
class |
BindOperation
Executes an ldap bind operation.
|
class |
CompareOperation
Executes an ldap compare operation.
|
class |
DeleteOperation
Executes an ldap delete operation.
|
class |
ModifyDnOperation
Executes an ldap modify dn operation.
|
class |
ModifyOperation
Executes an ldap modify operation.
|
class |
SearchOperation
Executes an ldap search operation.
|
Modifier and Type | Class and Description |
---|---|
class |
FastBindOperation
Executes an active directory fast bind operation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncOperation<Q extends Request,S>
Base class for asynchronous ldap operations.
|
class |
AsyncSearchOperation
Executes an asynchronous ldap search operation.
|
Modifier and Type | Field and Description |
---|---|
private Operation<Q,S> |
AbstractOperationWorker.operation
operation to execute.
|
Modifier and Type | Method and Description |
---|---|
protected static <Q extends Request,S> |
AggregatePooledSearchExecutor.createCallable(Connection conn,
Operation<Q,S> operation,
Q request)
Returns a
Callable that executes the supplied request with the supplied operation in a try-finally block
that opens and closes the connection. |
protected static <Q extends Request,S> |
ParallelPooledSearchExecutor.createCallable(Connection conn,
Operation<Q,S> operation,
Q request)
Returns a
Callable that executes the supplied request with the supplied operation in a try-finally block
that opens and closes the connection. |
static <Q extends Request,S> |
AbstractOperationWorker.createCallable(Operation<Q,S> operation,
Q request)
Returns a
Callable that executes the supplied request with the supplied operation. |
Constructor and Description |
---|
AbstractOperationWorker(Operation<Q,S> op)
Creates a new abstract operation worker.
|
AbstractOperationWorker(Operation<Q,S> op,
ExecutorService es)
Creates a new abstract operation worker.
|
Modifier and Type | Class and Description |
---|---|
class |
MergeOperation
The merge operation performs the LDAP operations necessary to synchronize the data in an
LdapEntry with it's
corresponding entry in the LDAP. |
Modifier and Type | Class and Description |
---|---|
class |
CancelOperation
Executes an ldap cancel operation.
|
class |
PasswordModifyOperation
Executes an ldap password modify operation.
|
class |
WhoAmIOperation
Executes an ldap who am i operation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Operation<Q,S> |
AbstractReferralHandler.createReferralOperation(Connection conn)
Creates an operation for this type of referral.
|
protected Operation<ModifyDnRequest,Void> |
ModifyDnReferralHandler.createReferralOperation(Connection conn) |
protected Operation<CompareRequest,Boolean> |
CompareReferralHandler.createReferralOperation(Connection conn) |
protected Operation<DeleteRequest,Void> |
DeleteReferralHandler.createReferralOperation(Connection conn) |
protected Operation<AddRequest,Void> |
AddReferralHandler.createReferralOperation(Connection conn) |
protected Operation<SearchRequest,SearchResult> |
SearchReferralHandler.createReferralOperation(Connection conn) |
protected Operation<ModifyRequest,Void> |
ModifyReferralHandler.createReferralOperation(Connection conn) |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.