| AbstractLdapConnection |
An abstract LdapConnection class gathering the common behavior of LdapConnection
concrete classes.
|
| AbstractPoolableLdapConnectionFactory |
An abstract class implementing the PoolableObjectFactory, for LdapConnections.
|
| AbstractSaslRequest |
Holds the data required to complete the SASL operation
|
| ConnectionClosedEventListener |
A listener class intended for notifying the classes using LdapNetworkConnection
in the event of any network failure
|
| LdapAsyncConnection |
Root interface for all asynchronous LDAP connections.
|
| LdapConnection |
The root interface for all the LDAP connection implementations.
|
| LdapConnectionConfig |
A class to hold the configuration for creating an LdapConnection.
|
| LdapConnectionFactory |
|
| LdapConnectionValidator |
An LdapConnection validator intended to be used by a GenericObjectPool to
determine whether or not a conneciton is still usable.
|
| LdapConnectionWrapper |
|
| SaslCramMd5Request |
Holds the data required to complete the CRAM-MD5 SASL operation
|
| SaslDigestMd5Request |
Holds the data required to complete the DIGEST-MD5 SASL operation
|
| SaslExternalRequest |
Holds the data required to complete the EXTERNAL SASL operation
|
| SaslGssApiRequest |
Holds the data required to complete the GSS-API SASL operation
|
| SaslRequest |
Holds the data required to complete the SASL operation
|
| Wrapper |
An interface for defining wrapper objects.
|