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.condition |
Logical conditions for defining constraints.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedObjectDefinition<C extends ConfigurationClient,S extends Configuration>
Defines the structure of a managed object which can be
instantiated.
|
class |
TopCfgDefn
Configuration definition
TopCfgDefn is the root of
the configuration definition hierarchy. |
Modifier and Type | Method and Description |
---|---|
AbstractManagedObjectDefinition<? extends C,? extends S> |
AbstractManagedObjectDefinition.getChild(String name)
Get the named child managed object definition which inherits from
this managed object definition.
|
AbstractManagedObjectDefinition<C,S> |
RelationDefinition.getChildDefinition()
Get the definition of the child managed object.
|
AbstractManagedObjectDefinition<?,?> |
AbsoluteInheritedDefaultBehaviorProvider.getManagedObjectDefinition()
Get the definition of the parent managed object containing the
inherited default values.
|
AbstractManagedObjectDefinition<?,?> |
PropertyDefinition.getManagedObjectDefinition()
Gets the managed object definition associated with this property
definition.
|
AbstractManagedObjectDefinition<?,?> |
DefinitionDecodingException.getManagedObjectDefinition()
Gets the expected managed object definition.
|
AbstractManagedObjectDefinition<C,S> |
ManagedObjectPath.getManagedObjectDefinition()
Get the definition of the managed object referred to by this
path.
|
AbstractManagedObjectDefinition<?,?> |
RelativeInheritedDefaultBehaviorProvider.getManagedObjectDefinition()
Get the definition of the parent managed object containing the
inherited default values.
|
AbstractManagedObjectDefinition<? super C,? super S> |
AbstractManagedObjectDefinition.getParent()
Get the parent managed object definition, if applicable.
|
AbstractManagedObjectDefinition<?,?> |
RelationDefinition.getParentDefinition()
Get the definition of the parent managed object.
|
Modifier and Type | Method and Description |
---|---|
Collection<AbstractManagedObjectDefinition<? extends C,? extends S>> |
AbstractManagedObjectDefinition.getAllChildren()
Get all the child managed object definitions which inherit from
this managed object definition.
|
Collection<AbstractManagedObjectDefinition<? extends C,? extends S>> |
AbstractManagedObjectDefinition.getChildren()
Get the child managed object definitions which inherit directly
from this managed object definition.
|
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.
|
<CC extends C,SS extends S> |
ManagedObjectPath.asSubType(AbstractManagedObjectDefinition<CC,SS> nd)
Creates a new managed object path which has the same structure as
this path except that the final path element is associated with
the specified managed object definition.
|
protected ACIPropertyDefinition |
ACIPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Aci> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected IPAddressMaskPropertyDefinition |
IPAddressMaskPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<org.forgerock.opendj.ldap.AddressMask> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected AttributeTypePropertyDefinition |
AttributeTypePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<AttributeType> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected BooleanPropertyDefinition |
BooleanPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Boolean> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected DNPropertyDefinition |
DNPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<DN> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected EnumPropertyDefinition<E> |
EnumPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<E> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected IPAddressPropertyDefinition |
IPAddressPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<InetAddress> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected IntegerPropertyDefinition |
IntegerPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Integer> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected DurationPropertyDefinition |
DurationPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Long> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected SizePropertyDefinition |
SizePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Long> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected AggregationPropertyDefinition<C,S> |
AggregationPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected StringPropertyDefinition |
StringPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected ClassPropertyDefinition |
ClassPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected abstract D |
PropertyDefinition.AbstractBuilder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<T> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
<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(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(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(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.
|
static ACIPropertyDefinition.Builder |
ACIPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a ACI property definition builder.
|
static AttributeTypePropertyDefinition.Builder |
AttributeTypePropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a attribute type property definition builder.
|
static DurationPropertyDefinition.Builder |
DurationPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a duration property definition builder.
|
static IntegerPropertyDefinition.Builder |
IntegerPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create an integer property definition builder.
|
static BooleanPropertyDefinition.Builder |
BooleanPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a boolean property definition builder.
|
static SizePropertyDefinition.Builder |
SizePropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create an memory size property definition builder.
|
static StringPropertyDefinition.Builder |
StringPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a string property definition builder.
|
static IPAddressMaskPropertyDefinition.Builder |
IPAddressMaskPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a IP address mask property definition builder.
|
static IPAddressPropertyDefinition.Builder |
IPAddressPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a IP address property definition builder.
|
static DNPropertyDefinition.Builder |
DNPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a DN property definition builder.
|
static ClassPropertyDefinition.Builder |
ClassPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a class property definition builder.
|
static <C extends ConfigurationClient,S extends Configuration> |
AggregationPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Creates an aggregation property definition builder.
|
static <E extends Enum<E>> |
EnumPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create an enumeration property definition builder.
|
String |
LDAPProfile.getAttributeName(AbstractManagedObjectDefinition<?,?> d,
PropertyDefinition<?> pd)
Get the name of the LDAP attribute associated with the specified
property definition.
|
String |
LDAPProfile.Wrapper.getAttributeName(AbstractManagedObjectDefinition<?,?> d,
PropertyDefinition<?> pd)
Get the name of the LDAP attribute associated with the
specified property definition.
|
LocalizableMessage |
ManagedObjectDefinitionI18NResource.getMessage(AbstractManagedObjectDefinition<?,?> d,
String key)
Get the internationalized message associated with the specified
key in the default locale.
|
LocalizableMessage |
ManagedObjectDefinitionI18NResource.getMessage(AbstractManagedObjectDefinition<?,?> d,
String key,
Locale locale)
Get the internationalized message associated with the specified
key and locale.
|
LocalizableMessage |
ManagedObjectDefinitionI18NResource.getMessage(AbstractManagedObjectDefinition<?,?> d,
String key,
Locale locale,
String... args)
Get the parameterized internationalized message associated with
the specified key and locale.
|
LocalizableMessage |
ManagedObjectDefinitionI18NResource.getMessage(AbstractManagedObjectDefinition<?,?> d,
String key,
String... args)
Get the parameterized internationalized message associated with
the specified key in the default locale.
|
String |
LDAPProfile.getObjectClass(AbstractManagedObjectDefinition<?,?> d)
Get the principle object class associated with the specified
definition.
|
String |
LDAPProfile.Wrapper.getObjectClass(AbstractManagedObjectDefinition<?,?> d)
Get the principle object class associated with the specified
definition.
|
List<String> |
LDAPProfile.getObjectClasses(AbstractManagedObjectDefinition<?,?> d)
Get all the object classes associated with the specified
definition.
|
String |
ManagedObjectDefinitionResource.getString(AbstractManagedObjectDefinition<?,?> d,
String key)
Get the resource value associated with the specified key.
|
boolean |
AbstractManagedObjectDefinition.isChildOf(AbstractManagedObjectDefinition<?,?> d)
Determines whether or not this managed object definition is a
sub-type of the provided managed object definition.
|
boolean |
AbstractManagedObjectDefinition.isParentOf(AbstractManagedObjectDefinition<?,?> d)
Determines whether or not this managed object definition is a
super-type of the provided managed object definition.
|
boolean |
DefinitionResolver.matches(AbstractManagedObjectDefinition<?,?> d)
Determines whether or not the provided managed object definition matches
this resolver's criteria.
|
Constructor and Description |
---|
AbstractManagedObjectDefinition(String name,
AbstractManagedObjectDefinition<? super C,? super S> parent)
Create a new abstract managed object definition.
|
AdministratorAction(AdministratorAction.Type type,
AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a new administrator action.
|
AliasDefaultBehaviorProvider(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create an alias default behavior provider.
|
DefinitionDecodingException(AbstractManagedObjectDefinition<?,?> d,
DefinitionDecodingException.Reason reason)
Create a new definition decoding exception.
|
GenericConstraint(AbstractManagedObjectDefinition<?,?> definition,
int id,
Condition condition)
Creates a new generic constraint.
|
InstantiableRelationDefinition.Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
String pluralName,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build
an instantiable relation definition.
|
InstantiableRelationDefinition.Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
String pluralName,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build
an instantiable relation definition.
|
ManagedObjectDefinition(String name,
AbstractManagedObjectDefinition<? super C,? super S> parent)
Create a new managed object definition.
|
OptionalRelationDefinition.Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build
an optional relation definition.
|
OptionalRelationDefinition.Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build
an optional relation definition.
|
PropertyDefinition.AbstractBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a property definition builder.
|
PropertyDefinition(AbstractManagedObjectDefinition<?,?> d,
Class<T> theClass,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<T> defaultBehavior)
Create a property definition.
|
RelationDefinition.AbstractBuilder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Create a property definition builder.
|
RelationDefinition.AbstractBuilder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Create a property definition builder.
|
RelativeInheritedDefaultBehaviorProvider(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
int offset)
Create a relative inherited default behavior provider associated
with a parent managed object.
|
SetRelationDefinition.Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
String pluralName,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build a
set relation definition.
|
SetRelationDefinition.Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
String pluralName,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build a
set relation definition.
|
SingletonRelationDefinition.Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build
an singleton relation definition.
|
SingletonRelationDefinition.Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build
an singleton relation definition.
|
Modifier and Type | Method and Description |
---|---|
<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,
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,
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.
|
Modifier and Type | Method and Description |
---|---|
<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,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.initialize(AbstractManagedObjectDefinition<?,?> d)
Initializes this condition.
|
void |
IsPresentCondition.initialize(AbstractManagedObjectDefinition<?,?> d)
Initializes this condition.
|
void |
ContainsCondition.initialize(AbstractManagedObjectDefinition<?,?> d)
Initializes this condition.
|
void |
ORCondition.initialize(AbstractManagedObjectDefinition<?,?> d)
Initializes this condition.
|
void |
ANDCondition.initialize(AbstractManagedObjectDefinition<?,?> d)
Initializes this condition.
|
void |
NOTCondition.initialize(AbstractManagedObjectDefinition<?,?> d)
Initializes this condition.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlHandlerCfgDefn
An interface for querying the Access Control Handler managed object
definition meta information.
|
class |
AccessLogFilteringCriteriaCfgDefn
An interface for querying the Access Log Filtering Criteria managed
object definition meta information.
|
class |
AccessLogPublisherCfgDefn
An interface for querying the Access Log Publisher managed object
definition meta information.
|
class |
AccountStatusNotificationHandlerCfgDefn
An interface for querying the Account Status Notification Handler
managed object definition meta information.
|
class |
AdministrationConnectorCfgDefn
An interface for querying the Administration Connector managed
object definition meta information.
|
class |
AESPasswordStorageSchemeCfgDefn
An interface for querying the AES Password Storage Scheme managed
object definition meta information.
|
class |
AlertHandlerCfgDefn
An interface for querying the Alert Handler managed object
definition meta information.
|
class |
AnonymousSASLMechanismHandlerCfgDefn
An interface for querying the Anonymous SASL Mechanism Handler
managed object definition meta information.
|
class |
AttributeCleanupPluginCfgDefn
An interface for querying the Attribute Cleanup Plugin managed
object definition meta information.
|
class |
AttributeSyntaxCfgDefn
An interface for querying the Attribute Syntax managed object
definition meta information.
|
class |
AttributeTypeDescriptionAttributeSyntaxCfgDefn
An interface for querying the Attribute Type Description Attribute
Syntax managed object definition meta information.
|
class |
AttributeValuePasswordValidatorCfgDefn
An interface for querying the Attribute Value Password Validator
managed object definition meta information.
|
class |
AuthenticationPolicyCfgDefn
An interface for querying the Authentication Policy managed object
definition meta information.
|
class |
BackendCfgDefn
An interface for querying the Backend managed object definition
meta information.
|
class |
BackendIndexCfgDefn
An interface for querying the Backend Index managed object
definition meta information.
|
class |
BackendVLVIndexCfgDefn
An interface for querying the Backend VLV Index managed object
definition meta information.
|
class |
BackupBackendCfgDefn
An interface for querying the Backup Backend managed object
definition meta information.
|
class |
Base64PasswordStorageSchemeCfgDefn
An interface for querying the Base64 Password Storage Scheme
managed object definition meta information.
|
class |
BlindTrustManagerProviderCfgDefn
An interface for querying the Blind Trust Manager Provider managed
object definition meta information.
|
class |
BlowfishPasswordStorageSchemeCfgDefn
An interface for querying the Blowfish Password Storage Scheme
managed object definition meta information.
|
class |
CancelExtendedOperationHandlerCfgDefn
An interface for querying the Cancel Extended Operation Handler
managed object definition meta information.
|
class |
CertificateAttributeSyntaxCfgDefn
An interface for querying the Certificate Attribute Syntax managed
object definition meta information.
|
class |
CertificateMapperCfgDefn
An interface for querying the Certificate Mapper managed object
definition meta information.
|
class |
ChangeNumberControlPluginCfgDefn
An interface for querying the Change Number Control Plugin managed
object definition meta information.
|
class |
CharacterSetPasswordValidatorCfgDefn
An interface for querying the Character Set Password Validator
managed object definition meta information.
|
class |
ClearPasswordStorageSchemeCfgDefn
An interface for querying the Clear Password Storage Scheme managed
object definition meta information.
|
class |
ClientConnectionMonitorProviderCfgDefn
An interface for querying the Client Connection Monitor Provider
managed object definition meta information.
|
class |
CollationMatchingRuleCfgDefn
An interface for querying the Collation Matching Rule managed
object definition meta information.
|
class |
CollectiveAttributeSubentriesVirtualAttributeCfgDefn
An interface for querying the Collective Attribute Subentries
Virtual Attribute managed object definition meta information.
|
class |
ConfigFileHandlerBackendCfgDefn
An interface for querying the Config File Handler Backend managed
object definition meta information.
|
class |
ConnectionHandlerCfgDefn
An interface for querying the Connection Handler managed object
definition meta information.
|
class |
CoreSchemaCfgDefn
An interface for querying the Core Schema managed object definition
meta information.
|
class |
CountryStringAttributeSyntaxCfgDefn
An interface for querying the Country String Attribute Syntax
managed object definition meta information.
|
class |
CramMD5SASLMechanismHandlerCfgDefn
An interface for querying the Cram MD5 SASL Mechanism Handler
managed object definition meta information.
|
class |
CryptoManagerCfgDefn
An interface for querying the Crypto Manager managed object
definition meta information.
|
class |
CryptPasswordStorageSchemeCfgDefn
An interface for querying the Crypt Password Storage Scheme managed
object definition meta information.
|
class |
CsvFileAccessLogPublisherCfgDefn
An interface for querying the Csv File Access Log Publisher managed
object definition meta information.
|
class |
CsvFileHTTPAccessLogPublisherCfgDefn
An interface for querying the Csv File HTTP Access Log Publisher
managed object definition meta information.
|
class |
DebugLogPublisherCfgDefn
An interface for querying the Debug Log Publisher managed object
definition meta information.
|
class |
DebugTargetCfgDefn
An interface for querying the Debug Target managed object
definition meta information.
|
class |
DictionaryPasswordValidatorCfgDefn
An interface for querying the Dictionary Password Validator managed
object definition meta information.
|
class |
DigestMD5SASLMechanismHandlerCfgDefn
An interface for querying the Digest MD5 SASL Mechanism Handler
managed object definition meta information.
|
class |
DirectoryStringAttributeSyntaxCfgDefn
An interface for querying the Directory String Attribute Syntax
managed object definition meta information.
|
class |
DseeCompatAccessControlHandlerCfgDefn
An interface for querying the Dsee Compat Access Control Handler
managed object definition meta information.
|
class |
DynamicGroupImplementationCfgDefn
An interface for querying the Dynamic Group Implementation managed
object definition meta information.
|
class |
EntityTagVirtualAttributeCfgDefn
An interface for querying the Entity Tag Virtual Attribute managed
object definition meta information.
|
class |
EntryCacheCfgDefn
An interface for querying the Entry Cache managed object definition
meta information.
|
class |
EntryCacheMonitorProviderCfgDefn
An interface for querying the Entry Cache Monitor Provider managed
object definition meta information.
|
class |
EntryDNVirtualAttributeCfgDefn
An interface for querying the Entry DN Virtual Attribute managed
object definition meta information.
|
class |
EntryUUIDPluginCfgDefn
An interface for querying the Entry UUID Plugin managed object
definition meta information.
|
class |
EntryUUIDVirtualAttributeCfgDefn
An interface for querying the Entry UUID Virtual Attribute managed
object definition meta information.
|
class |
ErrorLogAccountStatusNotificationHandlerCfgDefn
An interface for querying the Error Log Account Status Notification
Handler managed object definition meta information.
|
class |
ErrorLogPublisherCfgDefn
An interface for querying the Error Log Publisher managed object
definition meta information.
|
class |
ExactMatchIdentityMapperCfgDefn
An interface for querying the Exact Match Identity Mapper managed
object definition meta information.
|
class |
ExtendedOperationHandlerCfgDefn
An interface for querying the Extended Operation Handler managed
object definition meta information.
|
class |
ExternalAccessLogPublisherCfgDefn
An interface for querying the External Access Log Publisher managed
object definition meta information.
|
class |
ExternalChangelogDomainCfgDefn
An interface for querying the External Changelog Domain managed
object definition meta information.
|
class |
ExternalHTTPAccessLogPublisherCfgDefn
An interface for querying the External HTTP Access Log Publisher
managed object definition meta information.
|
class |
ExternalSASLMechanismHandlerCfgDefn
An interface for querying the External SASL Mechanism Handler
managed object definition meta information.
|
class |
FIFOEntryCacheCfgDefn
An interface for querying the FIFO Entry Cache managed object
definition meta information.
|
class |
FileBasedAccessLogPublisherCfgDefn
An interface for querying the File Based Access Log Publisher
managed object definition meta information.
|
class |
FileBasedAuditLogPublisherCfgDefn
An interface for querying the File Based Audit Log Publisher
managed object definition meta information.
|
class |
FileBasedDebugLogPublisherCfgDefn
An interface for querying the File Based Debug Log Publisher
managed object definition meta information.
|
class |
FileBasedErrorLogPublisherCfgDefn
An interface for querying the File Based Error Log Publisher
managed object definition meta information.
|
class |
FileBasedHTTPAccessLogPublisherCfgDefn
An interface for querying the File Based HTTP Access Log Publisher
managed object definition meta information.
|
class |
FileBasedKeyManagerProviderCfgDefn
An interface for querying the File Based Key Manager Provider
managed object definition meta information.
|
class |
FileBasedTrustManagerProviderCfgDefn
An interface for querying the File Based Trust Manager Provider
managed object definition meta information.
|
class |
FileCountLogRetentionPolicyCfgDefn
An interface for querying the File Count Log Retention Policy
managed object definition meta information.
|
class |
FingerprintCertificateMapperCfgDefn
An interface for querying the Fingerprint Certificate Mapper
managed object definition meta information.
|
class |
FixedTimeLogRotationPolicyCfgDefn
An interface for querying the Fixed Time Log Rotation Policy
managed object definition meta information.
|
class |
FractionalLDIFImportPluginCfgDefn
An interface for querying the Fractional LDIF Import Plugin managed
object definition meta information.
|
class |
FreeDiskSpaceLogRetentionPolicyCfgDefn
An interface for querying the Free Disk Space Log Retention Policy
managed object definition meta information.
|
class |
GetConnectionIdExtendedOperationHandlerCfgDefn
An interface for querying the Get Connection Id Extended Operation
Handler managed object definition meta information.
|
class |
GetSymmetricKeyExtendedOperationHandlerCfgDefn
An interface for querying the Get Symmetric Key Extended Operation
Handler managed object definition meta information.
|
class |
GlobalCfgDefn
An interface for querying the Global Configuration managed object
definition meta information.
|
class |
GoverningStructureRuleVirtualAttributeCfgDefn
An interface for querying the Governing Structure Rule Virtual
Attribute managed object definition meta information.
|
class |
GroupImplementationCfgDefn
An interface for querying the Group Implementation managed object
definition meta information.
|
class |
GSSAPISASLMechanismHandlerCfgDefn
An interface for querying the GSSAPI SASL Mechanism Handler managed
object definition meta information.
|
class |
HasSubordinatesVirtualAttributeCfgDefn
An interface for querying the Has Subordinates Virtual Attribute
managed object definition meta information.
|
class |
HTTPAccessLogPublisherCfgDefn
An interface for querying the HTTP Access Log Publisher managed
object definition meta information.
|
class |
HTTPConnectionHandlerCfgDefn
An interface for querying the HTTP Connection Handler managed
object definition meta information.
|
class |
IdentityMapperCfgDefn
An interface for querying the Identity Mapper managed object
definition meta information.
|
class |
IsMemberOfVirtualAttributeCfgDefn
An interface for querying the Is Member Of Virtual Attribute
managed object definition meta information.
|
class |
JEBackendCfgDefn
An interface for querying the JE Backend managed object definition
meta information.
|
class |
JMXAlertHandlerCfgDefn
An interface for querying the JMX Alert Handler managed object
definition meta information.
|
class |
JMXConnectionHandlerCfgDefn
An interface for querying the JMX Connection Handler managed object
definition meta information.
|
class |
JPEGAttributeSyntaxCfgDefn
An interface for querying the JPEG Attribute Syntax managed object
definition meta information.
|
class |
KeyManagerProviderCfgDefn
An interface for querying the Key Manager Provider managed object
definition meta information.
|
class |
LastModPluginCfgDefn
An interface for querying the Last Mod Plugin managed object
definition meta information.
|
class |
LDAPAttributeDescriptionListPluginCfgDefn
An interface for querying the LDAP Attribute Description List
Plugin managed object definition meta information.
|
class |
LDAPConnectionHandlerCfgDefn
An interface for querying the LDAP Connection Handler managed
object definition meta information.
|
class |
LDAPPassThroughAuthenticationPolicyCfgDefn
An interface for querying the LDAP Pass Through Authentication
Policy managed object definition meta information.
|
class |
LDIFBackendCfgDefn
An interface for querying the LDIF Backend managed object
definition meta information.
|
class |
LDIFConnectionHandlerCfgDefn
An interface for querying the LDIF Connection Handler managed
object definition meta information.
|
class |
LengthBasedPasswordValidatorCfgDefn
An interface for querying the Length Based Password Validator
managed object definition meta information.
|
class |
LogPublisherCfgDefn
An interface for querying the Log Publisher managed object
definition meta information.
|
class |
LogRetentionPolicyCfgDefn
An interface for querying the Log Retention Policy managed object
definition meta information.
|
class |
LogRotationPolicyCfgDefn
An interface for querying the Log Rotation Policy managed object
definition meta information.
|
class |
MatchingRuleCfgDefn
An interface for querying the Matching Rule managed object
definition meta information.
|
class |
MD5PasswordStorageSchemeCfgDefn
An interface for querying the MD5 Password Storage Scheme managed
object definition meta information.
|
class |
MemberVirtualAttributeCfgDefn
An interface for querying the Member Virtual Attribute managed
object definition meta information.
|
class |
MemoryBackendCfgDefn
An interface for querying the Memory Backend managed object
definition meta information.
|
class |
MemoryUsageMonitorProviderCfgDefn
An interface for querying the Memory Usage Monitor Provider managed
object definition meta information.
|
class |
MonitorBackendCfgDefn
An interface for querying the Monitor Backend managed object
definition meta information.
|
class |
MonitorProviderCfgDefn
An interface for querying the Monitor Provider managed object
definition meta information.
|
class |
NullBackendCfgDefn
An interface for querying the Null Backend managed object
definition meta information.
|
class |
NumSubordinatesVirtualAttributeCfgDefn
An interface for querying the Num Subordinates Virtual Attribute
managed object definition meta information.
|
class |
ParallelWorkQueueCfgDefn
An interface for querying the Parallel Work Queue managed object
definition meta information.
|
class |
PasswordExpirationTimeVirtualAttributeCfgDefn
An interface for querying the Password Expiration Time Virtual
Attribute managed object definition meta information.
|
class |
PasswordGeneratorCfgDefn
An interface for querying the Password Generator managed object
definition meta information.
|
class |
PasswordModifyExtendedOperationHandlerCfgDefn
An interface for querying the Password Modify Extended Operation
Handler managed object definition meta information.
|
class |
PasswordPolicyCfgDefn
An interface for querying the Password Policy managed object
definition meta information.
|
class |
PasswordPolicyImportPluginCfgDefn
An interface for querying the Password Policy Import Plugin managed
object definition meta information.
|
class |
PasswordPolicyStateExtendedOperationHandlerCfgDefn
An interface for querying the Password Policy State Extended
Operation Handler managed object definition meta information.
|
class |
PasswordPolicySubentryVirtualAttributeCfgDefn
An interface for querying the Password Policy Subentry Virtual
Attribute managed object definition meta information.
|
class |
PasswordStorageSchemeCfgDefn
An interface for querying the Password Storage Scheme managed
object definition meta information.
|
class |
PasswordValidatorCfgDefn
An interface for querying the Password Validator managed object
definition meta information.
|
class |
PBKDF2PasswordStorageSchemeCfgDefn
An interface for querying the PBKDF2 Password Storage Scheme
managed object definition meta information.
|
class |
PDBBackendCfgDefn
An interface for querying the PDB Backend managed object definition
meta information.
|
class |
PKCS11KeyManagerProviderCfgDefn
An interface for querying the PKCS11 Key Manager Provider managed
object definition meta information.
|
class |
PKCS5S2PasswordStorageSchemeCfgDefn
An interface for querying the PKCS5S2 Password Storage Scheme
managed object definition meta information.
|
class |
PlainSASLMechanismHandlerCfgDefn
An interface for querying the Plain SASL Mechanism Handler managed
object definition meta information.
|
class |
PluggableBackendCfgDefn
An interface for querying the Pluggable Backend managed object
definition meta information.
|
class |
PluginCfgDefn
An interface for querying the Plugin managed object definition meta
information.
|
class |
PluginRootCfgDefn
An interface for querying the Plugin Root managed object definition
meta information.
|
class |
ProfilerPluginCfgDefn
An interface for querying the Profiler Plugin managed object
definition meta information.
|
class |
RandomPasswordGeneratorCfgDefn
An interface for querying the Random Password Generator managed
object definition meta information.
|
class |
RC4PasswordStorageSchemeCfgDefn
An interface for querying the RC4 Password Storage Scheme managed
object definition meta information.
|
class |
ReferentialIntegrityPluginCfgDefn
An interface for querying the Referential Integrity Plugin managed
object definition meta information.
|
class |
RegularExpressionIdentityMapperCfgDefn
An interface for querying the Regular Expression Identity Mapper
managed object definition meta information.
|
class |
RepeatedCharactersPasswordValidatorCfgDefn
An interface for querying the Repeated Characters Password
Validator managed object definition meta information.
|
class |
ReplicationDomainCfgDefn
An interface for querying the Replication Domain managed object
definition meta information.
|
class |
ReplicationServerCfgDefn
An interface for querying the Replication Server managed object
definition meta information.
|
class |
ReplicationSynchronizationProviderCfgDefn
An interface for querying the Replication Synchronization Provider
managed object definition meta information.
|
class |
RootCfgDefn
An interface for querying the Root managed object definition meta
information.
|
class |
RootDNCfgDefn
An interface for querying the Root DN managed object definition
meta information.
|
class |
RootDNUserCfgDefn
An interface for querying the Root DN User managed object
definition meta information.
|
class |
RootDSEBackendCfgDefn
An interface for querying the Root DSE Backend managed object
definition meta information.
|
class |
SaltedMD5PasswordStorageSchemeCfgDefn
An interface for querying the Salted MD5 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSHA1PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA1 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSHA256PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA256 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSHA384PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA384 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSHA512PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA512 Password Storage Scheme
managed object definition meta information.
|
class |
SambaPasswordPluginCfgDefn
An interface for querying the Samba Password Plugin managed object
definition meta information.
|
class |
SASLMechanismHandlerCfgDefn
An interface for querying the SASL Mechanism Handler managed object
definition meta information.
|
class |
SchemaBackendCfgDefn
An interface for querying the Schema Backend managed object
definition meta information.
|
class |
SchemaProviderCfgDefn
An interface for querying the Schema Provider managed object
definition meta information.
|
class |
SevenBitCleanPluginCfgDefn
An interface for querying the Seven Bit Clean Plugin managed object
definition meta information.
|
class |
SHA1PasswordStorageSchemeCfgDefn
An interface for querying the SHA1 Password Storage Scheme managed
object definition meta information.
|
class |
SimilarityBasedPasswordValidatorCfgDefn
An interface for querying the Similarity Based Password Validator
managed object definition meta information.
|
class |
SizeLimitLogRetentionPolicyCfgDefn
An interface for querying the Size Limit Log Retention Policy
managed object definition meta information.
|
class |
SizeLimitLogRotationPolicyCfgDefn
An interface for querying the Size Limit Log Rotation Policy
managed object definition meta information.
|
class |
SMTPAccountStatusNotificationHandlerCfgDefn
An interface for querying the SMTP Account Status Notification
Handler managed object definition meta information.
|
class |
SMTPAlertHandlerCfgDefn
An interface for querying the SMTP Alert Handler managed object
definition meta information.
|
class |
SNMPConnectionHandlerCfgDefn
An interface for querying the SNMP Connection Handler managed
object definition meta information.
|
class |
SoftReferenceEntryCacheCfgDefn
An interface for querying the Soft Reference Entry Cache managed
object definition meta information.
|
class |
StackTraceMonitorProviderCfgDefn
An interface for querying the Stack Trace Monitor Provider managed
object definition meta information.
|
class |
StartTLSExtendedOperationHandlerCfgDefn
An interface for querying the Start TLS Extended Operation Handler
managed object definition meta information.
|
class |
StaticGroupImplementationCfgDefn
An interface for querying the Static Group Implementation managed
object definition meta information.
|
class |
StructuralObjectClassVirtualAttributeCfgDefn
An interface for querying the Structural Object Class Virtual
Attribute managed object definition meta information.
|
class |
SubjectAttributeToUserAttributeCertificateMapperCfgDefn
An interface for querying the Subject Attribute To User Attribute
Certificate Mapper managed object definition meta information.
|
class |
SubjectDNToUserAttributeCertificateMapperCfgDefn
An interface for querying the Subject DN To User Attribute
Certificate Mapper managed object definition meta information.
|
class |
SubjectEqualsDNCertificateMapperCfgDefn
An interface for querying the Subject Equals DN Certificate Mapper
managed object definition meta information.
|
class |
SubschemaSubentryVirtualAttributeCfgDefn
An interface for querying the Subschema Subentry Virtual Attribute
managed object definition meta information.
|
class |
SynchronizationProviderCfgDefn
An interface for querying the Synchronization Provider managed
object definition meta information.
|
class |
SystemInfoMonitorProviderCfgDefn
An interface for querying the System Info Monitor Provider managed
object definition meta information.
|
class |
TaskBackendCfgDefn
An interface for querying the Task Backend managed object
definition meta information.
|
class |
TelephoneNumberAttributeSyntaxCfgDefn
An interface for querying the Telephone Number Attribute Syntax
managed object definition meta information.
|
class |
TimeLimitLogRotationPolicyCfgDefn
An interface for querying the Time Limit Log Rotation Policy
managed object definition meta information.
|
class |
TraditionalWorkQueueCfgDefn
An interface for querying the Traditional Work Queue managed object
definition meta information.
|
class |
TripleDESPasswordStorageSchemeCfgDefn
An interface for querying the Triple DES Password Storage Scheme
managed object definition meta information.
|
class |
TrustManagerProviderCfgDefn
An interface for querying the Trust Manager Provider managed object
definition meta information.
|
class |
TrustStoreBackendCfgDefn
An interface for querying the Trust Store Backend managed object
definition meta information.
|
class |
UniqueAttributePluginCfgDefn
An interface for querying the Unique Attribute Plugin managed
object definition meta information.
|
class |
UniqueCharactersPasswordValidatorCfgDefn
An interface for querying the Unique Characters Password Validator
managed object definition meta information.
|
class |
UserDefinedVirtualAttributeCfgDefn
An interface for querying the User Defined Virtual Attribute
managed object definition meta information.
|
class |
VersionMonitorProviderCfgDefn
An interface for querying the Version Monitor Provider managed
object definition meta information.
|
class |
VirtualAttributeCfgDefn
An interface for querying the Virtual Attribute managed object
definition meta information.
|
class |
VirtualStaticGroupImplementationCfgDefn
An interface for querying the Virtual Static Group Implementation
managed object definition meta information.
|
class |
WhoAmIExtendedOperationHandlerCfgDefn
An interface for querying the Who Am I Extended Operation Handler
managed object definition meta information.
|
class |
WorkQueueCfgDefn
An interface for querying the Work Queue managed object definition
meta information.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.