@PublicAPI(stability=PRIVATE)

Package org.opends.server.admin.client.ldap

LDAP configuration transport implementation.

See:
          Description

Class Summary
JNDIDirContextAdaptor An LDAP connection adaptor which maps LDAP requests onto an underlying JNDI connection context.
LDAPConnection An LDAP connection adaptor interface which is used to perform LDAP client operations.
LDAPManagementContext An LDAP management connection context.
 

Package org.opends.server.admin.client.ldap Description

LDAP configuration transport implementation.

This implementation uses JNDI for all communication. It is expected that, at some point in the future, we will replace this implementation with our own LDAP client SDK based implementation.