Package org.opends.admin.ads.util

Defines a set of auxiliary classes and utilities that are used to retrieve the configuration of the servers that are registered in the Administration Directory Server (ADS).

See:
          Description

Class Summary
ApplicationKeyManager This class is in charge of checking whether the certificates that are presented are trusted or not.
ApplicationTrustManager This class is in charge of checking whether the certificates that are presented are trusted or not.
ConnectionUtils Class providing some utilities to create LDAP connections using JNDI and to manage entries retrieved using JNDI.
PreferredConnection A simple class that is used to be able to specify which URL and connection type to use when we connect to a server.
ServerLoader Class used to load the configuration of a server.
TrustedSocketFactory An implementation of SSLSocketFactory.
 

Enum Summary
ApplicationTrustManager.Cause The enumeration for the different causes for which the trust manager can refuse to accept a certificate.
PreferredConnection.Type The type of the connection.
 

Exception Summary
OpendsCertificateException When a remote client (dsconfig for instance) wants to establish a remote connection with opends server through a secure connection, and if the certificate is not known, the SSL handcheck fails and this exception is thrown.
 

Package org.opends.admin.ads.util Description

Defines a set of auxiliary classes and utilities that are used to retrieve the configuration of the servers that are registered in the Administration Directory Server (ADS).