Interface | Description |
---|---|
Handler<Q extends Request,S> |
Interface for ldap handlers.
|
IntermediateResponseHandler |
Provides handling of an ldap intermediate response.
|
OperationExceptionHandler<Q extends Request,S> |
Provides handling of operation exceptions.
|
OperationResponseHandler<Q extends Request,T> |
Provides handling of operation responses.
|
SearchEntryHandler |
Provides post search handling of a search entry.
|
SearchReferenceHandler |
Provides post search handling of a search reference.
|
Class | Description |
---|---|
AbstractRetryOperationExceptionHandler<Q extends Request,S> |
Provides common implementation for retrying after an operation exception.
|
AbstractSearchEntryHandler |
Base class for entry handlers which simply returns values unaltered.
|
CaseChangeEntryHandler |
Provides the ability to modify the case of search entry DNs, attribute names, and attribute values.
|
DnAttributeEntryHandler |
Adds the entry DN as an attribute to the result set.
|
HandlerResult<T> |
Handler result data.
|
MergeAttributeEntryHandler |
Merges the values of one or more attributes into a single attribute.
|
NoOpOperationExceptionHandler<Q extends Request,S> |
Returns a handler result containing the response passed to
NoOpOperationExceptionHandler.handle(Connection, Request, Response) . |
RecursiveEntryHandler |
This recursively searches based on a supplied attribute and merges those results into the original entry.
|
Enum | Description |
---|---|
CaseChangeEntryHandler.CaseChange |
Enum to define the type of case change.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.