Package org.forgerock.opendj.config.server
Server-side administration interface.
This package contains classes and interfaces which internal directory server components are expected to use in order to access the server's current configuration and register to be notified when the configuration changes.
-
Interface Summary Interface Description ConfigurationAddListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a new configuration is added.ConfigurationChangeListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a its associated configuration is changed.ConfigurationDeleteListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when an existing configuration is deleted.ServerManagedObjectAddListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a new server managed object is added.ServerManagedObjectChangeListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a its associated server managed object is changed.ServerManagedObjectDeleteListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when an existing server managed object is deleted. -
Class Summary Class Description ConfigChangeResult This class defines a data structure that can be used to hold information about the result of processing a configuration change.FileContentResolver Property resolver that considers only the property keys that begins with the "file:" string, and then interprets the remaining part of the key as a relative or absolute file path that must be read to return a value.ServerConstraintHandler An interface for performing server-side constraint validation.ServerManagedObject<S extends Configuration> A server-side managed object.ServerManagementContext Server management connection context. -
Exception Summary Exception Description ConfigException Thrown during the course of interactions with the Directory Server configuration.ServerManagedObjectDecodingException The requested server managed object was found but one or more of its properties could not be decoded successfully.