| 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
|
| DefaultLdapConnectionFactory |
The default implementation of LdapConnectionFactory.
|
| DefaultLdapConnectionValidator |
An implementation of LdapConnectionValidator that checks to see that
the connection isConnected() and isAuthenticated().
|
| DefaultPoolableLdapConnectionFactory |
A factory for creating LdapConnection objects managed by LdapConnectionPool.
|
| DefaultSchemaLoader |
A schema loader which uses LdapConnection to load schema from a ApacheDS serveur
|
| EntryCursorImpl |
An implementation of Cursor based on the underlying SearchFuture instance.
|
| Krb5LoginConfiguration |
|
| LdapClientTrustStoreManager |
Implement the X509TrustManager interface which will be used during JSSE truststore manager initialisation for LDAP
client-to-server communications over TLS/SSL.
|
| LdapConnectionConfig |
A class to hold the configuration for creating an LdapConnection.
|
| LdapConnectionPool |
A pool implementation for LdapConnection objects.
|
| LdapConnectionWrapper |
|
| LdapNetworkConnection |
This class is the base for every operations sent or received to and
from a LDAP server.
|
| LdifAnonymizer |
Anonymize the content of a LDIF file.
|
| LookupLdapConnectionValidator |
|
| MonitoringLdapConnection |
A class used to monitor the use of a LdapConnection
|
| NoVerificationTrustManager |
An implementation of X509TrustManager which trusts the given certificates without verifying them.
|
| 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
|
| SaslPlainRequest |
Holds the data required to complete the SASL PLAIN operation
|
| SearchCursorImpl |
An implementation of Cursor based on the underlying SearchFuture instance.
|
| ValidatingPoolableLdapConnectionFactory |
A factory for creating LdapConnection objects managed by LdapConnectionPool.
|