Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.client.spi |
Client side driver implementation interfaces.
|
org.opends.server.admin.server |
Server-side administration interface.
|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractManagedObjectDefinition<C extends ConfigurationClient,S extends Configuration>
Defines the structure of an abstract managed object.
|
class |
AggregationPropertyDefinition<C extends ConfigurationClient,S extends Configuration>
Aggregation property definition.
|
static class |
AggregationPropertyDefinition.Builder<C extends ConfigurationClient,S extends Configuration>
An interface for incrementally constructing aggregation property
definitions.
|
class |
DefaultManagedObject<C extends ConfigurationClient,S extends Configuration>
A default managed object which should be created when a parent
managed object is created.
|
static class |
DefaultManagedObject.Builder<C extends ConfigurationClient,S extends Configuration>
An interface for incrementally constructing default managed
objects.
|
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 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.
|
class |
ManagedObjectPath<C extends ConfigurationClient,S extends Configuration>
A path which can be used to determine the location of a managed
object instance.
|
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 class |
OptionalRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration>
An interface for incrementally constructing optional relation
definitions.
|
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 class |
RelationDefinition.Common<C extends ConfigurationClient,S extends Configuration>
Opaque structure containing fields common to all relation
definition types.
|
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 class |
SetRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration>
An interface for incrementally constructing set relation
definitions.
|
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 class |
SingletonRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration>
An interface for incrementally constructing singleton relation
definitions.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObjectPathSerializer.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> |
ManagedObjectPathSerializer.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> |
ManagedObjectPathSerializer.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> |
ManagedObjectPathSerializer.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.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.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.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.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.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.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.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 by
name . |
<M extends ConfigurationClient,N extends Configuration> |
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.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.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Creates an aggregation property definition builder.
|
static <C extends ConfigurationClient,S extends Configuration> |
Reference.parseDN(ManagedObjectPath<?,?> p,
InstantiableRelationDefinition<C,S> rd,
String s)
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.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> |
PropertyDefinitionVisitor.visitAggregation(AggregationPropertyDefinition<C,S> pd,
P p)
Visit an aggregation property definition.
|
<C extends ConfigurationClient,S extends Configuration> |
PropertyValueVisitor.visitAggregation(AggregationPropertyDefinition<C,S> pd,
String v,
P p)
Visit an aggregation property value.
|
<C extends ConfigurationClient,S extends Configuration> |
RelationDefinitionVisitor.visitInstantiable(InstantiableRelationDefinition<C,S> rd,
P p)
Visit an instantiable relation definition.
|
<C extends ConfigurationClient,S extends Configuration> |
RelationDefinitionVisitor.visitOptional(OptionalRelationDefinition<C,S> rd,
P p)
Visit an optional relation definition.
|
<C extends ConfigurationClient,S extends Configuration> |
RelationDefinitionVisitor.visitSet(SetRelationDefinition<C,S> rd,
P p)
Visit a set relation definition.
|
<C extends ConfigurationClient,S extends Configuration> |
RelationDefinitionVisitor.visitSingleton(SingletonRelationDefinition<C,S> rd,
P p)
Visit a singleton relation definition.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ConfigurationClient,? extends Configuration> |
ConfigurationClient.definition()
Get the configuration definition associated with this
configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedObject<T extends ConfigurationClient>
A generic interface for accessing client-side managed objects.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
ManagedObject.createChild(InstantiableRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? 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,CC extends C> |
ManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
optional relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
ManagedObject.createChild(SetRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
set relation.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.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> |
ManagementContext.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> |
ManagementContext.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.getChild(InstantiableRelationDefinition<C,S> r,
String name)
Retrieves an instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SetRelationDefinition<C,S> r,
String name)
Retrieves a set child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SingletonRelationDefinition<C,S> r)
Retrieves a singleton child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.getManagedObject(ManagedObjectPath<C,S> path)
Gets the named managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.hasChild(OptionalRelationDefinition<C,S> r)
Determines whether or not the optional managed object associated
with the specified optional relations exists.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(InstantiableRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration> |
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> |
ManagedObject.listChildren(SetRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified set
relation.
|
<C extends ConfigurationClient,S extends Configuration> |
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.
|
<C extends ConfigurationClient,S extends Configuration> |
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> |
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> |
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> |
ManagedObject.removeChild(InstantiableRelationDefinition<C,S> r,
String name)
Removes the named instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(OptionalRelationDefinition<C,S> r)
Removes an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(SetRelationDefinition<C,S> r,
String name)
Removes s set child managed object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractManagedObject<T extends ConfigurationClient>
An abstract managed object implementation.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(InstantiableRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? 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,CC extends C> |
AbstractManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
optional relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(SetRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
set relation.
|
<C extends ConfigurationClient,S extends Configuration> |
Driver.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> |
Driver.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> |
Driver.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> |
Driver.deleteManagedObject(ManagedObjectPath<C,S> path)
Deletes the named managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(InstantiableRelationDefinition<C,S> r,
String name)
Retrieves an instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SetRelationDefinition<C,S> r,
String name)
Retrieves a set child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SingletonRelationDefinition<C,S> r)
Retrieves a singleton child managed object.
|
abstract <C extends ConfigurationClient,S extends Configuration> |
Driver.getManagedObject(ManagedObjectPath<C,S> path)
Gets the named managed object.
|
abstract <C extends ConfigurationClient,S extends Configuration,PD> |
Driver.getPropertyValues(ManagedObjectPath<C,S> path,
PropertyDefinition<PD> pd)
Gets the effective values of a property in the named managed
object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.hasChild(OptionalRelationDefinition<C,S> r)
Determines whether or not the optional managed object associated
with the specified optional relations exists.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(InstantiableRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.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> |
AbstractManagedObject.listChildren(SetRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified set
relation.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.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.
|
abstract <C extends ConfigurationClient,S extends Configuration> |
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> |
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> |
AbstractManagedObject.newInstance(ManagedObjectDefinition<M,?> d,
ManagedObjectPath<M,?> path,
PropertySet properties,
boolean existsOnServer,
PropertyDefinition<?> namingPropertyDefinition)
Creates a new managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(InstantiableRelationDefinition<C,S> r,
String name)
Removes the named instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(OptionalRelationDefinition<C,S> r)
Removes an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(SetRelationDefinition<C,S> r,
String name)
Removes s set child managed object.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration> |
ServerManagementContext.getManagedObject(ManagedObjectPath<C,S> path)
Gets the named managed object.
|
<C extends ConfigurationClient,S extends Configuration,PD> |
ServerManagementContext.getPropertyValue(ManagedObjectPath<C,S> path,
PropertyDefinition<PD> pd)
Gets the effective value of a property in the named managed
object.
|
<C extends ConfigurationClient,S extends Configuration,PD> |
ServerManagementContext.getPropertyValues(ManagedObjectPath<C,S> path,
PropertyDefinition<PD> pd)
Gets the effective values of a property in the named managed
object.
|
<C extends ConfigurationClient,S extends Configuration> |
ServerManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd)
Lists the child managed objects of the named parent managed
object.
|
<C extends ConfigurationClient,S extends Configuration> |
ServerManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd)
Lists the child managed objects of the named parent managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessControlHandlerCfgClient
A client-side interface for reading and modifying Access Control
Handler settings.
|
interface |
AccessLogFilteringCriteriaCfgClient
A client-side interface for reading and modifying Access Log
Filtering Criteria settings.
|
interface |
AccessLogPublisherCfgClient
A client-side interface for reading and modifying Access Log
Publisher settings.
|
interface |
AccountStatusNotificationHandlerCfgClient
A client-side interface for reading and modifying Account Status
Notification Handler settings.
|
interface |
AdministrationConnectorCfgClient
A client-side interface for reading and modifying Administration
Connector settings.
|
interface |
AESPasswordStorageSchemeCfgClient
A client-side interface for reading and modifying AES Password
Storage Scheme settings.
|
interface |
AlertHandlerCfgClient
A client-side interface for reading and modifying Alert Handler
settings.
|
interface |
AnonymousSASLMechanismHandlerCfgClient
A client-side interface for reading and modifying Anonymous SASL
Mechanism Handler settings.
|
interface |
AttributeCleanupPluginCfgClient
A client-side interface for reading and modifying Attribute Cleanup
Plugin settings.
|
interface |
AttributeSyntaxCfgClient
A client-side interface for reading and modifying Attribute Syntax
settings.
|
interface |
AttributeTypeDescriptionAttributeSyntaxCfgClient
A client-side interface for reading and modifying Attribute Type
Description Attribute Syntax settings.
|
interface |
AttributeValuePasswordValidatorCfgClient
A client-side interface for reading and modifying Attribute Value
Password Validator settings.
|
interface |
AuthenticationPolicyCfgClient
A client-side interface for reading and modifying Authentication
Policy settings.
|
interface |
BackendCfgClient
A client-side interface for reading and modifying Backend settings.
|
interface |
BackendIndexCfgClient
A client-side interface for reading and modifying Backend Index
settings.
|
interface |
BackendVLVIndexCfgClient
A client-side interface for reading and modifying Backend VLV Index
settings.
|
interface |
BackupBackendCfgClient
A client-side interface for reading and modifying Backup Backend
settings.
|
interface |
Base64PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Base64 Password
Storage Scheme settings.
|
interface |
BlindTrustManagerProviderCfgClient
A client-side interface for reading and modifying Blind Trust
Manager Provider settings.
|
interface |
BlowfishPasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Blowfish Password
Storage Scheme settings.
|
interface |
CancelExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Cancel Extended
Operation Handler settings.
|
interface |
CertificateAttributeSyntaxCfgClient
A client-side interface for reading and modifying Certificate
Attribute Syntax settings.
|
interface |
CertificateMapperCfgClient
A client-side interface for reading and modifying Certificate
Mapper settings.
|
interface |
ChangeNumberControlPluginCfgClient
A client-side interface for reading and modifying Change Number
Control Plugin settings.
|
interface |
CharacterSetPasswordValidatorCfgClient
A client-side interface for reading and modifying Character Set
Password Validator settings.
|
interface |
ClearPasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Clear Password
Storage Scheme settings.
|
interface |
ClientConnectionMonitorProviderCfgClient
A client-side interface for reading and modifying Client Connection
Monitor Provider settings.
|
interface |
CollationMatchingRuleCfgClient
A client-side interface for reading and modifying Collation
Matching Rule settings.
|
interface |
CollectiveAttributeSubentriesVirtualAttributeCfgClient
A client-side interface for reading and modifying Collective
Attribute Subentries Virtual Attribute settings.
|
interface |
ConfigFileHandlerBackendCfgClient
A client-side interface for reading and modifying Config File
Handler Backend settings.
|
interface |
ConnectionHandlerCfgClient
A client-side interface for reading and modifying Connection
Handler settings.
|
interface |
CoreSchemaCfgClient
A client-side interface for reading and modifying Core Schema
settings.
|
interface |
CountryStringAttributeSyntaxCfgClient
A client-side interface for reading and modifying Country String
Attribute Syntax settings.
|
interface |
CramMD5SASLMechanismHandlerCfgClient
A client-side interface for reading and modifying Cram MD5 SASL
Mechanism Handler settings.
|
interface |
CryptoManagerCfgClient
A client-side interface for reading and modifying Crypto Manager
settings.
|
interface |
CryptPasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Crypt Password
Storage Scheme settings.
|
interface |
CsvFileAccessLogPublisherCfgClient
A client-side interface for reading and modifying Csv File Access
Log Publisher settings.
|
interface |
CsvFileHTTPAccessLogPublisherCfgClient
A client-side interface for reading and modifying Csv File HTTP
Access Log Publisher settings.
|
interface |
DebugLogPublisherCfgClient
A client-side interface for reading and modifying Debug Log
Publisher settings.
|
interface |
DebugTargetCfgClient
A client-side interface for reading and modifying Debug Target
settings.
|
interface |
DictionaryPasswordValidatorCfgClient
A client-side interface for reading and modifying Dictionary
Password Validator settings.
|
interface |
DigestMD5SASLMechanismHandlerCfgClient
A client-side interface for reading and modifying Digest MD5 SASL
Mechanism Handler settings.
|
interface |
DirectoryStringAttributeSyntaxCfgClient
A client-side interface for reading and modifying Directory String
Attribute Syntax settings.
|
interface |
DseeCompatAccessControlHandlerCfgClient
A client-side interface for reading and modifying Dsee Compat
Access Control Handler settings.
|
interface |
DynamicGroupImplementationCfgClient
A client-side interface for reading and modifying Dynamic Group
Implementation settings.
|
interface |
EntityTagVirtualAttributeCfgClient
A client-side interface for reading and modifying Entity Tag
Virtual Attribute settings.
|
interface |
EntryCacheCfgClient
A client-side interface for reading and modifying Entry Cache
settings.
|
interface |
EntryCacheMonitorProviderCfgClient
A client-side interface for reading and modifying Entry Cache
Monitor Provider settings.
|
interface |
EntryDNVirtualAttributeCfgClient
A client-side interface for reading and modifying Entry DN Virtual
Attribute settings.
|
interface |
EntryUUIDPluginCfgClient
A client-side interface for reading and modifying Entry UUID Plugin
settings.
|
interface |
EntryUUIDVirtualAttributeCfgClient
A client-side interface for reading and modifying Entry UUID
Virtual Attribute settings.
|
interface |
ErrorLogAccountStatusNotificationHandlerCfgClient
A client-side interface for reading and modifying Error Log Account
Status Notification Handler settings.
|
interface |
ErrorLogPublisherCfgClient
A client-side interface for reading and modifying Error Log
Publisher settings.
|
interface |
ExactMatchIdentityMapperCfgClient
A client-side interface for reading and modifying Exact Match
Identity Mapper settings.
|
interface |
ExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Extended
Operation Handler settings.
|
interface |
ExternalAccessLogPublisherCfgClient
A client-side interface for reading and modifying External Access
Log Publisher settings.
|
interface |
ExternalChangelogDomainCfgClient
A client-side interface for reading and modifying External
Changelog Domain settings.
|
interface |
ExternalHTTPAccessLogPublisherCfgClient
A client-side interface for reading and modifying External HTTP
Access Log Publisher settings.
|
interface |
ExternalSASLMechanismHandlerCfgClient
A client-side interface for reading and modifying External SASL
Mechanism Handler settings.
|
interface |
FIFOEntryCacheCfgClient
A client-side interface for reading and modifying FIFO Entry Cache
settings.
|
interface |
FileBasedAccessLogPublisherCfgClient
A client-side interface for reading and modifying File Based Access
Log Publisher settings.
|
interface |
FileBasedAuditLogPublisherCfgClient
A client-side interface for reading and modifying File Based Audit
Log Publisher settings.
|
interface |
FileBasedDebugLogPublisherCfgClient
A client-side interface for reading and modifying File Based Debug
Log Publisher settings.
|
interface |
FileBasedErrorLogPublisherCfgClient
A client-side interface for reading and modifying File Based Error
Log Publisher settings.
|
interface |
FileBasedHTTPAccessLogPublisherCfgClient
A client-side interface for reading and modifying File Based HTTP
Access Log Publisher settings.
|
interface |
FileBasedKeyManagerProviderCfgClient
A client-side interface for reading and modifying File Based Key
Manager Provider settings.
|
interface |
FileBasedTrustManagerProviderCfgClient
A client-side interface for reading and modifying File Based Trust
Manager Provider settings.
|
interface |
FileCountLogRetentionPolicyCfgClient
A client-side interface for reading and modifying File Count Log
Retention Policy settings.
|
interface |
FingerprintCertificateMapperCfgClient
A client-side interface for reading and modifying Fingerprint
Certificate Mapper settings.
|
interface |
FixedTimeLogRotationPolicyCfgClient
A client-side interface for reading and modifying Fixed Time Log
Rotation Policy settings.
|
interface |
FractionalLDIFImportPluginCfgClient
A client-side interface for reading and modifying Fractional LDIF
Import Plugin settings.
|
interface |
FreeDiskSpaceLogRetentionPolicyCfgClient
A client-side interface for reading and modifying Free Disk Space
Log Retention Policy settings.
|
interface |
GetConnectionIdExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Get Connection Id
Extended Operation Handler settings.
|
interface |
GetSymmetricKeyExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Get Symmetric Key
Extended Operation Handler settings.
|
interface |
GlobalCfgClient
A client-side interface for reading and modifying Global
Configuration settings.
|
interface |
GoverningStructureRuleVirtualAttributeCfgClient
A client-side interface for reading and modifying Governing
Structure Rule Virtual Attribute settings.
|
interface |
GroupImplementationCfgClient
A client-side interface for reading and modifying Group
Implementation settings.
|
interface |
GSSAPISASLMechanismHandlerCfgClient
A client-side interface for reading and modifying GSSAPI SASL
Mechanism Handler settings.
|
interface |
HasSubordinatesVirtualAttributeCfgClient
A client-side interface for reading and modifying Has Subordinates
Virtual Attribute settings.
|
interface |
HTTPAccessLogPublisherCfgClient
A client-side interface for reading and modifying HTTP Access Log
Publisher settings.
|
interface |
HTTPConnectionHandlerCfgClient
A client-side interface for reading and modifying HTTP Connection
Handler settings.
|
interface |
IdentityMapperCfgClient
A client-side interface for reading and modifying Identity Mapper
settings.
|
interface |
IsMemberOfVirtualAttributeCfgClient
A client-side interface for reading and modifying Is Member Of
Virtual Attribute settings.
|
interface |
JEBackendCfgClient
A client-side interface for reading and modifying JE Backend
settings.
|
interface |
JMXAlertHandlerCfgClient
A client-side interface for reading and modifying JMX Alert Handler
settings.
|
interface |
JMXConnectionHandlerCfgClient
A client-side interface for reading and modifying JMX Connection
Handler settings.
|
interface |
JPEGAttributeSyntaxCfgClient
A client-side interface for reading and modifying JPEG Attribute
Syntax settings.
|
interface |
KeyManagerProviderCfgClient
A client-side interface for reading and modifying Key Manager
Provider settings.
|
interface |
LastModPluginCfgClient
A client-side interface for reading and modifying Last Mod Plugin
settings.
|
interface |
LDAPAttributeDescriptionListPluginCfgClient
A client-side interface for reading and modifying LDAP Attribute
Description List Plugin settings.
|
interface |
LDAPConnectionHandlerCfgClient
A client-side interface for reading and modifying LDAP Connection
Handler settings.
|
interface |
LDAPPassThroughAuthenticationPolicyCfgClient
A client-side interface for reading and modifying LDAP Pass Through
Authentication Policy settings.
|
interface |
LDIFBackendCfgClient
A client-side interface for reading and modifying LDIF Backend
settings.
|
interface |
LDIFConnectionHandlerCfgClient
A client-side interface for reading and modifying LDIF Connection
Handler settings.
|
interface |
LengthBasedPasswordValidatorCfgClient
A client-side interface for reading and modifying Length Based
Password Validator settings.
|
interface |
LogPublisherCfgClient
A client-side interface for reading and modifying Log Publisher
settings.
|
interface |
LogRetentionPolicyCfgClient
A client-side interface for reading and modifying Log Retention
Policy settings.
|
interface |
LogRotationPolicyCfgClient
A client-side interface for reading and modifying Log Rotation
Policy settings.
|
interface |
MatchingRuleCfgClient
A client-side interface for reading and modifying Matching Rule
settings.
|
interface |
MD5PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying MD5 Password
Storage Scheme settings.
|
interface |
MemberVirtualAttributeCfgClient
A client-side interface for reading and modifying Member Virtual
Attribute settings.
|
interface |
MemoryBackendCfgClient
A client-side interface for reading and modifying Memory Backend
settings.
|
interface |
MemoryUsageMonitorProviderCfgClient
A client-side interface for reading and modifying Memory Usage
Monitor Provider settings.
|
interface |
MonitorBackendCfgClient
A client-side interface for reading and modifying Monitor Backend
settings.
|
interface |
MonitorProviderCfgClient
A client-side interface for reading and modifying Monitor Provider
settings.
|
interface |
NullBackendCfgClient
A client-side interface for reading and modifying Null Backend
settings.
|
interface |
NumSubordinatesVirtualAttributeCfgClient
A client-side interface for reading and modifying Num Subordinates
Virtual Attribute settings.
|
interface |
ParallelWorkQueueCfgClient
A client-side interface for reading and modifying Parallel Work
Queue settings.
|
interface |
PasswordExpirationTimeVirtualAttributeCfgClient
A client-side interface for reading and modifying Password
Expiration Time Virtual Attribute settings.
|
interface |
PasswordGeneratorCfgClient
A client-side interface for reading and modifying Password
Generator settings.
|
interface |
PasswordModifyExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Password Modify
Extended Operation Handler settings.
|
interface |
PasswordPolicyCfgClient
A client-side interface for reading and modifying Password Policy
settings.
|
interface |
PasswordPolicyImportPluginCfgClient
A client-side interface for reading and modifying Password Policy
Import Plugin settings.
|
interface |
PasswordPolicyStateExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Password Policy
State Extended Operation Handler settings.
|
interface |
PasswordPolicySubentryVirtualAttributeCfgClient
A client-side interface for reading and modifying Password Policy
Subentry Virtual Attribute settings.
|
interface |
PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Password Storage
Scheme settings.
|
interface |
PasswordValidatorCfgClient
A client-side interface for reading and modifying Password
Validator settings.
|
interface |
PBKDF2PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying PBKDF2 Password
Storage Scheme settings.
|
interface |
PDBBackendCfgClient
A client-side interface for reading and modifying PDB Backend
settings.
|
interface |
PKCS11KeyManagerProviderCfgClient
A client-side interface for reading and modifying PKCS11 Key
Manager Provider settings.
|
interface |
PKCS5S2PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying PKCS5S2 Password
Storage Scheme settings.
|
interface |
PlainSASLMechanismHandlerCfgClient
A client-side interface for reading and modifying Plain SASL
Mechanism Handler settings.
|
interface |
PluggableBackendCfgClient
A client-side interface for reading and modifying Pluggable Backend
settings.
|
interface |
PluginCfgClient
A client-side interface for reading and modifying Plugin settings.
|
interface |
PluginRootCfgClient
A client-side interface for reading and modifying Plugin Root
settings.
|
interface |
ProfilerPluginCfgClient
A client-side interface for reading and modifying Profiler Plugin
settings.
|
interface |
RandomPasswordGeneratorCfgClient
A client-side interface for reading and modifying Random Password
Generator settings.
|
interface |
RC4PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying RC4 Password
Storage Scheme settings.
|
interface |
ReferentialIntegrityPluginCfgClient
A client-side interface for reading and modifying Referential
Integrity Plugin settings.
|
interface |
RegularExpressionIdentityMapperCfgClient
A client-side interface for reading and modifying Regular
Expression Identity Mapper settings.
|
interface |
RepeatedCharactersPasswordValidatorCfgClient
A client-side interface for reading and modifying Repeated
Characters Password Validator settings.
|
interface |
ReplicationDomainCfgClient
A client-side interface for reading and modifying Replication
Domain settings.
|
interface |
ReplicationServerCfgClient
A client-side interface for reading and modifying Replication
Server settings.
|
interface |
ReplicationSynchronizationProviderCfgClient
A client-side interface for reading and modifying Replication
Synchronization Provider settings.
|
interface |
RootCfgClient
A client-side interface for reading and modifying Root settings.
|
interface |
RootDNCfgClient
A client-side interface for reading and modifying Root DN settings.
|
interface |
RootDNUserCfgClient
A client-side interface for reading and modifying Root DN User
settings.
|
interface |
RootDSEBackendCfgClient
A client-side interface for reading and modifying Root DSE Backend
settings.
|
interface |
SaltedMD5PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Salted MD5
Password Storage Scheme settings.
|
interface |
SaltedSHA1PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Salted SHA1
Password Storage Scheme settings.
|
interface |
SaltedSHA256PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Salted SHA256
Password Storage Scheme settings.
|
interface |
SaltedSHA384PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Salted SHA384
Password Storage Scheme settings.
|
interface |
SaltedSHA512PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Salted SHA512
Password Storage Scheme settings.
|
interface |
SambaPasswordPluginCfgClient
A client-side interface for reading and modifying Samba Password
Plugin settings.
|
interface |
SASLMechanismHandlerCfgClient
A client-side interface for reading and modifying SASL Mechanism
Handler settings.
|
interface |
SchemaBackendCfgClient
A client-side interface for reading and modifying Schema Backend
settings.
|
interface |
SchemaProviderCfgClient
A client-side interface for reading and modifying Schema Provider
settings.
|
interface |
SevenBitCleanPluginCfgClient
A client-side interface for reading and modifying Seven Bit Clean
Plugin settings.
|
interface |
SHA1PasswordStorageSchemeCfgClient
A client-side interface for reading and modifying SHA1 Password
Storage Scheme settings.
|
interface |
SimilarityBasedPasswordValidatorCfgClient
A client-side interface for reading and modifying Similarity Based
Password Validator settings.
|
interface |
SizeLimitLogRetentionPolicyCfgClient
A client-side interface for reading and modifying Size Limit Log
Retention Policy settings.
|
interface |
SizeLimitLogRotationPolicyCfgClient
A client-side interface for reading and modifying Size Limit Log
Rotation Policy settings.
|
interface |
SMTPAccountStatusNotificationHandlerCfgClient
A client-side interface for reading and modifying SMTP Account
Status Notification Handler settings.
|
interface |
SMTPAlertHandlerCfgClient
A client-side interface for reading and modifying SMTP Alert
Handler settings.
|
interface |
SNMPConnectionHandlerCfgClient
A client-side interface for reading and modifying SNMP Connection
Handler settings.
|
interface |
SoftReferenceEntryCacheCfgClient
A client-side interface for reading and modifying Soft Reference
Entry Cache settings.
|
interface |
StackTraceMonitorProviderCfgClient
A client-side interface for reading and modifying Stack Trace
Monitor Provider settings.
|
interface |
StartTLSExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Start TLS
Extended Operation Handler settings.
|
interface |
StaticGroupImplementationCfgClient
A client-side interface for reading and modifying Static Group
Implementation settings.
|
interface |
StructuralObjectClassVirtualAttributeCfgClient
A client-side interface for reading and modifying Structural Object
Class Virtual Attribute settings.
|
interface |
SubjectAttributeToUserAttributeCertificateMapperCfgClient
A client-side interface for reading and modifying Subject Attribute
To User Attribute Certificate Mapper settings.
|
interface |
SubjectDNToUserAttributeCertificateMapperCfgClient
A client-side interface for reading and modifying Subject DN To
User Attribute Certificate Mapper settings.
|
interface |
SubjectEqualsDNCertificateMapperCfgClient
A client-side interface for reading and modifying Subject Equals DN
Certificate Mapper settings.
|
interface |
SubschemaSubentryVirtualAttributeCfgClient
A client-side interface for reading and modifying Subschema
Subentry Virtual Attribute settings.
|
interface |
SynchronizationProviderCfgClient
A client-side interface for reading and modifying Synchronization
Provider settings.
|
interface |
SystemInfoMonitorProviderCfgClient
A client-side interface for reading and modifying System Info
Monitor Provider settings.
|
interface |
TaskBackendCfgClient
A client-side interface for reading and modifying Task Backend
settings.
|
interface |
TelephoneNumberAttributeSyntaxCfgClient
A client-side interface for reading and modifying Telephone Number
Attribute Syntax settings.
|
interface |
TimeLimitLogRotationPolicyCfgClient
A client-side interface for reading and modifying Time Limit Log
Rotation Policy settings.
|
interface |
TraditionalWorkQueueCfgClient
A client-side interface for reading and modifying Traditional Work
Queue settings.
|
interface |
TripleDESPasswordStorageSchemeCfgClient
A client-side interface for reading and modifying Triple DES
Password Storage Scheme settings.
|
interface |
TrustManagerProviderCfgClient
A client-side interface for reading and modifying Trust Manager
Provider settings.
|
interface |
TrustStoreBackendCfgClient
A client-side interface for reading and modifying Trust Store
Backend settings.
|
interface |
UniqueAttributePluginCfgClient
A client-side interface for reading and modifying Unique Attribute
Plugin settings.
|
interface |
UniqueCharactersPasswordValidatorCfgClient
A client-side interface for reading and modifying Unique Characters
Password Validator settings.
|
interface |
UserDefinedVirtualAttributeCfgClient
A client-side interface for reading and modifying User Defined
Virtual Attribute settings.
|
interface |
VersionMonitorProviderCfgClient
A client-side interface for reading and modifying Version Monitor
Provider settings.
|
interface |
VirtualAttributeCfgClient
A client-side interface for reading and modifying Virtual Attribute
settings.
|
interface |
VirtualStaticGroupImplementationCfgClient
A client-side interface for reading and modifying Virtual Static
Group Implementation settings.
|
interface |
WhoAmIExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Who Am I Extended
Operation Handler settings.
|
interface |
WorkQueueCfgClient
A client-side interface for reading and modifying Work Queue
settings.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.