Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.ad.handler | |
org.ldaptive.async.handler | |
org.ldaptive.concurrent | |
org.ldaptive.handler | |
org.ldaptive.referral |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperation.ReopenOperationExceptionHandler
Exception handler that invokes
Connection.reopen(BindRequest) when an operation exception occurs and then
invokes the operation again. |
Modifier and Type | Method and Description |
---|---|
protected <Q extends Request,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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReferralHandler<Q extends Request,S>
Provides handling of an ldap referral.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReferralHandler<Q extends Request,S>
Common implementation of referral handling.
|
class |
AddReferralHandler
Provides handling of an ldap referral for add operations.
|
class |
CompareReferralHandler
Provides handling of an ldap referral for compare operations.
|
class |
DeleteReferralHandler
Provides handling of an ldap referral for delete operations.
|
class |
ModifyDnReferralHandler
Provides handling of an ldap referral for modify dn operations.
|
class |
ModifyReferralHandler
Provides handling of an ldap referral for modify operations.
|
class |
SearchReferralHandler
Provides handling of an ldap referral for search operations.
|
static class |
SearchReferralHandler.SearchReferenceHandler
Implementation of
SearchReferenceHandler that delegates to SearchReferralHandler . |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.