Package org.forgerock.opendj.config
package org.forgerock.opendj.config
Common administration classes.
This package contains administration related classes and interfaces common to both the client and server.
-
ClassDescriptionA default behavior provider which retrieves default values from a managed object in an absolute location.Defines the structure of an abstract managed object.ACI property definition.An interface for incrementally constructing ACI property definitions.Exceptions thrown when interacting with administration framework.Defines an optional action which administators must perform after they have modified a property.Specifies the type of administrator action which must be performed in order for pending changes to take effect.Aggregation property definition.An interface for incrementally constructing aggregation property definitions.A default behavior provider which indicates special behavior.Attribute type property definition.An interface for incrementally constructing attribute type property definitions.Boolean property definition.An interface for incrementally constructing boolean property definitions.Class property definition.An interface for incrementally constructing class property definitions.Defines the logging category for the config module.A common base interface for all server managed object configurations.A common base interface for all managed object configuration clients.This class is responsible for managing the configuration framework including: loading core components during application initialization loading extensions during and after application initialization changing the property validation strategy based on whether the application is a client or server.Represents parameters used for initializing a
ConfigurationFramework
.An interface for enforcing constraints and dependencies between managed objects and their properties.The requested managed object was found but it could not be decoded.An interface for determining the default behavior of a property.A visitor of default behavior providers, in the style of the visitor design pattern.A default managed object which should be created when a parent managed object is created.An interface for incrementally constructing default managed objects.A default behavior provider which represents a well-defined set of default values.The requested managed object was found but its type could not be determined.An enumeration defining the reasons why the definition could not be resolved.This interface is used to determine the "best match" managed object definition in a definition hierarchy.Holds deprecation information of configuration objects or properties.DN property definition.An interface for incrementally constructing DN property definitions.Duration property definition.An interface for incrementally constructing duration property definitions.EnumPropertyDefinition<E extends Enum<E>>Enumeration property definition.EnumPropertyDefinition.Builder<E extends Enum<E>>An interface for incrementally constructing enumeration property definitions.Exception related to decoding of expression.Utility class to manage expressions.A generic constraint which comprises of an underlying condition and a description.Property definition associated to a Host:Port syntax.An interface for incrementally constructingHostPortPropertyDefinition
.Property definition for a host.An interface for incrementally constructing IP address property definitions.A managed object composite relationship definition which represents a composition of zero or more managed objects.An interface for incrementally constructing instantiable relation definitions.Integer property definition.An interface for incrementally constructing integer property definitions.IP address mask property definition.An interface for incrementally constructing IP address mask property definitions.This class is used to map configuration elements to their LDAP schema names.LDAP profile wrappers can be used to provide temporary LDAP profile information for components which do not have LDAP profile property files.A managed object could not be created because there is an existing managed object with the same name.Defines the structure of a managed object which can be instantiated.A class for retrieving internationalized resource properties associated with a managed object definition.A class for retrieving non-internationalized resource properties associated with a managed object definition.The requested managed object could not be located.This enumeration contains various options that can be associated with managed object definitions.A path which can be used to determine the location of a managed object instance.A strategy for serializing managed object paths.Annotation for property getters and setters for which a value is mandatory.Exceptions thrown as a result of errors that occurred when reading, listing, and modifying managed objects.A managed object composite relationship definition which represents a composition of an optional single managed object (i.e.An interface for incrementally constructing optional relation definitions.An interface for querying generic property definition features.PropertyDefinition.AbstractBuilder<T,D extends PropertyDefinition<T>> An interface for incrementally constructing property definitions.A property definition visitor which can be used to generate syntax usage information.A visitor of property definitions, in the style of the visitor design pattern.Exceptions thrown as a result of errors that occurred when decoding and modifying property values.Thrown when an attempt is made to retrieve a property using its name but the name was not recognized.This enumeration contains various options that can be associated with property definitions.An interface which can be used to initialize the contents of a managed object.PropertyValueVisitor<R,P> A visitor of property values, in the style of the visitor design pattern.A reference to another managed object.Relation definitions define relationships between types of managed objects.RelationDefinition.AbstractBuilder<C extends ConfigurationClient,S extends Configuration, D extends RelationDefinition<C, S>> An interface for incrementally constructing relation definitions.Opaque structure containing fields common to all relation definition types.A visitor of relation definitions, in the style of the visitor design pattern.This enumeration contains various options that can be associated with relation definitions.A default behavior provider which retrieves default values from a parent managed object.A managed object composite relationship definition which represents a composition of zero or more managed objects each of which must have a different type.An interface for incrementally constructing set relation definitions.A managed object composite relationship definition which represents a composition of a single managed object (i.e.An interface for incrementally constructing singleton relation definitions.Memory size property definition.An interface for incrementally constructing memory size property definitions.This enumeration defines various memory size units.String property definition.An interface for incrementally constructing string property definitions.An interface for querying the properties of a tag.Configuration definitionTopCfgDefn
is the root of the configuration definition hierarchy.A default behavior provider which indicates undefined behavior.Wraps either a value of a given type or an expression string containing at least one token.