Uses of Interface
org.ldaptive.handler.Handler

Packages that use Handler
org.ldaptive   
org.ldaptive.ad.handler   
org.ldaptive.async.handler   
org.ldaptive.concurrent   
org.ldaptive.handler   
 

Uses of Handler in org.ldaptive
 

Classes in org.ldaptive that implement Handler
 class AbstractOperation.ReopenOperationExceptionHandler
          Exception handler that invokes Connection.reopen(BindRequest) when an operation exception occurs and then invokes the operation again.
 

Methods in org.ldaptive with parameters of type Handler
protected
<Q extends Request,S>
HandlerResult<S>
AbstractOperation.executeHandlers(Handler<Q,S>[] handlers, Q request, S result)
          Processes each handler and returns a handler result containing a result processed by all handlers.
 

Uses of Handler in org.ldaptive.ad.handler
 

Classes in org.ldaptive.ad.handler that implement Handler
 class AbstractBinaryAttributeHandler
          Base class for entry handlers that convert a binary attribute to it's string form.
 class ObjectGuidHandler
          Processes an objectGuid attribute by converting it from binary to it's string form.
 class ObjectSidHandler
          Processes an objectSid attribute by converting it from binary to it's string form.
 class PrimaryGroupIdHandler
          Constructs the primary group SID and then searches for that group and puts it's DN in the 'memberOf' attribute of the original search entry.
 class RangeEntryHandler
          Rewrites attributes returned from Active Directory to include all values by performing additional searches.
 

Uses of Handler in org.ldaptive.async.handler
 

Subinterfaces of Handler in org.ldaptive.async.handler
 interface AsyncRequestHandler
          Provides post search handling of an ldap async request.
 interface ExceptionHandler
          Provides post search handling of an exception thrown by an async operation.
 

Uses of Handler in org.ldaptive.concurrent
 

Classes in org.ldaptive.concurrent that implement Handler
protected  class QueueingSearchExecutor.IntermediateResponseHandler
          Places intermediate responses on a blocking queue.
protected  class QueueingSearchExecutor.SearchEntryHandler
          Places search entries on a blocking queue.
protected  class QueueingSearchExecutor.SearchReferenceHandler
          Places search references on a blocking queue.
 

Uses of Handler in org.ldaptive.handler
 

Subinterfaces of Handler in org.ldaptive.handler
 interface IntermediateResponseHandler
          Provides handling of an ldap intermediate response.
 interface OperationExceptionHandler<Q extends Request,S>
          Provides handling of operation exceptions.
 interface OperationResponseHandler<Q extends Request,T>
          Provides handling of operation responses.
 interface SearchEntryHandler
          Provides post search handling of a search entry.
 interface SearchReferenceHandler
          Provides post search handling of a search reference.
 

Classes in org.ldaptive.handler that implement Handler
 class AbstractRetryOperationExceptionHandler<Q extends Request,S>
          Provides common implementation for retrying after an operation exception.
 class AbstractSearchEntryHandler
          Base class for entry handlers which simply returns values unaltered.
 class CaseChangeEntryHandler
          Provides the ability to modify the case of search entry DNs, attribute names, and attribute values.
 class DnAttributeEntryHandler
          Adds the entry DN as an attribute to the result set.
 class MergeAttributeEntryHandler
          Merges the values of one or more attributes into a single attribute.
 class NoOpOperationExceptionHandler<Q extends Request,S>
          Returns a handler result containing the response passed to NoOpOperationExceptionHandler.handle(Connection, Request, Response).
 class RecursiveEntryHandler
          This recursively searches based on a supplied attribute and merges those results into the original entry.
 



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