Modifier and Type | Interface and Description |
---|---|
interface |
Request
Marker interface for all ldap requests.
|
interface |
ResponseMessage
Interface for ldap response messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequest
Contains the data common to all request objects.
|
class |
AddRequest
Contains the data required to perform an ldap add operation.
|
class |
BindRequest
Contains the data required to perform an ldap bind operation.
|
class |
CompareRequest
Contains the data required to perform an ldap compare operation.
|
class |
DeleteRequest
Contains the data required to perform an ldap delete operation.
|
class |
LdapException
Base exception for all ldap related exceptions.
|
class |
ModifyDnRequest
Contains the data required to perform an ldap modify dn operation.
|
class |
ModifyRequest
Contains the data required to perform an ldap modify operation.
|
class |
OperationException
Exception thrown when an ldap operation attempt fails.
|
class |
Response<T>
Wrapper class for all operation responses.
|
class |
SearchEntry
Simple bean representing a search entry.
|
class |
SearchExecutor
Helper class which encapsulates the try, finally idiom used to execute a
SearchOperation . |
class |
SearchReference
Simple bean representing a search reference.
|
class |
SearchRequest
Contains the data required to perform an ldap search operation.
|
Modifier and Type | Class and Description |
---|---|
class |
FastBindRequest
Contains the data required to perform a fast bind operation.
|
Modifier and Type | Class and Description |
---|---|
class |
FutureResponse<T>
Response that blocks on each property until it is available.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationHandlerResponse
Response object for authentication handlers.
|
class |
AuthenticationResponse
Response object for authenticator.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAggregateSearchExecutor<T extends ConnectionFactory>
Base class for aggregate search executors.
|
class |
AbstractParallelSearchExecutor<T extends ConnectionFactory>
Base class for parallel search executors.
|
class |
AbstractSearchExecutor
Base class for concurrent search executors.
|
class |
AggregatePooledSearchExecutor
Executes a list of search filters in parallel over a list of connection factories, each search is performed on a
separate connection in the pool.
|
class |
AggregateSearchExecutor
Executes a list of search filters in parallel over a list of connection factories.
|
class |
ParallelPooledSearchExecutor
Executes a list of search filters in parallel, each search is performed on a separate connection in the pool.
|
class |
ParallelSearchExecutor
Executes a list of search filters in parallel.
|
class |
QueueingSearchExecutor
Executes a search filter and places the results of the operation on a blocking queue.
|
Modifier and Type | Class and Description |
---|---|
class |
MergeRequest
Contains the data required to perform a merge operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedRequest
Marker interface for ldap extended requests.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelRequest
Contains the data required to perform an ldap cancel operation.
|
class |
PasswordModifyRequest
Contains the data required to perform an ldap password modify operation.
|
class |
WhoAmIRequest
Contains the data required to perform an ldap who am i operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntermediateResponse
Interface for ldap intermediate responses.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntermediateResponse
Base class for ldap intermediate response messages.
|
class |
SyncInfoMessage
Intermediate response message for ldap content synchronization.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivationException
Thrown when an attempt to activate a pooled object fails.
|
class |
BlockingTimeoutException
Thrown when a blocking operation times out.
|
class |
PoolException
Base exception thrown when a pool operation fails.
|
class |
PoolExhaustedException
Thrown when the pool is empty and no new requests can be serviced.
|
class |
PoolInterruptedException
Thrown when a pool thread is unexpectedly interrupted while blocking.
|
class |
ValidationException
Thrown when an attempt to validate a pooled object fails.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionException
Exception thrown when a connection attempt fails.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.