| AbstractMessageFunctionalEntryHandler<T> |
Base class for entry handlers which simply returns values unaltered.
|
| DefaultCompareOperationHandle |
Handle that notifies on the components of a compare request.
|
| DefaultExtendedOperationHandle |
Handle that notifies on the components of an extended request.
|
| DefaultOperationHandle<Q extends Request,S extends Result> |
Handle that notifies on the components of an LDAP operation request.
|
| DefaultSaslClient |
SASL client that negotiates the details of the bind operation.
|
| DefaultSearchOperationHandle |
Handle that notifies on the components of a search request.
|
| EncodedRequest |
Wrapper object that stores an encoded request with its message ID.
|
| GssApiSaslClient |
GSSAPI SASL client that implements the JAAS details to perform an LDAP bind with a kerberos principal.
|
| HandleMap |
Container for operation handles that are waiting on a response from the LDAP server.
|
| MessageFunctional<Q extends Request,S extends Result> |
Base class for processing a message that is initialized with properties from the handle.
|
| MessageFunctional.BiConsumer<Q extends Request,S extends Result,T,U> |
Marker class to inject handle properties.
|
| MessageFunctional.Consumer<Q extends Request,S extends Result,T> |
Marker class to inject handle properties.
|
| MessageFunctional.Function<Q extends Request,S extends Result,T,R> |
Marker class to inject handle properties.
|
| ResponseParser |
Parses a buffer looking for an LDAP response message.
|
| ScramSaslClient |
SASL client that implements the SCRAM protocol.
|
| ScramSaslClient.ClientFinalMessage |
Properties associated with the final client message.
|
| ScramSaslClient.ClientFirstMessage |
Properties associated with the client first message.
|
| ScramSaslClient.ServerFinalMessage |
Verifies the final server message.
|
| ScramSaslClient.ServerFirstMessage |
Properties associated with the first server response.
|
| ThreadPoolConfig |
Contains configuration properties for creating thread pools used by transports.
|
| ThreadPoolConfig.Builder |
|
| TransportConnection |
Base class for connection implementations.
|
| TransportFactory |
Factory for creating connection transports.
|