@PublicAPI(stability=PRIVATE)

Package org.opends.server.admin.client

Common client-side administration classes.

See:
          Description

Interface Summary
ManagedObject<T extends ConfigurationClient> A generic interface for accessing client-side managed objects.
 

Class Summary
ClientConstraintHandler An interface for performing client-side constraint validation.
ManagementContext Client management connection context.
 

Enum Summary
OperationRejectedException.OperationType The type of operation that caused this exception.
 

Exception Summary
AdminClientException Administration client exceptions represent non-operational problems which occur whilst interacting with the administration framework.
AdminSecurityException This exception is thrown when a security related problem occurs whilst interacting with the Directory Server.
AuthenticationException This exception is thrown when an authentication error occurs while connecting to the Directory Server.
AuthenticationNotSupportedException This exception is thrown when the particular flavor of authentication requested is not supported by the Directory Server.
AuthorizationException This exception is thrown when an authorization error occurs while interacting with the Directory Server.
CommunicationException This exception is thrown when a communications related problem occurs whilst interacting with the Directory Server.
ConcurrentModificationException This exception is thrown when a critical concurrent modification is detected by the client.
IllegalManagedObjectNameException Thrown when an attempt is made to create a new managed object with an illegal name.
ManagedObjectDecodingException The requested managed object was found but one or more of its properties could not be decoded successfully.
MissingMandatoryPropertiesException This exception is thrown when an attempt is made to add or modify a managed object when one or more of its mandatory properties are undefined.
OperationRejectedException This exception is thrown when the client or server refuses to create, delete, or modify a managed object due to one or more constraints that cannot be satisfied.
 

Package org.opends.server.admin.client Description

Common client-side administration classes.

This package contains classes which client applications are expected to use.