Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.config.client |
Common client-side administration classes.
|
org.forgerock.opendj.config.client.spi |
Client side driver implementation interfaces.
|
org.forgerock.opendj.config.conditions |
Logical conditions for defining constraints.
|
org.forgerock.opendj.server.config.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<?,?> |
RelativeInheritedDefaultBehaviorProvider.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<C,S> |
ManagedObjectPath.getManagedObjectDefinition()
Get the definition of the managed object referred to by this path.
|
AbstractManagedObjectDefinition<?,?> |
DefinitionDecodingException.getManagedObjectDefinition()
Gets the expected managed object definition.
|
AbstractManagedObjectDefinition<?,?> |
AbsoluteInheritedDefaultBehaviorProvider.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.
|
<C1 extends C,S1 extends S> |
ManagedObjectPath.asSubType(AbstractManagedObjectDefinition<C1,S1> 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 IpAddressMaskPropertyDefinition |
IpAddressMaskPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<AddressMask> defaultBehavior) |
protected AttributeTypePropertyDefinition |
AttributeTypePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<AttributeType> defaultBehavior) |
protected BooleanPropertyDefinition |
BooleanPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Boolean> defaultBehavior) |
protected DnPropertyDefinition |
DnPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Dn> defaultBehavior) |
protected EnumPropertyDefinition<E> |
EnumPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<E> defaultBehavior) |
protected IpAddressPropertyDefinition |
IpAddressPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<InetAddress> defaultBehavior) |
protected IntegerPropertyDefinition |
IntegerPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Integer> defaultBehavior) |
protected SizePropertyDefinition |
SizePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Long> defaultBehavior) |
protected DurationPropertyDefinition |
DurationPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Long> defaultBehavior) |
protected StringPropertyDefinition |
StringPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior) |
protected ClassPropertyDefinition |
ClassPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior) |
protected AggregationPropertyDefinition<C,S> |
AggregationPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior) |
protected AciPropertyDefinition |
AciPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior) |
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 StringPropertyDefinition.Builder |
StringPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a string property definition builder.
|
static SizePropertyDefinition.Builder |
SizePropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create an memory size property definition builder.
|
static IpAddressPropertyDefinition.Builder |
IpAddressPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a IP address property definition builder.
|
static IpAddressMaskPropertyDefinition.Builder |
IpAddressMaskPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a IP address mask property definition builder.
|
static IntegerPropertyDefinition.Builder |
IntegerPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create an integer property definition builder.
|
static DurationPropertyDefinition.Builder |
DurationPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a duration 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 BooleanPropertyDefinition.Builder |
BooleanPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a boolean property definition builder.
|
static AttributeTypePropertyDefinition.Builder |
AttributeTypePropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a attribute type property definition builder.
|
static AciPropertyDefinition.Builder |
AciPropertyDefinition.createBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a ACI 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 this managed object definition is a sub-type of
the provided managed object definition.
|
boolean |
AbstractManagedObjectDefinition.isParentOf(AbstractManagedObjectDefinition<?,?> d)
Determines whether this managed object definition is a super-type
of the provided managed object definition.
|
boolean |
DefinitionResolver.matches(AbstractManagedObjectDefinition<?,?> d)
Determines whether the provided managed object definition matches
this resolver's criteria.
|
Constructor and Description |
---|
AbstractBuilder(AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a property definition builder.
|
AbstractBuilder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Create a property definition builder.
|
AbstractBuilder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Create a property definition builder.
|
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.
|
Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build an
singleton relation definition.
|
Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build an
singleton relation definition.
|
Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build an
optional relation definition.
|
Builder(AbstractManagedObjectDefinition<?,?> pd,
String name,
AbstractManagedObjectDefinition<C,S> cd)
Creates a new builder which can be used to incrementally build an
optional relation definition.
|
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.
|
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.
|
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.
|
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.
|
DefinitionDecodingException(AbstractManagedObjectDefinition<?,?> d,
DefinitionDecodingException.Reason reason)
Create a new definition decoding exception.
|
GenericConstraint(AbstractManagedObjectDefinition<?,?> definition,
int id,
Condition condition)
Creates a new generic constraint.
|
ManagedObjectDefinition(String name,
AbstractManagedObjectDefinition<? super C,? super S> parent)
Create a new managed object definition.
|
PropertyDefinition(AbstractManagedObjectDefinition<?,?> d,
Class<T> theClass,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<T> defaultBehavior)
Create a property definition.
|
RelativeInheritedDefaultBehaviorProvider(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
int offset)
Create a relative inherited default behavior provider associated with a
parent managed object.
|
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.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
AbstractManagedObjectDefinition<? extends C,? extends S> d) |
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(InstantiableRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(SetRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d) |
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 |
OrCondition.initialize(AbstractManagedObjectDefinition<?,?> d) |
void |
NotCondition.initialize(AbstractManagedObjectDefinition<?,?> d) |
void |
IsPresentCondition.initialize(AbstractManagedObjectDefinition<?,?> d) |
void |
ContainsCondition.initialize(AbstractManagedObjectDefinition<?,?> d) |
void |
Condition.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 |
AdminEndpointCfgDefn
An interface for querying the Admin Endpoint 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 |
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 |
BcryptPasswordStorageSchemeCfgDefn
An interface for querying the Bcrypt 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 |
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 |
CollectiveAttributeSubentriesVirtualAttributeCfgDefn
An interface for querying the Collective Attribute Subentries
Virtual Attribute 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 |
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 |
DseeCompatAccessControlHandlerCfgDefn
An interface for querying the DSEE Compatible 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 entryDN Virtual Attribute managed
object definition meta information.
|
class |
EntryUuidPluginCfgDefn
An interface for querying the entryUUID Plugin managed object
definition meta information.
|
class |
EntryUuidVirtualAttributeCfgDefn
An interface for querying the entryUUID 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 |
GlobalAccessControlPolicyCfgDefn
An interface for querying the Global Access Control Policy 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 |
HttpAnonymousAuthorizationMechanismCfgDefn
An interface for querying the HTTP Anonymous Authorization
Mechanism managed object definition meta information.
|
class |
HttpAuthorizationMechanismCfgDefn
An interface for querying the HTTP Authorization Mechanism managed
object definition meta information.
|
class |
HttpBasicAuthorizationMechanismCfgDefn
An interface for querying the HTTP Basic Authorization Mechanism
managed object definition meta information.
|
class |
HttpConnectionHandlerCfgDefn
An interface for querying the HTTP Connection Handler managed
object definition meta information.
|
class |
HttpEndpointCfgDefn
An interface for querying the HTTP Endpoint managed object
definition meta information.
|
class |
HttpOauth2AuthorizationMechanismCfgDefn
An interface for querying the HTTP OAuth2 Authorization Mechanism
managed object definition meta information.
|
class |
HttpOauth2CtsAuthorizationMechanismCfgDefn
An interface for querying the HTTP OAuth2 CTS Authorization
Mechanism managed object definition meta information.
|
class |
HttpOauth2FileAuthorizationMechanismCfgDefn
An interface for querying the HTTP OAuth2 File Based Authorization
Mechanism managed object definition meta information.
|
class |
HttpOauth2OpenamAuthorizationMechanismCfgDefn
An interface for querying the HTTP OAuth2 OpenAM Authorization
Mechanism managed object definition meta information.
|
class |
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
An interface for querying the HTTP OAuth2 Token Introspection (RFC
7662) Authorization Mechanism 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 |
JsonFileAccessLogPublisherCfgDefn
An interface for querying the JSON File Based Access Log Publisher
managed object definition meta information.
|
class |
JsonFileHttpAccessLogPublisherCfgDefn
An interface for querying the JSON File Based HTTP Access Log
Publisher managed object definition meta information.
|
class |
JsonSchemaCfgDefn
An interface for querying the JSON Schema 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 |
LdapKeyManagerProviderCfgDefn
An interface for querying the LDAP Key Manager Provider managed
object definition meta information.
|
class |
LdapPassThroughAuthenticationPolicyCfgDefn
An interface for querying the LDAP Pass Through Authentication
Policy managed object definition meta information.
|
class |
LdapTrustManagerProviderCfgDefn
An interface for querying the LDAP Trust Manager Provider 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 |
LocalBackendCfgDefn
An interface for querying the Local Backend 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 |
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 |
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 (Deprecated) PDB Backend managed
object definition meta information.
|
class |
Pkcs11KeyManagerProviderCfgDefn
An interface for querying the PKCS#11 Key Manager Provider managed
object definition meta information.
|
class |
Pkcs11TrustManagerProviderCfgDefn
An interface for querying the PKCS#11 Trust Manager Provider
managed object definition meta information.
|
class |
Pkcs5s2PasswordStorageSchemeCfgDefn
An interface for querying the PKCS#5 V2.0 Scheme 2 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 |
PolicyBasedAccessControlHandlerCfgDefn
An interface for querying the Policy Based Access Control Handler
managed object definition meta information.
|
class |
ProfilerPluginCfgDefn
An interface for querying the Profiler Plugin managed object
definition meta information.
|
class |
ProxyBackendCfgDefn
An interface for querying the Proxy Backend 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 |
ReplicationServiceDiscoveryMechanismCfgDefn
An interface for querying the Replication Service Discovery
Mechanism managed object definition meta information.
|
class |
ReplicationSynchronizationProviderCfgDefn
An interface for querying the Replication Synchronization Provider
managed object definition meta information.
|
class |
Rest2ldapEndpointCfgDefn
An interface for querying the Rest2LDAP Endpoint 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 SHA-1 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSha256PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA-256 Password Storage
Scheme managed object definition meta information.
|
class |
SaltedSha384PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA-384 Password Storage
Scheme managed object definition meta information.
|
class |
SaltedSha512PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA-512 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 |
ServiceDiscoveryMechanismCfgDefn
An interface for querying the Service Discovery Mechanism 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 SHA-1 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 StartTLS Extended Operation Handler
managed object definition meta information.
|
class |
StaticGroupImplementationCfgDefn
An interface for querying the Static Group Implementation managed
object definition meta information.
|
class |
StaticServiceDiscoveryMechanismCfgDefn
An interface for querying the Static Service Discovery Mechanism
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 |
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-2020 ForgeRock AS.