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 | Description |
---|---|
ConfigChangeResult |
This class defines a data structure that can be used to hold information
about the result of processing a configuration change.
|
ServerConstraintHandler |
An interface for performing server-side constraint validation.
|
ServerManagedObject<S extends Configuration> |
A server-side managed object.
|
ServerManagementContext |
Server management connection context.
|
Exception | Description |
---|---|
ConfigException |
Thrown during the course of interactions with the Directory Server
configuration.
|
ConstraintViolationException |
This exception is thrown when the server refuses to use or delete a managed
object due to one or more constraints that cannot be satisfied.
|
ServerManagedObjectDecodingException |
The requested server managed object was found but one or more of its
properties could not be decoded successfully.
|
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.
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.