| Interface | Description |
|---|---|
| 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.
|
| LdapConnectionFactory |
A factory that creates
LdapConnection objects using the provided
LdapConnectionConfig. |
| LdapConnectionValidator |
An LdapConnection validator intended to be used by a GenericObjectPool to
determine whether or not a conneciton is still usable.
|
| Wrapper<T> |
An interface for defining wrapper objects.
|
| Class | Description |
|---|---|
| AbstractLdapConnection |
An abstract LdapConnection class gathering the common behavior of LdapConnection
concrete classes.
|
| AbstractPoolableLdapConnectionFactory |
An abstract class implementing the PoolableObjectFactory, for LdapConnections.
|
| 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 | |
| LdapConnectionConfig |
A class to hold the configuration for creating an LdapConnection.
|
| LdapConnectionPool |
A pool implementation for LdapConnection objects.
|
| LdapConnectionWrapper |
Provides a base implementation of a
Wrapper for LdapConnection
objects. |
| 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 |
An implementation of
LdapConnectionValidator that attempts a simple
lookup on the rootDSE. |
| 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
|
| SaslGssApiRequest |
Holds the data required to complete the GSS-API SASL operation
|
| SaslPlainRequest |
Holds the data required to complete the SASL PLAIN operation
|
| SaslRequest |
Holds the data required to complete the SASL operation
|
| SearchCursorImpl |
An implementation of Cursor based on the underlying SearchFuture instance.
|
| ValidatingPoolableLdapConnectionFactory |
A factory for creating LdapConnection objects managed by LdapConnectionPool.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.