Uses of Interface
org.ldaptive.Operation

Packages that use Operation
org.ldaptive   
org.ldaptive.ad.extended   
org.ldaptive.async   
org.ldaptive.concurrent   
org.ldaptive.ext   
org.ldaptive.extended   
 

Uses of Operation in org.ldaptive
 

Classes in org.ldaptive that implement Operation
 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.
 

Uses of Operation in org.ldaptive.ad.extended
 

Classes in org.ldaptive.ad.extended that implement Operation
 class FastBindOperation
          Executes an active directory fast bind operation.
 

Uses of Operation in org.ldaptive.async
 

Classes in org.ldaptive.async that implement Operation
 class AbstractAsyncOperation<Q extends Request,S>
          Base class for asynchronous ldap operations.
 class AsyncSearchOperation
          Executes an asynchronous ldap search operation.
 

Uses of Operation in org.ldaptive.concurrent
 

Methods in org.ldaptive.concurrent with parameters of type Operation
protected static
<Q extends Request,S>
Callable<Response<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.
protected static
<Q extends Request,S>
Callable<Response<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.
static
<Q extends Request,S>
Callable<Response<S>>
AbstractOperationWorker.createCallable(Operation<Q,S> operation, Q request)
          Returns a Callable that executes the supplied request with the supplied operation.
 

Constructors in org.ldaptive.concurrent with parameters of type Operation
AbstractOperationWorker(Operation<Q,S> op)
          Creates a new abstract operation worker.
AbstractOperationWorker(Operation<Q,S> op, ExecutorService es)
          Creates a new abstract operation worker.
 

Uses of Operation in org.ldaptive.ext
 

Classes in org.ldaptive.ext that implement Operation
 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.
 

Uses of Operation in org.ldaptive.extended
 

Classes in org.ldaptive.extended that implement Operation
 class CancelOperation
          Executes an ldap cancel operation.
 class PasswordModifyOperation
          Executes an ldap password modify operation.
 class WhoAmIOperation
          Executes an ldap who am i operation.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.