Package org.apache.directory.ldap.client.api

Interface Summary
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 Summary
AbstractLdapConnection An abstract LdapConnection class gathering the common behavior of LdapConnection concrete classes.
CramMd5Request Holds the data required to complete the CRAM-MD5 SASL operation
DefaultSchemaLoader A schema loader which uses LdapConnection to load schema from a ApacheDS serveur
DigestMd5Request Holds the data required to complete the DIGEST-MD5 SASL operation
EntryCursorImpl An implementation of Cursor based on the underlying SearchFuture instance.
GssApiRequest Holds the data required to complete the GSS-API SASL operation
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.
SaslRequest Holds the data required to complete the SASL operation
SearchCursorImpl An implementation of Cursor based on the underlying SearchFuture instance.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.