Package org.forgerock.opendj.config.client
Common client-side administration classes.
This package contains classes which client applications are expected to use.
-
Interface Summary Interface Description ManagedObject<T extends ConfigurationClient> A generic interface for accessing client-side managed objects.ManagementContext Client management connection context. -
Class Summary Class Description ClientConstraintHandler An interface for performing client-side constraint validation.DriverBasedManagementContext Driver based client management connection context. -
Enum Summary Enum Description OperationRejectedException.OperationType The type of operation that caused this exception. -
Exception Summary Exception Description 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.