Uses of Interface
org.forgerock.opendj.config.ConfigurationClient
Package
Description
Common administration classes.
Common client-side administration classes.
Client side driver implementation interfaces.
Server-side administration interface.
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
-
Uses of ConfigurationClient in org.forgerock.opendj.config
Modifier and TypeClassDescriptionclass
AbstractManagedObjectDefinition<C extends ConfigurationClient,
S extends Configuration> Defines the structure of an abstract managed object.final class
AggregationPropertyDefinition<C extends ConfigurationClient,
S extends Configuration> Aggregation property definition.static final class
AggregationPropertyDefinition.Builder<C extends ConfigurationClient,
S extends Configuration> An interface for incrementally constructing aggregation property definitions.final class
DefaultManagedObject<C extends ConfigurationClient,
S extends Configuration> A default managed object which should be created when a parent managed object is created.static final class
DefaultManagedObject.Builder<C extends ConfigurationClient,
S extends Configuration> An interface for incrementally constructing default managed objects.final class
InstantiableRelationDefinition<C extends ConfigurationClient,
S extends Configuration> A managed object composite relationship definition which represents a composition of zero or more managed objects.static final class
InstantiableRelationDefinition.Builder<C extends ConfigurationClient,
S extends Configuration> An interface for incrementally constructing instantiable relation definitions.class
ManagedObjectDefinition<C extends ConfigurationClient,
S extends Configuration> Defines the structure of a managed object which can be instantiated.final class
ManagedObjectPath<C extends ConfigurationClient,
S extends Configuration> A path which can be used to determine the location of a managed object instance.final class
OptionalRelationDefinition<C extends ConfigurationClient,
S extends Configuration> A managed object composite relationship definition which represents a composition of an optional single managed object (i.e.static final class
OptionalRelationDefinition.Builder<C extends ConfigurationClient,
S extends Configuration> An interface for incrementally constructing optional relation definitions.final class
Reference<C extends ConfigurationClient,
S extends Configuration> A reference to another managed object.class
RelationDefinition<C extends ConfigurationClient,
S extends Configuration> Relation definitions define relationships between types of managed objects.protected static class
RelationDefinition.AbstractBuilder<C extends ConfigurationClient,
S extends Configuration, D extends RelationDefinition<C, S>> An interface for incrementally constructing relation definitions.protected static final class
RelationDefinition.Common<C extends ConfigurationClient,
S extends Configuration> Opaque structure containing fields common to all relation definition types.final class
SetRelationDefinition<C extends ConfigurationClient,
S extends Configuration> A managed object composite relationship definition which represents a composition of zero or more managed objects each of which must have a different type.static final class
SetRelationDefinition.Builder<C extends ConfigurationClient,
S extends Configuration> An interface for incrementally constructing set relation definitions.final class
SingletonRelationDefinition<C extends ConfigurationClient,
S extends Configuration> A managed object composite relationship definition which represents a composition of a single managed object (i.e.static final class
SingletonRelationDefinition.Builder<C extends ConfigurationClient,
S extends Configuration> An interface for incrementally constructing singleton relation definitions.Modifier and TypeMethodDescription<C extends ConfigurationClient,
S extends Configuration>
voidManagedObjectPathSerializer.appendManagedObjectPathElement
(InstantiableRelationDefinition<? super C, ? super S> r, AbstractManagedObjectDefinition<C, S> d, String name) Append a managed object path element identified by an instantiable relation and an instance name.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObjectPathSerializer.appendManagedObjectPathElement
(OptionalRelationDefinition<? super C, ? super S> r, AbstractManagedObjectDefinition<C, S> d) Append a managed object path element identified by an optional relation.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObjectPathSerializer.appendManagedObjectPathElement
(SetRelationDefinition<? super C, ? super S> r, AbstractManagedObjectDefinition<C, S> d) Append a managed object path element identified by a set relation.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObjectPathSerializer.appendManagedObjectPathElement
(SingletonRelationDefinition<? super C, ? super S> r, AbstractManagedObjectDefinition<C, S> d) Append a managed object path element identified by a singleton relation.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(InstantiableRelationDefinition<? super M, ? super N> r, AbstractManagedObjectDefinition<M, N> d, String name) Creates a new child managed object path beneath the provided parent path having the specified managed object definition.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(InstantiableRelationDefinition<M, N> r, String name) Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(OptionalRelationDefinition<? super M, ? super N> r, AbstractManagedObjectDefinition<M, N> d) Creates a new child managed object path beneath the provided parent path having the specified managed object definition.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(OptionalRelationDefinition<M, N> r) Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(SetRelationDefinition<? super M, ? super N> r, AbstractManagedObjectDefinition<M, N> d) Creates a new child managed object path beneath the provided parent path having the specified managed object definition.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(SetRelationDefinition<M, N> r) Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<? extends M,? extends N> ManagedObjectPath.child
(SetRelationDefinition<M, N> r, String name) Creates a new child managed object path beneath the provided parent path having the managed object definition indicated byname
.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(SingletonRelationDefinition<? super M, ? super N> r, AbstractManagedObjectDefinition<M, N> d) Creates a new child managed object path beneath the provided parent path having the specified managed object definition.<M extends ConfigurationClient,
N extends Configuration>
ManagedObjectPath<M,N> ManagedObjectPath.child
(SingletonRelationDefinition<M, N> r) Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.static <C extends ConfigurationClient,
S extends Configuration>
AggregationPropertyDefinition.Builder<C,S> AggregationPropertyDefinition.createBuilder
(AbstractManagedObjectDefinition<?, ?> d, String propertyName) Creates an aggregation property definition builder.static <C extends ConfigurationClient,
S extends Configuration>
Reference<C,S> Reference.parseDn
(ManagedObjectPath<?, ?> path, InstantiableRelationDefinition<C, S> relationDef, String dnAsString) Parses a DN string value as a reference using the provided managed object path and relation definition.static <C extends ConfigurationClient,
S extends Configuration>
Reference<C,S> Reference.parseName
(ManagedObjectPath<?, ?> p, InstantiableRelationDefinition<C, S> rd, String s) Parses a name as a reference using the provided managed object path and relation definition.<C extends ConfigurationClient,
S extends Configuration>
RPropertyDefinitionVisitor.visitAggregation
(AggregationPropertyDefinition<C, S> pd, P p) Visit an aggregation property definition.<C extends ConfigurationClient,
S extends Configuration>
RPropertyValueVisitor.visitAggregation
(AggregationPropertyDefinition<C, S> pd, ValueOrExpression<String> v, P p) Visit an aggregation property value.<C extends ConfigurationClient,
S extends Configuration>
RRelationDefinitionVisitor.visitInstantiable
(InstantiableRelationDefinition<C, S> rd, P p) Visit an instantiable relation definition.<C extends ConfigurationClient,
S extends Configuration>
RRelationDefinitionVisitor.visitOptional
(OptionalRelationDefinition<C, S> rd, P p) Visit an optional relation definition.<C extends ConfigurationClient,
S extends Configuration>
RRelationDefinitionVisitor.visitSet
(SetRelationDefinition<C, S> rd, P p) Visit a set relation definition.<C extends ConfigurationClient,
S extends Configuration>
RRelationDefinitionVisitor.visitSingleton
(SingletonRelationDefinition<C, S> rd, P p) Visit a singleton relation definition.Modifier and TypeMethodDescriptionManagedObjectDefinition<? extends ConfigurationClient,
? extends Configuration> ConfigurationClient.definition()
Get the configuration definition associated with this configuration. -
Uses of ConfigurationClient in org.forgerock.opendj.config.client
Modifier and TypeInterfaceDescriptioninterface
ManagedObject<T extends ConfigurationClient>
A generic interface for accessing client-side managed objects.Modifier and TypeMethodDescription<C extends ConfigurationClient,
S extends Configuration, C1 extends C>
ManagedObject<C1>ManagedObject.createChild
(InstantiableRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, String name, Collection<PropertyException> exceptions) Creates a new child managed object bound to the specified instantiable relation.<C extends ConfigurationClient,
S extends Configuration, C1 extends C>
ManagedObject<C1>ManagedObject.createChild
(OptionalRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, Collection<PropertyException> exceptions) Creates a new child managed object bound to the specified optional relation.<C extends ConfigurationClient,
S extends Configuration, C1 extends C>
ManagedObject<C1>ManagedObject.createChild
(SetRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, Collection<PropertyException> exceptions) Creates a new child managed object bound to the specified set relation.final <C extends ConfigurationClient,
S extends Configuration>
booleanDriverBasedManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, String name) final <C extends ConfigurationClient,
S extends Configuration>
booleanDriverBasedManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, OptionalRelationDefinition<C, S> rd) final <C extends ConfigurationClient,
S extends Configuration>
booleanDriverBasedManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, String name) <C extends ConfigurationClient,
S extends Configuration>
booleanManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, String name) Deletes the named instantiable child managed object from the named parent managed object.<C extends ConfigurationClient,
S extends Configuration>
booleanManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, OptionalRelationDefinition<C, S> rd) Deletes the optional child managed object from the named parent managed object.<C extends ConfigurationClient,
S extends Configuration>
booleanManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, String name) Deletes s set child managed object from the named parent managed object.<C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagedObject.getChild
(InstantiableRelationDefinition<C, S> r, String name) Retrieves an instantiable child managed object.<C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagedObject.getChild
(OptionalRelationDefinition<C, S> r) Retrieves an optional child managed object.<C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagedObject.getChild
(SetRelationDefinition<C, S> r, String name) Retrieves a set child managed object.<C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagedObject.getChild
(SingletonRelationDefinition<C, S> r) Retrieves a singleton child managed object.final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>DriverBasedManagementContext.getManagedObject
(ManagedObjectPath<C, S> path) <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagementContext.getManagedObject
(ManagedObjectPath<C, S> path) Gets the named managed object.<C extends ConfigurationClient,
S extends Configuration>
booleanManagedObject.hasChild
(OptionalRelationDefinition<C, S> r) Determines whether the optional managed object associated with the specified optional relations exists.<C extends ConfigurationClient,
S extends Configuration>
String[]ManagedObject.listChildren
(InstantiableRelationDefinition<C, S> r) Lists the child managed objects associated with the specified instantiable relation.<C extends ConfigurationClient,
S extends Configuration>
String[]ManagedObject.listChildren
(InstantiableRelationDefinition<C, S> r, AbstractManagedObjectDefinition<? extends C, ? extends S> d) Lists the child managed objects associated with the specified instantiable relation which are a sub-type of the specified managed object definition.<C extends ConfigurationClient,
S extends Configuration>
String[]ManagedObject.listChildren
(SetRelationDefinition<C, S> r) Lists the child managed objects associated with the specified set relation.<C extends ConfigurationClient,
S extends Configuration>
String[]ManagedObject.listChildren
(SetRelationDefinition<C, S> r, AbstractManagedObjectDefinition<? extends C, ? extends S> d) Lists the child managed objects associated with the specified set relation which are a sub-type of the specified managed object definition.final <C extends ConfigurationClient,
S extends Configuration>
String[]DriverBasedManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd) final <C extends ConfigurationClient,
S extends Configuration>
String[]DriverBasedManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) final <C extends ConfigurationClient,
S extends Configuration>
String[]DriverBasedManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd) <C extends ConfigurationClient,
S extends Configuration>
String[]ManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd) Lists the child managed objects of the named parent managed object.<C extends ConfigurationClient,
S extends Configuration>
String[]ManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.<C extends ConfigurationClient,
S extends Configuration>
String[]ManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd) Lists the child managed objects of the named parent managed object.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObject.removeChild
(InstantiableRelationDefinition<C, S> r, String name) Removes the named instantiable child managed object.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObject.removeChild
(OptionalRelationDefinition<C, S> r) Removes an optional child managed object.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObject.removeChild
(SetRelationDefinition<C, S> r, String name) Removes s set child managed object. -
Uses of ConfigurationClient in org.forgerock.opendj.config.client.spi
Modifier and TypeClassDescriptionclass
AbstractManagedObject<T extends ConfigurationClient>
An abstract managed object implementation.Modifier and TypeMethodDescriptionfinal <C extends ConfigurationClient,
S extends Configuration, C1 extends C>
ManagedObject<C1>AbstractManagedObject.createChild
(InstantiableRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, String name, Collection<PropertyException> exceptions) final <C extends ConfigurationClient,
S extends Configuration, C1 extends C>
ManagedObject<C1>AbstractManagedObject.createChild
(OptionalRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, Collection<PropertyException> exceptions) final <C extends ConfigurationClient,
S extends Configuration, C1 extends C>
ManagedObject<C1>AbstractManagedObject.createChild
(SetRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, Collection<PropertyException> exceptions) final <C extends ConfigurationClient,
S extends Configuration>
booleanDriver.deleteManagedObject
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, String name) Deletes the named instantiable child managed object from the named parent managed object.final <C extends ConfigurationClient,
S extends Configuration>
booleanDriver.deleteManagedObject
(ManagedObjectPath<?, ?> parent, OptionalRelationDefinition<C, S> rd) Deletes the optional child managed object from the named parent managed object.final <C extends ConfigurationClient,
S extends Configuration>
booleanDriver.deleteManagedObject
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, String name) Deletes the named instantiable child managed object from the named parent managed object.protected abstract <C extends ConfigurationClient,
S extends Configuration>
voidDriver.deleteManagedObject
(ManagedObjectPath<C, S> path) Deletes the named managed object.final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(InstantiableRelationDefinition<C, S> r, String name) final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(OptionalRelationDefinition<C, S> r) final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(SetRelationDefinition<C, S> r, String name) final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(SingletonRelationDefinition<C, S> r) abstract <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>Driver.getManagedObject
(ManagedObjectPath<C, S> path) Gets the named managed object.abstract <C extends ConfigurationClient,
S extends Configuration, P>
SortedSet<ValueOrExpression<P>>Driver.getPropertyValues
(ManagedObjectPath<C, S> path, PropertyDefinition<P> pd) Gets the effective values of a property in the named managed object.final <C extends ConfigurationClient,
S extends Configuration>
booleanAbstractManagedObject.hasChild
(OptionalRelationDefinition<C, S> r) final <C extends ConfigurationClient,
S extends Configuration>
String[]AbstractManagedObject.listChildren
(InstantiableRelationDefinition<C, S> r) final <C extends ConfigurationClient,
S extends Configuration>
String[]AbstractManagedObject.listChildren
(InstantiableRelationDefinition<C, S> r, AbstractManagedObjectDefinition<? extends C, ? extends S> d) final <C extends ConfigurationClient,
S extends Configuration>
String[]AbstractManagedObject.listChildren
(SetRelationDefinition<C, S> r) final <C extends ConfigurationClient,
S extends Configuration>
String[]AbstractManagedObject.listChildren
(SetRelationDefinition<C, S> r, AbstractManagedObjectDefinition<? extends C, ? extends S> d) abstract <C extends ConfigurationClient,
S extends Configuration>
String[]Driver.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.abstract <C extends ConfigurationClient,
S extends Configuration>
String[]Driver.listManagedObjects
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.protected abstract <M extends ConfigurationClient>
ManagedObject<M>AbstractManagedObject.newInstance
(ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, PropertyDefinition<?> namingPropertyDefinition) Creates a new managed object.final <C extends ConfigurationClient,
S extends Configuration>
voidAbstractManagedObject.removeChild
(InstantiableRelationDefinition<C, S> r, String name) final <C extends ConfigurationClient,
S extends Configuration>
voidAbstractManagedObject.removeChild
(OptionalRelationDefinition<C, S> r) final <C extends ConfigurationClient,
S extends Configuration>
voidAbstractManagedObject.removeChild
(SetRelationDefinition<C, S> r, String name) -
Uses of ConfigurationClient in org.forgerock.opendj.config.server
Modifier and TypeMethodDescription<C extends ConfigurationClient,
S extends Configuration>
ServerManagedObject<? extends S>ServerManagementContext.getManagedObject
(ManagedObjectPath<C, S> path) Gets the named managed object.<C extends ConfigurationClient,
S extends Configuration>
String[]ServerManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, RelationDefinition<C, S> relationDef) Lists the child managed objects of the named parent managed object. -
Uses of ConfigurationClient in org.forgerock.opendj.server.config.client
Modifier and TypeInterfaceDescriptioninterface
A client-side interface for reading and modifying Access Control Handler settings.interface
A client-side interface for reading and modifying Access Log Filtering Criteria settings.interface
A client-side interface for reading and modifying Access Log Publisher settings.interface
A client-side interface for reading and modifying Account Status Notification Handler settings.interface
A client-side interface for reading and modifying cn=admin data Trust Manager Provider settings.interface
A client-side interface for reading and modifying Admin Endpoint settings.interface
A client-side interface for reading and modifying Administration Connector settings.interface
A client-side interface for reading and modifying AES Password Storage Scheme settings.interface
A client-side interface for reading and modifying Alert Handler settings.interface
A client-side interface for reading and modifying Alive HTTP endpoint settings.interface
A client-side interface for reading and modifying Anonymous SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying Argon2 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Attribute Cleanup Plugin settings.interface
A client-side interface for reading and modifying Attribute Value Password Validator settings.interface
A client-side interface for reading and modifying Authentication Policy settings.interface
A client-side interface for reading and modifying Backend settings.interface
A client-side interface for reading and modifying Backend Index settings.interface
A client-side interface for reading and modifying Backend VLV Index settings.interface
A client-side interface for reading and modifying Base64 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Bcrypt Password Storage Scheme settings.interface
A client-side interface for reading and modifying Blind Trust Manager Provider settings.interface
A client-side interface for reading and modifying Blowfish Password Storage Scheme settings.interface
A client-side interface for reading and modifying Cancel Extended Operation Handler settings.interface
A client-side interface for reading and modifying Certificate Mapper settings.interface
A client-side interface for reading and modifying Change Number Control Plugin settings.interface
A client-side interface for reading and modifying Character Set Password Validator settings.interface
A client-side interface for reading and modifying Clear Password Storage Scheme settings.interface
A client-side interface for reading and modifying Collective Attribute Subentries Virtual Attribute settings.interface
A client-side interface for reading and modifying Common Audit Access Log Publisher settings.interface
A client-side interface for reading and modifying Connection Handler settings.interface
A client-side interface for reading and modifying Console Error Log Publisher settings.interface
A client-side interface for reading and modifying Core Schema settings.interface
A client-side interface for reading and modifying CRAM-MD5 SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying Common REST Metrics HTTP Endpoint settings.interface
A client-side interface for reading and modifying Crypto Manager settings.interface
A client-side interface for reading and modifying Crypt Password Storage Scheme settings.interface
A client-side interface for reading and modifying CSV File Access Log Publisher settings.interface
A client-side interface for reading and modifying CSV File HTTP Access Log Publisher settings.interface
A client-side interface for reading and modifying Dictionary Password Validator settings.interface
A client-side interface for reading and modifying DIGEST-MD5 SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying DSEE Compatible Access Control Handler settings.interface
A client-side interface for reading and modifying ETag Plugin settings.interface
A client-side interface for reading and modifying Entity Tag Virtual Attribute settings.interface
A client-side interface for reading and modifying Entry Cache settings.interface
A client-side interface for reading and modifying entryDN Virtual Attribute settings.interface
A client-side interface for reading and modifying entryUUID Plugin settings.interface
A client-side interface for reading and modifying entryUUID Virtual Attribute settings.interface
A client-side interface for reading and modifying Error Log Account Status Notification Handler settings.interface
A client-side interface for reading and modifying Error Log Publisher settings.interface
A client-side interface for reading and modifying Exact Match Identity Mapper settings.interface
A client-side interface for reading and modifying Extended Operation Handler settings.interface
A client-side interface for reading and modifying External Access Log Publisher settings.interface
A client-side interface for reading and modifying External HTTP Access Log Publisher settings.interface
A client-side interface for reading and modifying External SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying FIFO Entry Cache settings.interface
A client-side interface for reading and modifying File Based Access Log Publisher settings.interface
A client-side interface for reading and modifying File Based Audit Log Publisher settings.interface
A client-side interface for reading and modifying File Based Error Log Publisher settings.interface
A client-side interface for reading and modifying File Based HTTP Access Log Publisher settings.interface
A client-side interface for reading and modifying File Based Key Manager Provider settings.interface
A client-side interface for reading and modifying File Based Trust Manager Provider settings.interface
A client-side interface for reading and modifying File Count Log Retention Policy settings.interface
A client-side interface for reading and modifying Fingerprint Certificate Mapper settings.interface
A client-side interface for reading and modifying Fixed Time Log Rotation Policy settings.interface
A client-side interface for reading and modifying Fractional LDIF Import Plugin settings.interface
A client-side interface for reading and modifying Free Disk Space Log Retention Policy settings.interface
A client-side interface for reading and modifying Get Connection ID Extended Operation Handler settings.interface
A client-side interface for reading and modifying Get Symmetric Key Extended Operation Handler settings.interface
A client-side interface for reading and modifying Global Access Control Policy settings.interface
A client-side interface for reading and modifying Global Configuration settings.interface
A client-side interface for reading and modifying Governing Structure Rule Virtual Attribute settings.interface
A client-side interface for reading and modifying Graphite Monitor Reporter Plugin settings.interface
A client-side interface for reading and modifying GSSAPI SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying Has Subordinates Virtual Attribute settings.interface
A client-side interface for reading and modifying HDAP Authorization Mechanism settings.interface
A client-side interface for reading and modifying Hdap Endpoint settings.interface
A client-side interface for reading and modifying Healthy HTTP endpoint settings.interface
A client-side interface for reading and modifying HTTP Access Log Publisher settings.interface
A client-side interface for reading and modifying HTTP Anonymous Authorization Mechanism settings.interface
A client-side interface for reading and modifying HTTP Authorization Mechanism settings.interface
A client-side interface for reading and modifying HTTP Basic Authorization Mechanism settings.interface
A client-side interface for reading and modifying HTTP Connection Handler settings.interface
A client-side interface for reading and modifying HTTP Endpoint settings.interface
A client-side interface for reading and modifying HTTP OAuth2 Authorization Mechanism settings.interface
A client-side interface for reading and modifying HTTP OAuth2 CTS Authorization Mechanism settings.interface
A client-side interface for reading and modifying HTTP OAuth2 File Based Authorization Mechanism settings.interface
A client-side interface for reading and modifying HTTP OAuth2 OpenAM Authorization Mechanism settings.interface
A client-side interface for reading and modifying HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism settings.interface
A client-side interface for reading and modifying Identity Mapper settings.interface
A client-side interface for reading and modifying Is Member Of Virtual Attribute settings.interface
A client-side interface for reading and modifying JE Backend settings.interface
A client-side interface for reading and modifying JMX Alert Handler settings.interface
A client-side interface for reading and modifying JMX Connection Handler settings.interface
A client-side interface for reading and modifying JSON Equality Matching Rule settings.interface
A client-side interface for reading and modifying JSON File Based Access Log Publisher settings.interface
A client-side interface for reading and modifying JSON File Based HTTP Access Log Publisher settings.interface
A client-side interface for reading and modifying JSON Ordering Matching Rule settings.interface
A client-side interface for reading and modifying JSON Query Equality Matching Rule settings.interface
A client-side interface for reading and modifying Key Manager Provider settings.interface
A client-side interface for reading and modifying Last Mod Plugin settings.interface
A client-side interface for reading and modifying LDAP Attribute Description List Plugin settings.interface
A client-side interface for reading and modifying LDAP Connection Handler settings.interface
A client-side interface for reading and modifying LDAP Key Manager Provider settings.interface
A client-side interface for reading and modifying LDAP Pass Through Authentication Policy settings.interface
A client-side interface for reading and modifying LDAP Trust Manager Provider settings.interface
A client-side interface for reading and modifying LDIF Backend settings.interface
A client-side interface for reading and modifying LDIF Connection Handler settings.interface
A client-side interface for reading and modifying Length Based Password Validator settings.interface
A client-side interface for reading and modifying Local Backend settings.interface
A client-side interface for reading and modifying Log Publisher settings.interface
A client-side interface for reading and modifying Log Retention Policy settings.interface
A client-side interface for reading and modifying Log Rotation Policy settings.interface
A client-side interface for reading and modifying Mail Server settings.interface
A client-side interface for reading and modifying MD5 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Member Virtual Attribute settings.interface
A client-side interface for reading and modifying Memory Backend settings.interface
A client-side interface for reading and modifying Monitor Backend settings.interface
A client-side interface for reading and modifying Name And JSON Query Equality Matching Rule settings.interface
A client-side interface for reading and modifying Null Backend settings.interface
A client-side interface for reading and modifying Num Subordinates Virtual Attribute settings.interface
A client-side interface for reading and modifying Password Expiration Time Virtual Attribute settings.interface
A client-side interface for reading and modifying Password Generator settings.interface
A client-side interface for reading and modifying Password Modify Extended Operation Handler settings.interface
A client-side interface for reading and modifying Password Policy settings.interface
A client-side interface for reading and modifying Password Policy Import Plugin settings.interface
A client-side interface for reading and modifying Password Policy State Extended Operation Handler settings.interface
A client-side interface for reading and modifying Password Policy Subentry Virtual Attribute settings.interface
A client-side interface for reading and modifying Password Storage Scheme settings.interface
A client-side interface for reading and modifying Password Validator settings.interface
A client-side interface for reading and modifying PBKDF2-HMAC-SHA256 Password Storage Scheme settings.interface
A client-side interface for reading and modifying PBKDF2-HMAC-SHA512 Password Storage Scheme settings.interface
A client-side interface for reading and modifying PBKDF2 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Pem Key Manager Provider settings.interface
A client-side interface for reading and modifying Pem Trust Manager Provider settings.interface
A client-side interface for reading and modifying PKCS#11 Key Manager Provider settings.interface
A client-side interface for reading and modifying PKCS#11 Trust Manager Provider settings.interface
A client-side interface for reading and modifying PKCS#5 V2.0 Scheme 2 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Plain SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying Pluggable Backend settings.interface
A client-side interface for reading and modifying Plugin settings.interface
A client-side interface for reading and modifying Plugin Root settings.interface
A client-side interface for reading and modifying Policy Based Access Control Handler settings.interface
A client-side interface for reading and modifying Prometheus HTTP Endpoint settings.interface
A client-side interface for reading and modifying Proxy Backend settings.interface
A client-side interface for reading and modifying Random Password Generator settings.interface
A client-side interface for reading and modifying RC4 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Referential Integrity Plugin settings.interface
A client-side interface for reading and modifying Regular Expression Identity Mapper settings.interface
A client-side interface for reading and modifying Repeated Characters Password Validator settings.interface
A client-side interface for reading and modifying Replication Domain settings.interface
A client-side interface for reading and modifying Replication Server settings.interface
A client-side interface for reading and modifying Replication Service Discovery Mechanism settings.interface
A client-side interface for reading and modifying Replication Synchronization Provider settings.interface
A client-side interface for reading and modifying Rest2LDAP Endpoint settings.interface
A client-side interface for reading and modifying Root settings.interface
A client-side interface for reading and modifying Root DSE Backend settings.interface
A client-side interface for reading and modifying Salted MD5 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Salted SHA-1 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Salted SHA-256 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Salted SHA-384 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Salted SHA-512 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Samba Password Plugin settings.interface
A client-side interface for reading and modifying SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying Schema Backend settings.interface
A client-side interface for reading and modifying Schema Provider settings.interface
A client-side interface for reading and modifying SCRAM-SHA-256 Password Storage Scheme settings.interface
A client-side interface for reading and modifying SCRAM-SHA-256 SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying SCRAM-SHA-512 Password Storage Scheme settings.interface
A client-side interface for reading and modifying SCRAM-SHA-512 SASL Mechanism Handler settings.interface
A client-side interface for reading and modifying Service Discovery Mechanism settings.interface
A client-side interface for reading and modifying Seven Bit Clean Plugin settings.interface
A client-side interface for reading and modifying SHA-1 Password Storage Scheme settings.interface
A client-side interface for reading and modifying Similarity Based Password Validator settings.interface
A client-side interface for reading and modifying Size Limit Log Retention Policy settings.interface
A client-side interface for reading and modifying Size Limit Log Rotation Policy settings.interface
A client-side interface for reading and modifying SMTP Account Status Notification Handler settings.interface
A client-side interface for reading and modifying SMTP Alert Handler settings.interface
A client-side interface for reading and modifying Soft Reference Entry Cache settings.interface
A client-side interface for reading and modifying StartTLS Extended Operation Handler settings.interface
A client-side interface for reading and modifying Static Service Discovery Mechanism settings.interface
A client-side interface for reading and modifying Structural Object Class Virtual Attribute settings.interface
A client-side interface for reading and modifying Subject Attribute To User Attribute Certificate Mapper settings.interface
A client-side interface for reading and modifying Subject DN To User Attribute Certificate Mapper settings.interface
A client-side interface for reading and modifying Subject Equals DN Certificate Mapper settings.interface
A client-side interface for reading and modifying Subschema Subentry Virtual Attribute settings.interface
A client-side interface for reading and modifying Synchronization Provider settings.interface
A client-side interface for reading and modifying Task Backend settings.interface
A client-side interface for reading and modifying Time Limit Log Rotation Policy settings.interface
A client-side interface for reading and modifying Traditional Work Queue settings.interface
A client-side interface for reading and modifying Triple-DES Password Storage Scheme settings.interface
A client-side interface for reading and modifying Trust Manager Provider settings.interface
A client-side interface for reading and modifying Unique Attribute Plugin settings.interface
A client-side interface for reading and modifying Unique Characters Password Validator settings.interface
A client-side interface for reading and modifying User Defined Virtual Attribute settings.interface
A client-side interface for reading and modifying User Template Virtual Attribute settings.interface
A client-side interface for reading and modifying Virtual Attribute settings.interface
A client-side interface for reading and modifying Who Am I Extended Operation Handler settings.interface
A client-side interface for reading and modifying Work Queue settings.