| 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.
|
| Class | Description |
|---|---|
| AbstractLdapConnection |
An abstract LdapConnection class gathering the common behavior of LdapConnection
concrete classes.
|
| 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.
|
| LdapNetworkConnection |
This class is the base for every operations sent or received to and
from a LDAP server.
|
| NoVerificationTrustManager |
An implementation of
X509TrustManager which trusts the given certificates without verifying them. |
| PoolableLdapConnectionFactory |
A factory for creating LdapConnection objects managed by LdapConnectionPool.
|
| 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.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.