Uses of Class
org.ldaptive.Response

Packages that use Response
org.ldaptive   
org.ldaptive.ad.control.util   
org.ldaptive.ad.extended   
org.ldaptive.async   
org.ldaptive.auth   
org.ldaptive.concurrent   
org.ldaptive.control.util   
org.ldaptive.ext   
org.ldaptive.extended   
org.ldaptive.handler   
org.ldaptive.pool   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
 

Uses of Response in org.ldaptive
 

Methods in org.ldaptive that return Response
 Response<S> AbstractOperation.execute(Q request)
          Execute this ldap operation.
 Response<S> Operation.execute(Q request)
          Execute this ldap operation.
protected  Response<SearchResult> SearchOperation.executeSearch(SearchRequest request)
          Performs the ldap search.
 Response<Void> ConnectionInitializer.initialize(Connection conn)
          Initialize the supplied connection.
 Response<Void> BindConnectionInitializer.initialize(Connection c)
          Initialize the supplied connection.
protected  Response<Void> AddOperation.invoke(AddRequest request)
          Call the provider specific implementation of this ldap operation.
protected  Response<Void> BindOperation.invoke(BindRequest request)
          Call the provider specific implementation of this ldap operation.
protected  Response<Boolean> CompareOperation.invoke(CompareRequest request)
          Call the provider specific implementation of this ldap operation.
protected  Response<Void> DeleteOperation.invoke(DeleteRequest request)
          Call the provider specific implementation of this ldap operation.
protected  Response<Void> ModifyDnOperation.invoke(ModifyDnRequest request)
          Call the provider specific implementation of this ldap operation.
protected  Response<Void> ModifyOperation.invoke(ModifyRequest request)
          Call the provider specific implementation of this ldap operation.
protected abstract  Response<S> AbstractOperation.invoke(Q request)
          Call the provider specific implementation of this ldap operation.
protected  Response<SearchResult> SearchOperation.invoke(SearchRequest request)
          Call the provider specific implementation of this ldap operation.
 Response<Void> Connection.open()
          This will establish a connection to the LDAP.
 Response<Void> DefaultConnectionFactory.DefaultConnection.open()
          This will establish a connection if one does not already exist.
 Response<Void> Connection.open(BindRequest request)
          This will establish a connection to the LDAP using the supplied bind request.
 Response<Void> DefaultConnectionFactory.DefaultConnection.open(BindRequest request)
          This will establish a connection if one does not already exist and bind to the LDAP using the supplied bind request.
 Response<Void> Connection.reopen()
          This will close an existing connection to the LDAP and establish a new connection to the LDAP.
 Response<Void> DefaultConnectionFactory.DefaultConnection.reopen()
          This will close an existing connection to the LDAP and establish a new connection to the LDAP.
 Response<Void> Connection.reopen(BindRequest request)
          This will close an existing connection to the LDAP and establish a new connection to the LDAP using the supplied bind request.
 Response<Void> DefaultConnectionFactory.DefaultConnection.reopen(BindRequest request)
          This will close an existing connection to the LDAP and establish a new connection to the LDAP using the supplied bind request.
 Response<SearchResult> SearchExecutor.search(ConnectionFactory factory)
          Performs a search operation with the supplied connection factory.
 Response<SearchResult> SearchExecutor.search(ConnectionFactory factory, SearchFilter filter)
          Performs a search operation with the supplied connection factory.
 Response<SearchResult> SearchExecutor.search(ConnectionFactory factory, SearchFilter filter, String... attrs)
          Performs a search operation with the supplied connection factory.
 Response<SearchResult> SearchExecutor.search(ConnectionFactory factory, SearchFilter filter, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
 Response<SearchResult> SearchExecutor.search(ConnectionFactory factory, String filter)
          Performs a search operation with the supplied connection factory.
 Response<SearchResult> SearchExecutor.search(ConnectionFactory factory, String filter, String... attrs)
          Performs a search operation with the supplied connection factory.
 

Methods in org.ldaptive that return types with arguments of type Response
protected  HandlerResult<Response<S>> AbstractOperation.ReopenOperationExceptionHandler.createResult(Connection conn, Q request, Response<S> response)
          Invoked if AbstractRetryOperationExceptionHandler.handleInternal(org.ldaptive.Connection, Q, org.ldaptive.Response) succeeded.
 

Methods in org.ldaptive with parameters of type Response
protected  HandlerResult<Response<S>> AbstractOperation.ReopenOperationExceptionHandler.createResult(Connection conn, Q request, Response<S> response)
          Invoked if AbstractRetryOperationExceptionHandler.handleInternal(org.ldaptive.Connection, Q, org.ldaptive.Response) succeeded.
protected  void AbstractOperation.ReopenOperationExceptionHandler.handleInternal(Connection conn, Q request, Response<S> response)
          Perform any operations required to recover from the operation exception.
 

Uses of Response in org.ldaptive.ad.control.util
 

Methods in org.ldaptive.ad.control.util that return Response
 Response<SearchResult> DirSyncClient.execute(SearchRequest request)
          Performs a search operation with the DirSyncControl.
 Response<SearchResult> DirSyncClient.execute(SearchRequest request, CookieManager manager)
          Performs a search operation with the DirSyncControl.
 Response<SearchResult> DirSyncClient.execute(SearchRequest request, Response<SearchResult> response)
          Performs a search operation with the DirSyncControl.
 Response<SearchResult> DirSyncClient.executeToCompletion(SearchRequest request)
          Invokes DirSyncClient.execute(SearchRequest, CookieManager) with a DefaultCookieManager.
 Response<SearchResult> DirSyncClient.executeToCompletion(SearchRequest request, CookieManager manager)
          Performs a search operation with the DirSyncControl.
 Response NotificationClient.NotificationItem.getResponse()
          Returns the response contained in this item or null if this item does not contain a response.
 

Methods in org.ldaptive.ad.control.util with parameters of type Response
 Response<SearchResult> DirSyncClient.execute(SearchRequest request, Response<SearchResult> response)
          Performs a search operation with the DirSyncControl.
protected  byte[] DirSyncClient.getDirSyncCookie(Response<SearchResult> response)
          Returns the dir sync cookie in the supplied response or null if no cookie exists.
protected  long DirSyncClient.getDirSyncFlags(Response<SearchResult> response)
          Returns the dir sync flags in the supplied response or -1 if no flags exists.
 boolean DirSyncClient.hasMore(Response<SearchResult> response)
          Returns whether DirSyncClient.execute(SearchRequest, Response) can be invoked again.
 

Constructors in org.ldaptive.ad.control.util with parameters of type Response
NotificationClient.NotificationItem(Response response)
          Creates a new notification item.
 

Uses of Response in org.ldaptive.ad.extended
 

Methods in org.ldaptive.ad.extended that return Response
 Response<Void> FastBindOperation.FastBindConnectionInitializer.initialize(Connection c)
          Initialize the supplied connection.
protected  Response<Void> FastBindOperation.invoke(FastBindRequest request)
          Call the provider specific implementation of this ldap operation.
 

Uses of Response in org.ldaptive.async
 

Subclasses of Response in org.ldaptive.async
 class FutureResponse<T>
          Response that blocks on each property until it is available.
 

Methods in org.ldaptive.async that return Response
 Response<SearchResult> AsyncSearchOperation.AsyncSearchListener.getResponse()
          Returns the response data associated with this search, blocking until a response is available.
protected  Response<T> FutureResponse.getResponse()
          Invokes Future.get(), waiting until the response is returned.
protected  Response<SearchResult> AsyncSearchOperation.invoke(SearchRequest request)
          Call the provider specific implementation of this ldap operation.
 

Methods in org.ldaptive.async with parameters of type Response
 void AsyncSearchOperation.AsyncSearchListener.responseReceived(Response<Void> response)
          Invoked when a response is received from a provider indicating the operation has completed.
 

Constructor parameters in org.ldaptive.async with type arguments of type Response
FutureResponse(Future<Response<T>> f)
          Creates a new future ldap response.
 

Uses of Response in org.ldaptive.auth
 

Subclasses of Response in org.ldaptive.auth
 class AuthenticationHandlerResponse
          Response object for authentication handlers.
 class AuthenticationResponse
          Response object for authenticator.
 

Uses of Response in org.ldaptive.concurrent
 

Methods in org.ldaptive.concurrent that return Response
 Response<SearchResult> QueueingSearchExecutor.SearchItem.getResponse()
          Returns the response contained in this item or null if this item does not contain a response.
 

Methods in org.ldaptive.concurrent that return types with arguments of type Response
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.
protected static
<Q extends Request,S>
Callable<Collection<Response<S>>>
AggregateSearchExecutor.createCallable(Connection conn, OperationWorker<Q,S> worker, Q[] requests)
          Returns a Callable that executes the supplied request with the supplied worker in a try-finally block that opens and closes the connection.
protected  Callable<Response<SearchResult>> QueueingSearchExecutor.createCallable(Connection conn, SearchOperation operation, SearchRequest request, BlockingQueue<QueueingSearchExecutor.SearchItem> queue)
          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.
 Collection<Future<Response<S>>> OperationWorker.execute(Q... requests)
          Execute an ldap operation for each request on a separate thread.
 Collection<Future<Response<S>>> AbstractOperationWorker.execute(Q... requests)
          Execute an ldap operation for each request on a separate thread.
 Future<Response<S>> OperationWorker.execute(Q request)
          Execute an ldap operation on a separate thread.
 Future<Response<S>> AbstractOperationWorker.execute(Q request)
          Execute an ldap operation on a separate thread.
 Collection<Response<S>> OperationWorker.executeToCompletion(Q... requests)
          Execute an ldap operation for each request on a separate thread and waits for each operation to complete.
 Collection<Response<S>> AbstractOperationWorker.executeToCompletion(Q... requests)
          Execute an ldap operation for each request on a separate thread and waits for all operations to complete.
 Collection<Response<SearchResult>> AggregateSearchExecutor.search(ConnectionFactory[] factories, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factories.
 Collection<Response<SearchResult>> ParallelSearchExecutor.search(ConnectionFactory factory, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
 Collection<Response<SearchResult>> AggregatePooledSearchExecutor.search(PooledConnectionFactory[] factories, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factories.
 Collection<Response<SearchResult>> ParallelPooledSearchExecutor.search(PooledConnectionFactory factory, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
 Collection<Response<SearchResult>> AbstractAggregateSearchExecutor.search(T[] factories, SearchFilter[] filters)
          Performs a search operation with the supplied connection factories.
 Collection<Response<SearchResult>> AbstractAggregateSearchExecutor.search(T[] factories, SearchFilter[] filters, String... attrs)
          Performs a search operation with the supplied connection factories.
abstract  Collection<Response<SearchResult>> AbstractAggregateSearchExecutor.search(T[] factories, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factories.
 Collection<Response<SearchResult>> AbstractAggregateSearchExecutor.search(T[] factories, String... filters)
          Performs a search operation with the supplied connection factories.
 Collection<Response<SearchResult>> AbstractAggregateSearchExecutor.search(T[] factories, String[] filters, String... attrs)
          Performs a search operation with the supplied connection factories.
 Collection<Response<SearchResult>> AbstractParallelSearchExecutor.search(T factory, SearchFilter[] filters)
          Performs a search operation with the supplied connection factory.
 Collection<Response<SearchResult>> AbstractParallelSearchExecutor.search(T factory, SearchFilter[] filters, String... attrs)
          Performs a search operation with the supplied connection factory.
abstract  Collection<Response<SearchResult>> AbstractParallelSearchExecutor.search(T factory, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
 Collection<Response<SearchResult>> AbstractParallelSearchExecutor.search(T factory, String... filters)
          Performs a search operation with the supplied connection factory.
 Collection<Response<SearchResult>> AbstractParallelSearchExecutor.search(T factory, String[] filters, String... attrs)
          Performs a search operation with the supplied connection factory.
 

Constructors in org.ldaptive.concurrent with parameters of type Response
QueueingSearchExecutor.SearchItem(Response<SearchResult> response)
          Creates a new blocking search item.
 

Uses of Response in org.ldaptive.control.util
 

Methods in org.ldaptive.control.util that return Response
 Response<Void> SyncReplClient.cancel(int messageId)
          Invokes a cancel operation on the supplied ldap message id.
 Response<SearchResult> PagedResultsClient.execute(SearchRequest request)
          Performs a search operation with the PagedResultsControl.
 Response<SearchResult> PagedResultsClient.execute(SearchRequest request, CookieManager manager)
          Performs a search operation with the PagedResultsControl.
 Response<SearchResult> PagedResultsClient.execute(SearchRequest request, Response<SearchResult> response)
          Performs a search operation with the PagedResultsControl.
 Response<SearchResult> VirtualListViewClient.execute(SearchRequest request, VirtualListViewParams params)
          Performs a search operation with the VirtualListViewRequestControl.
 Response<SearchResult> VirtualListViewClient.execute(SearchRequest request, VirtualListViewParams params, Response<SearchResult> response)
          Performs a search operation with the VirtualListViewRequestControl.
 Response<SearchResult> PagedResultsClient.executeToCompletion(SearchRequest request)
          Performs a search operation with the PagedResultsControl.
 Response<SearchResult> PagedResultsClient.executeToCompletion(SearchRequest request, CookieManager manager)
          Performs a search operation with the PagedResultsControl.
 Response<SearchResult> SyncReplItem.Response.getResponse()
          Returns the underlying response.
 Response PersistentSearchItem.getResponse()
          Returns the response contained in this item or null if this item does not contain a response.
 

Methods in org.ldaptive.control.util with parameters of type Response
 VirtualListViewRequestControl VirtualListViewParams.createRequestControl(Response<SearchResult> response, boolean critical)
          Creates a new virtual list view request control using the properties in this VLV params.
 Response<SearchResult> PagedResultsClient.execute(SearchRequest request, Response<SearchResult> response)
          Performs a search operation with the PagedResultsControl.
 Response<SearchResult> VirtualListViewClient.execute(SearchRequest request, VirtualListViewParams params, Response<SearchResult> response)
          Performs a search operation with the VirtualListViewRequestControl.
protected  byte[] PagedResultsClient.getPagedResultsCookie(Response<SearchResult> response)
          Returns the paged results cookie in the supplied response or null if no cookie exists.
 boolean PagedResultsClient.hasMore(Response<SearchResult> response)
          Returns whether PagedResultsClient.execute(SearchRequest, Response) can be invoked again.
 

Constructors in org.ldaptive.control.util with parameters of type Response
PersistentSearchItem(Response response)
          Creates a new persistent search item.
SyncReplItem.Response(Response<SearchResult> res)
          Creates a new response.
 

Uses of Response in org.ldaptive.ext
 

Methods in org.ldaptive.ext that return Response
protected  Response<Void> MergeOperation.add(MergeRequest request, LdapEntry entry)
          Executes an AddOperation for the supplied entry.
protected  Response<Void> MergeOperation.delete(MergeRequest request, LdapEntry entry)
          Executes a DeleteOperation for the supplied entry.
protected  Response<Void> MergeOperation.invoke(MergeRequest request)
          Executes the ldap operation necessary to perform a merge.
protected  Response<Void> MergeOperation.modify(MergeRequest request, LdapEntry source, LdapEntry target)
          Retrieves the attribute modifications from LdapEntry.computeModifications(LdapEntry, LdapEntry) and executes a ModifyOperation with those results.
 

Uses of Response in org.ldaptive.extended
 

Methods in org.ldaptive.extended that return Response
protected  Response<Void> CancelOperation.invoke(CancelRequest request)
          Call the provider specific implementation of this ldap operation.
protected  Response<Credential> PasswordModifyOperation.invoke(PasswordModifyRequest request)
          Call the provider specific implementation of this ldap operation.
protected  Response<String> WhoAmIOperation.invoke(WhoAmIRequest request)
          Call the provider specific implementation of this ldap operation.
 

Methods in org.ldaptive.extended with parameters of type Response
 void UnsolicitedNotificationListener.notificationReceived(String oid, Response<Void> response)
          Processes an unsolicited notification from the server.
 

Uses of Response in org.ldaptive.handler
 

Methods in org.ldaptive.handler that return types with arguments of type Response
protected abstract  HandlerResult<Response<S>> AbstractRetryOperationExceptionHandler.createResult(Connection conn, Q request, Response<S> response)
          Invoked if AbstractRetryOperationExceptionHandler.handleInternal(org.ldaptive.Connection, Q, org.ldaptive.Response) succeeded.
 HandlerResult<Response<S>> OperationExceptionHandler.handle(Connection conn, Q request, Response<S> response)
          Handle the supplied result.
 HandlerResult<Response<S>> AbstractRetryOperationExceptionHandler.handle(Connection conn, Q request, Response<S> response)
          Handle the supplied result.
 HandlerResult<Response<S>> NoOpOperationExceptionHandler.handle(Connection conn, Q request, Response<S> response)
          Handle the supplied result.
 HandlerResult<Response<T>> OperationResponseHandler.handle(Connection conn, Q request, Response<T> response)
          Handle the supplied result.
 

Methods in org.ldaptive.handler with parameters of type Response
protected abstract  HandlerResult<Response<S>> AbstractRetryOperationExceptionHandler.createResult(Connection conn, Q request, Response<S> response)
          Invoked if AbstractRetryOperationExceptionHandler.handleInternal(org.ldaptive.Connection, Q, org.ldaptive.Response) succeeded.
 HandlerResult<Response<S>> OperationExceptionHandler.handle(Connection conn, Q request, Response<S> response)
          Handle the supplied result.
 HandlerResult<Response<S>> AbstractRetryOperationExceptionHandler.handle(Connection conn, Q request, Response<S> response)
          Handle the supplied result.
 HandlerResult<Response<S>> NoOpOperationExceptionHandler.handle(Connection conn, Q request, Response<S> response)
          Handle the supplied result.
 HandlerResult<Response<T>> OperationResponseHandler.handle(Connection conn, Q request, Response<T> response)
          Handle the supplied result.
protected abstract  void AbstractRetryOperationExceptionHandler.handleInternal(Connection conn, Q request, Response<S> response)
          Perform any operations required to recover from the operation exception.
 

Uses of Response in org.ldaptive.pool
 

Constructors in org.ldaptive.pool with parameters of type Response
AbstractConnectionPool.DefaultPooledConnectionProxy(Connection c, Response<Void> r)
          Creates a new pooled connection.
 

Uses of Response in org.ldaptive.provider
 

Methods in org.ldaptive.provider that return Response
 Response<Void> ProviderConnection.add(AddRequest request)
          Add an entry to an ldap.
 Response<Void> ProviderConnection.bind(BindRequest request)
          Bind to the ldap.
 Response<Boolean> ProviderConnection.compare(CompareRequest request)
          Compare an entry in the ldap.
 Response<Void> ProviderConnection.delete(DeleteRequest request)
          Delete an entry in the ldap.
 Response<?> ProviderConnection.extendedOperation(ExtendedRequest request)
          Perform an extended operation in the ldap.
 Response<Void> SearchIterator.getResponse()
          Returns the response data associated with this search or null if this iterator has more ldap entries to return.
 Response<Void> ProviderConnection.modify(ModifyRequest request)
          Modify an entry in the ldap.
 Response<Void> ProviderConnection.modifyDn(ModifyDnRequest request)
          Modify the DN of an entry in the ldap.
 

Methods in org.ldaptive.provider with parameters of type Response
 void ResponseListener.responseReceived(Response<Void> response)
          Invoked when a response is received from a provider indicating the operation has completed.
 

Uses of Response in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi that return Response
 Response<Void> JndiConnection.add(AddRequest request)
          Add an entry to an ldap.
protected  Response<Void> JndiConnection.anonymousBind(BindRequest request)
          Performs an anonymous bind.
 Response<Void> JndiConnection.bind(BindRequest request)
          Bind to the ldap.
 Response<Boolean> JndiConnection.compare(CompareRequest request)
          Compare an entry in the ldap.
protected
<T> Response<T>
JndiConnection.createResponse(Request request, T result, NamingException e, String[] urls, LdapContext ctx)
          Creates an operation response with the supplied referral response data.
protected
<T> Response<T>
JndiConnection.createResponse(Request request, T result, ResultCode code, String[] urls, LdapContext ctx)
          Creates an operation response with the supplied response data.
 Response<Void> JndiConnection.delete(DeleteRequest request)
          Delete an entry in the ldap.
 Response<?> JndiConnection.extendedOperation(ExtendedRequest request)
          Perform an extended operation in the ldap.
 Response<Void> JndiConnection.JndiSearchIterator.getResponse()
          Returns the response data associated with this search or null if this iterator has more ldap entries to return.
 Response<Void> JndiConnection.modify(ModifyRequest request)
          Modify an entry in the ldap.
 Response<Void> JndiConnection.modifyDn(ModifyDnRequest request)
          Modify the DN of an entry in the ldap.
protected  Response<Void> JndiConnection.saslBind(BindRequest request)
          Performs a sasl bind.
protected  Response<Void> JndiConnection.simpleBind(BindRequest request)
          Performs a simple bind.
 



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