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.server |
Server-side administration interface.
|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ConfigurationClient,? extends Configuration> |
ConfigurationClient.definition()
Get the configuration definition associated with this configuration.
|
ManagedObjectDefinition<C,S> |
DefaultManagedObject.getManagedObjectDefinition()
Gets the managed object definition associated with this default managed
object.
|
ManagedObjectDefinition<? extends C,? extends S> |
AbstractManagedObjectDefinition.resolveManagedObjectDefinition(DefinitionResolver r)
Finds a sub-type of this managed object definition which most closely
corresponds to the matching criteria of the provided definition resolver.
|
Constructor and Description |
---|
Builder(ManagedObjectDefinition<C,S> definition)
Creates a new default managed object builder.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<T,? extends Configuration> |
ManagedObject.getManagedObjectDefinition()
Gets the definition associated with this managed object.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,C1 extends C> |
ManagedObject.createChild(InstantiableRelationDefinition<C,S> r,
ManagedObjectDefinition<C1,? extends S> d,
String name,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified instantiable
relation.
|
<C extends ConfigurationClient,S extends Configuration,C1 extends C> |
ManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<C1,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified optional
relation.
|
<C extends ConfigurationClient,S extends Configuration,C1 extends C> |
ManagedObject.createChild(SetRelationDefinition<C,S> r,
ManagedObjectDefinition<C1,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified set relation.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<T,? extends Configuration> |
AbstractManagedObject.getManagedObjectDefinition() |
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,C1 extends C> |
AbstractManagedObject.createChild(InstantiableRelationDefinition<C,S> r,
ManagedObjectDefinition<C1,? extends S> d,
String name,
Collection<PropertyException> exceptions) |
<C extends ConfigurationClient,S extends Configuration,C1 extends C> |
AbstractManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<C1,? extends S> d,
Collection<PropertyException> exceptions) |
<C extends ConfigurationClient,S extends Configuration,C1 extends C> |
AbstractManagedObject.createChild(SetRelationDefinition<C,S> r,
ManagedObjectDefinition<C1,? extends S> d,
Collection<PropertyException> exceptions) |
protected abstract <M extends ConfigurationClient> |
AbstractManagedObject.newInstance(ManagedObjectDefinition<M,?> d,
ManagedObjectPath<M,?> path,
PropertySet properties,
boolean existsOnServer,
PropertyDefinition<?> namingPropertyDefinition)
Creates a new managed object.
|
Constructor and Description |
---|
AbstractManagedObject(ManagedObjectDefinition<T,? extends Configuration> d,
ManagedObjectPath<T,? extends Configuration> path,
PropertySet properties,
boolean existsOnServer,
PropertyDefinition<?> namingPropertyDefinition)
Creates a new abstract managed object.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<?,S> |
ServerManagedObject.getManagedObjectDefinition()
Get the definition associated with this server managed object.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg> |
WorkQueueCfgClient.definition()
Get the configuration definition associated with this Work Queue.
|
ManagedObjectDefinition<? extends WhoAmIExtendedOperationHandlerCfgClient,? extends WhoAmIExtendedOperationHandlerCfg> |
WhoAmIExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Who Am I Extended Operation Handler.
|
ManagedObjectDefinition<? extends VirtualStaticGroupImplementationCfgClient,? extends VirtualStaticGroupImplementationCfg> |
VirtualStaticGroupImplementationCfgClient.definition()
Get the configuration definition associated with this Virtual Static Group Implementation.
|
ManagedObjectDefinition<? extends VirtualAttributeCfgClient,? extends VirtualAttributeCfg> |
VirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Virtual Attribute.
|
ManagedObjectDefinition<? extends UserDefinedVirtualAttributeCfgClient,? extends UserDefinedVirtualAttributeCfg> |
UserDefinedVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this User Defined Virtual Attribute.
|
ManagedObjectDefinition<? extends UniqueCharactersPasswordValidatorCfgClient,? extends UniqueCharactersPasswordValidatorCfg> |
UniqueCharactersPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Unique Characters Password Validator.
|
ManagedObjectDefinition<? extends UniqueAttributePluginCfgClient,? extends UniqueAttributePluginCfg> |
UniqueAttributePluginCfgClient.definition()
Get the configuration definition associated with this Unique Attribute Plugin.
|
ManagedObjectDefinition<? extends TrustStoreBackendCfgClient,? extends TrustStoreBackendCfg> |
TrustStoreBackendCfgClient.definition()
Get the configuration definition associated with this Trust Store Backend.
|
ManagedObjectDefinition<? extends TrustManagerProviderCfgClient,? extends TrustManagerProviderCfg> |
TrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this Trust Manager Provider.
|
ManagedObjectDefinition<? extends TripleDesPasswordStorageSchemeCfgClient,? extends TripleDesPasswordStorageSchemeCfg> |
TripleDesPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Triple-DES Password Storage Scheme.
|
ManagedObjectDefinition<? extends TraditionalWorkQueueCfgClient,? extends TraditionalWorkQueueCfg> |
TraditionalWorkQueueCfgClient.definition()
Get the configuration definition associated with this Traditional Work Queue.
|
ManagedObjectDefinition<? extends TimeLimitLogRotationPolicyCfgClient,? extends TimeLimitLogRotationPolicyCfg> |
TimeLimitLogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Time Limit Log Rotation Policy.
|
ManagedObjectDefinition<? extends TaskBackendCfgClient,? extends TaskBackendCfg> |
TaskBackendCfgClient.definition()
Get the configuration definition associated with this Task Backend.
|
ManagedObjectDefinition<? extends SynchronizationProviderCfgClient,? extends SynchronizationProviderCfg> |
SynchronizationProviderCfgClient.definition()
Get the configuration definition associated with this Synchronization Provider.
|
ManagedObjectDefinition<? extends SubschemaSubentryVirtualAttributeCfgClient,? extends SubschemaSubentryVirtualAttributeCfg> |
SubschemaSubentryVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Subschema Subentry Virtual Attribute.
|
ManagedObjectDefinition<? extends SubjectEqualsDnCertificateMapperCfgClient,? extends SubjectEqualsDnCertificateMapperCfg> |
SubjectEqualsDnCertificateMapperCfgClient.definition()
Get the configuration definition associated with this Subject Equals DN Certificate Mapper.
|
ManagedObjectDefinition<? extends SubjectDnToUserAttributeCertificateMapperCfgClient,? extends SubjectDnToUserAttributeCertificateMapperCfg> |
SubjectDnToUserAttributeCertificateMapperCfgClient.definition()
Get the configuration definition associated with this Subject DN To User Attribute Certificate Mapper.
|
ManagedObjectDefinition<? extends SubjectAttributeToUserAttributeCertificateMapperCfgClient,? extends SubjectAttributeToUserAttributeCertificateMapperCfg> |
SubjectAttributeToUserAttributeCertificateMapperCfgClient.definition()
Get the configuration definition associated with this Subject Attribute To User Attribute Certificate Mapper.
|
ManagedObjectDefinition<? extends StructuralObjectClassVirtualAttributeCfgClient,? extends StructuralObjectClassVirtualAttributeCfg> |
StructuralObjectClassVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Structural Object Class Virtual Attribute.
|
ManagedObjectDefinition<? extends StaticServiceDiscoveryMechanismCfgClient,? extends StaticServiceDiscoveryMechanismCfg> |
StaticServiceDiscoveryMechanismCfgClient.definition()
Get the configuration definition associated with this Static Service Discovery Mechanism.
|
ManagedObjectDefinition<? extends StaticGroupImplementationCfgClient,? extends StaticGroupImplementationCfg> |
StaticGroupImplementationCfgClient.definition()
Get the configuration definition associated with this Static Group Implementation.
|
ManagedObjectDefinition<? extends StartTlsExtendedOperationHandlerCfgClient,? extends StartTlsExtendedOperationHandlerCfg> |
StartTlsExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this StartTLS Extended Operation Handler.
|
ManagedObjectDefinition<? extends SoftReferenceEntryCacheCfgClient,? extends SoftReferenceEntryCacheCfg> |
SoftReferenceEntryCacheCfgClient.definition()
Get the configuration definition associated with this Soft Reference Entry Cache.
|
ManagedObjectDefinition<? extends SnmpConnectionHandlerCfgClient,? extends SnmpConnectionHandlerCfg> |
SnmpConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this SNMP Connection Handler.
|
ManagedObjectDefinition<? extends SmtpAlertHandlerCfgClient,? extends SmtpAlertHandlerCfg> |
SmtpAlertHandlerCfgClient.definition()
Get the configuration definition associated with this SMTP Alert Handler.
|
ManagedObjectDefinition<? extends SmtpAccountStatusNotificationHandlerCfgClient,? extends SmtpAccountStatusNotificationHandlerCfg> |
SmtpAccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this SMTP Account Status Notification Handler.
|
ManagedObjectDefinition<? extends SizeLimitLogRotationPolicyCfgClient,? extends SizeLimitLogRotationPolicyCfg> |
SizeLimitLogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Size Limit Log Rotation Policy.
|
ManagedObjectDefinition<? extends SizeLimitLogRetentionPolicyCfgClient,? extends SizeLimitLogRetentionPolicyCfg> |
SizeLimitLogRetentionPolicyCfgClient.definition()
Get the configuration definition associated with this Size Limit Log Retention Policy.
|
ManagedObjectDefinition<? extends SimilarityBasedPasswordValidatorCfgClient,? extends SimilarityBasedPasswordValidatorCfg> |
SimilarityBasedPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Similarity Based Password Validator.
|
ManagedObjectDefinition<? extends Sha1PasswordStorageSchemeCfgClient,? extends Sha1PasswordStorageSchemeCfg> |
Sha1PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this SHA-1 Password Storage Scheme.
|
ManagedObjectDefinition<? extends SevenBitCleanPluginCfgClient,? extends SevenBitCleanPluginCfg> |
SevenBitCleanPluginCfgClient.definition()
Get the configuration definition associated with this Seven Bit Clean Plugin.
|
ManagedObjectDefinition<? extends ServiceDiscoveryMechanismCfgClient,? extends ServiceDiscoveryMechanismCfg> |
ServiceDiscoveryMechanismCfgClient.definition()
Get the configuration definition associated with this Service Discovery Mechanism.
|
ManagedObjectDefinition<? extends SchemaProviderCfgClient,? extends SchemaProviderCfg> |
SchemaProviderCfgClient.definition()
Get the configuration definition associated with this Schema Provider.
|
ManagedObjectDefinition<? extends SchemaBackendCfgClient,? extends SchemaBackendCfg> |
SchemaBackendCfgClient.definition()
Get the configuration definition associated with this Schema Backend.
|
ManagedObjectDefinition<? extends SaslMechanismHandlerCfgClient,? extends SaslMechanismHandlerCfg> |
SaslMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends SambaPasswordPluginCfgClient,? extends SambaPasswordPluginCfg> |
SambaPasswordPluginCfgClient.definition()
Get the configuration definition associated with this Samba Password Plugin.
|
ManagedObjectDefinition<? extends SaltedSha512PasswordStorageSchemeCfgClient,? extends SaltedSha512PasswordStorageSchemeCfg> |
SaltedSha512PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted SHA-512 Password Storage Scheme.
|
ManagedObjectDefinition<? extends SaltedSha384PasswordStorageSchemeCfgClient,? extends SaltedSha384PasswordStorageSchemeCfg> |
SaltedSha384PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted SHA-384 Password Storage Scheme.
|
ManagedObjectDefinition<? extends SaltedSha256PasswordStorageSchemeCfgClient,? extends SaltedSha256PasswordStorageSchemeCfg> |
SaltedSha256PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted SHA-256 Password Storage Scheme.
|
ManagedObjectDefinition<? extends SaltedSha1PasswordStorageSchemeCfgClient,? extends SaltedSha1PasswordStorageSchemeCfg> |
SaltedSha1PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted SHA-1 Password Storage Scheme.
|
ManagedObjectDefinition<? extends SaltedMd5PasswordStorageSchemeCfgClient,? extends SaltedMd5PasswordStorageSchemeCfg> |
SaltedMd5PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted MD5 Password Storage Scheme.
|
ManagedObjectDefinition<? extends RootDseBackendCfgClient,? extends RootDseBackendCfg> |
RootDseBackendCfgClient.definition()
Get the configuration definition associated with this Root DSE Backend.
|
ManagedObjectDefinition<? extends RootCfgClient,? extends RootCfg> |
RootCfgClient.definition()
Get the configuration definition associated with this Root.
|
ManagedObjectDefinition<? extends Rest2ldapEndpointCfgClient,? extends Rest2ldapEndpointCfg> |
Rest2ldapEndpointCfgClient.definition()
Get the configuration definition associated with this Rest2LDAP Endpoint.
|
ManagedObjectDefinition<? extends ReplicationSynchronizationProviderCfgClient,? extends ReplicationSynchronizationProviderCfg> |
ReplicationSynchronizationProviderCfgClient.definition()
Get the configuration definition associated with this Replication Synchronization Provider.
|
ManagedObjectDefinition<? extends ReplicationServiceDiscoveryMechanismCfgClient,? extends ReplicationServiceDiscoveryMechanismCfg> |
ReplicationServiceDiscoveryMechanismCfgClient.definition()
Get the configuration definition associated with this Replication Service Discovery Mechanism.
|
ManagedObjectDefinition<? extends ReplicationServerCfgClient,? extends ReplicationServerCfg> |
ReplicationServerCfgClient.definition()
Get the configuration definition associated with this Replication Server.
|
ManagedObjectDefinition<? extends ReplicationDomainCfgClient,? extends ReplicationDomainCfg> |
ReplicationDomainCfgClient.definition()
Get the configuration definition associated with this Replication Domain.
|
ManagedObjectDefinition<? extends RepeatedCharactersPasswordValidatorCfgClient,? extends RepeatedCharactersPasswordValidatorCfg> |
RepeatedCharactersPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Repeated Characters Password Validator.
|
ManagedObjectDefinition<? extends RegularExpressionIdentityMapperCfgClient,? extends RegularExpressionIdentityMapperCfg> |
RegularExpressionIdentityMapperCfgClient.definition()
Get the configuration definition associated with this Regular Expression Identity Mapper.
|
ManagedObjectDefinition<? extends ReferentialIntegrityPluginCfgClient,? extends ReferentialIntegrityPluginCfg> |
ReferentialIntegrityPluginCfgClient.definition()
Get the configuration definition associated with this Referential Integrity Plugin.
|
ManagedObjectDefinition<? extends Rc4PasswordStorageSchemeCfgClient,? extends Rc4PasswordStorageSchemeCfg> |
Rc4PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this RC4 Password Storage Scheme.
|
ManagedObjectDefinition<? extends RandomPasswordGeneratorCfgClient,? extends RandomPasswordGeneratorCfg> |
RandomPasswordGeneratorCfgClient.definition()
Get the configuration definition associated with this Random Password Generator.
|
ManagedObjectDefinition<? extends ProxyBackendCfgClient,? extends ProxyBackendCfg> |
ProxyBackendCfgClient.definition()
Get the configuration definition associated with this Proxy Backend.
|
ManagedObjectDefinition<? extends PrometheusEndpointCfgClient,? extends PrometheusEndpointCfg> |
PrometheusEndpointCfgClient.definition()
Get the configuration definition associated with this Prometheus HTTP Endpoint.
|
ManagedObjectDefinition<? extends ProfilerPluginCfgClient,? extends ProfilerPluginCfg> |
ProfilerPluginCfgClient.definition()
Get the configuration definition associated with this Profiler Plugin.
|
ManagedObjectDefinition<? extends PolicyBasedAccessControlHandlerCfgClient,? extends PolicyBasedAccessControlHandlerCfg> |
PolicyBasedAccessControlHandlerCfgClient.definition()
Get the configuration definition associated with this Policy Based Access Control Handler.
|
ManagedObjectDefinition<? extends PluginRootCfgClient,? extends PluginRootCfg> |
PluginRootCfgClient.definition()
Get the configuration definition associated with this Plugin Root.
|
ManagedObjectDefinition<? extends PluginCfgClient,? extends PluginCfg> |
PluginCfgClient.definition()
Get the configuration definition associated with this Plugin.
|
ManagedObjectDefinition<? extends PluggableBackendCfgClient,? extends PluggableBackendCfg> |
PluggableBackendCfgClient.definition()
Get the configuration definition associated with this Pluggable Backend.
|
ManagedObjectDefinition<? extends PlainSaslMechanismHandlerCfgClient,? extends PlainSaslMechanismHandlerCfg> |
PlainSaslMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this Plain SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends Pkcs5s2PasswordStorageSchemeCfgClient,? extends Pkcs5s2PasswordStorageSchemeCfg> |
Pkcs5s2PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this PKCS#5 V2.0 Scheme 2 Password Storage Scheme.
|
ManagedObjectDefinition<? extends Pkcs11TrustManagerProviderCfgClient,? extends Pkcs11TrustManagerProviderCfg> |
Pkcs11TrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this PKCS#11 Trust Manager Provider.
|
ManagedObjectDefinition<? extends Pkcs11KeyManagerProviderCfgClient,? extends Pkcs11KeyManagerProviderCfg> |
Pkcs11KeyManagerProviderCfgClient.definition()
Get the configuration definition associated with this PKCS#11 Key Manager Provider.
|
ManagedObjectDefinition<? extends Pbkdf2PasswordStorageSchemeCfgClient,? extends Pbkdf2PasswordStorageSchemeCfg> |
Pbkdf2PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this PBKDF2 Password Storage Scheme.
|
ManagedObjectDefinition<? extends PasswordValidatorCfgClient,? extends PasswordValidatorCfg> |
PasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Password Validator.
|
ManagedObjectDefinition<? extends PasswordStorageSchemeCfgClient,? extends PasswordStorageSchemeCfg> |
PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Password Storage Scheme.
|
ManagedObjectDefinition<? extends PasswordPolicySubentryVirtualAttributeCfgClient,? extends PasswordPolicySubentryVirtualAttributeCfg> |
PasswordPolicySubentryVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Password Policy Subentry Virtual Attribute.
|
ManagedObjectDefinition<? extends PasswordPolicyStateExtendedOperationHandlerCfgClient,? extends PasswordPolicyStateExtendedOperationHandlerCfg> |
PasswordPolicyStateExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Password Policy State Extended Operation Handler.
|
ManagedObjectDefinition<? extends PasswordPolicyImportPluginCfgClient,? extends PasswordPolicyImportPluginCfg> |
PasswordPolicyImportPluginCfgClient.definition()
Get the configuration definition associated with this Password Policy Import Plugin.
|
ManagedObjectDefinition<? extends PasswordPolicyCfgClient,? extends PasswordPolicyCfg> |
PasswordPolicyCfgClient.definition()
Get the configuration definition associated with this Password Policy.
|
ManagedObjectDefinition<? extends PasswordModifyExtendedOperationHandlerCfgClient,? extends PasswordModifyExtendedOperationHandlerCfg> |
PasswordModifyExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Password Modify Extended Operation Handler.
|
ManagedObjectDefinition<? extends PasswordGeneratorCfgClient,? extends PasswordGeneratorCfg> |
PasswordGeneratorCfgClient.definition()
Get the configuration definition associated with this Password Generator.
|
ManagedObjectDefinition<? extends PasswordExpirationTimeVirtualAttributeCfgClient,? extends PasswordExpirationTimeVirtualAttributeCfg> |
PasswordExpirationTimeVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Password Expiration Time Virtual Attribute.
|
ManagedObjectDefinition<? extends NumSubordinatesVirtualAttributeCfgClient,? extends NumSubordinatesVirtualAttributeCfg> |
NumSubordinatesVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Num Subordinates Virtual Attribute.
|
ManagedObjectDefinition<? extends NullBackendCfgClient,? extends NullBackendCfg> |
NullBackendCfgClient.definition()
Get the configuration definition associated with this Null Backend.
|
ManagedObjectDefinition<? extends MonitorBackendCfgClient,? extends MonitorBackendCfg> |
MonitorBackendCfgClient.definition()
Get the configuration definition associated with this Monitor Backend.
|
ManagedObjectDefinition<? extends MemoryBackendCfgClient,? extends MemoryBackendCfg> |
MemoryBackendCfgClient.definition()
Get the configuration definition associated with this Memory Backend.
|
ManagedObjectDefinition<? extends MemberVirtualAttributeCfgClient,? extends MemberVirtualAttributeCfg> |
MemberVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Member Virtual Attribute.
|
ManagedObjectDefinition<? extends Md5PasswordStorageSchemeCfgClient,? extends Md5PasswordStorageSchemeCfg> |
Md5PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this MD5 Password Storage Scheme.
|
ManagedObjectDefinition<? extends LogRotationPolicyCfgClient,? extends LogRotationPolicyCfg> |
LogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Log Rotation Policy.
|
ManagedObjectDefinition<? extends LogRetentionPolicyCfgClient,? extends LogRetentionPolicyCfg> |
LogRetentionPolicyCfgClient.definition()
Get the configuration definition associated with this Log Retention Policy.
|
ManagedObjectDefinition<? extends LogPublisherCfgClient,? extends LogPublisherCfg> |
LogPublisherCfgClient.definition()
Get the configuration definition associated with this Log Publisher.
|
ManagedObjectDefinition<? extends LocalBackendCfgClient,? extends LocalBackendCfg> |
LocalBackendCfgClient.definition()
Get the configuration definition associated with this Local Backend.
|
ManagedObjectDefinition<? extends LengthBasedPasswordValidatorCfgClient,? extends LengthBasedPasswordValidatorCfg> |
LengthBasedPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Length Based Password Validator.
|
ManagedObjectDefinition<? extends LdifConnectionHandlerCfgClient,? extends LdifConnectionHandlerCfg> |
LdifConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this LDIF Connection Handler.
|
ManagedObjectDefinition<? extends LdifBackendCfgClient,? extends LdifBackendCfg> |
LdifBackendCfgClient.definition()
Get the configuration definition associated with this LDIF Backend.
|
ManagedObjectDefinition<? extends LdapTrustManagerProviderCfgClient,? extends LdapTrustManagerProviderCfg> |
LdapTrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this LDAP Trust Manager Provider.
|
ManagedObjectDefinition<? extends LdapPassThroughAuthenticationPolicyCfgClient,? extends LdapPassThroughAuthenticationPolicyCfg> |
LdapPassThroughAuthenticationPolicyCfgClient.definition()
Get the configuration definition associated with this LDAP Pass Through Authentication Policy.
|
ManagedObjectDefinition<? extends LdapKeyManagerProviderCfgClient,? extends LdapKeyManagerProviderCfg> |
LdapKeyManagerProviderCfgClient.definition()
Get the configuration definition associated with this LDAP Key Manager Provider.
|
ManagedObjectDefinition<? extends LdapConnectionHandlerCfgClient,? extends LdapConnectionHandlerCfg> |
LdapConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this LDAP Connection Handler.
|
ManagedObjectDefinition<? extends LdapAttributeDescriptionListPluginCfgClient,? extends LdapAttributeDescriptionListPluginCfg> |
LdapAttributeDescriptionListPluginCfgClient.definition()
Get the configuration definition associated with this LDAP Attribute Description List Plugin.
|
ManagedObjectDefinition<? extends LastModPluginCfgClient,? extends LastModPluginCfg> |
LastModPluginCfgClient.definition()
Get the configuration definition associated with this Last Mod Plugin.
|
ManagedObjectDefinition<? extends KeyManagerProviderCfgClient,? extends KeyManagerProviderCfg> |
KeyManagerProviderCfgClient.definition()
Get the configuration definition associated with this Key Manager Provider.
|
ManagedObjectDefinition<? extends JsonQueryEqualityMatchingRuleCfgClient,? extends JsonQueryEqualityMatchingRuleCfg> |
JsonQueryEqualityMatchingRuleCfgClient.definition()
Get the configuration definition associated with this JSON Query Equality Matching Rule.
|
ManagedObjectDefinition<? extends JsonOrderingMatchingRuleCfgClient,? extends JsonOrderingMatchingRuleCfg> |
JsonOrderingMatchingRuleCfgClient.definition()
Get the configuration definition associated with this JSON Ordering Matching Rule.
|
ManagedObjectDefinition<? extends JsonFileHttpAccessLogPublisherCfgClient,? extends JsonFileHttpAccessLogPublisherCfg> |
JsonFileHttpAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this JSON File Based HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends JsonFileAccessLogPublisherCfgClient,? extends JsonFileAccessLogPublisherCfg> |
JsonFileAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this JSON File Based Access Log Publisher.
|
ManagedObjectDefinition<? extends JsonEqualityMatchingRuleCfgClient,? extends JsonEqualityMatchingRuleCfg> |
JsonEqualityMatchingRuleCfgClient.definition()
Get the configuration definition associated with this JSON Equality Matching Rule.
|
ManagedObjectDefinition<? extends JmxConnectionHandlerCfgClient,? extends JmxConnectionHandlerCfg> |
JmxConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this JMX Connection Handler.
|
ManagedObjectDefinition<? extends JmxAlertHandlerCfgClient,? extends JmxAlertHandlerCfg> |
JmxAlertHandlerCfgClient.definition()
Get the configuration definition associated with this JMX Alert Handler.
|
ManagedObjectDefinition<? extends JeBackendCfgClient,? extends JeBackendCfg> |
JeBackendCfgClient.definition()
Get the configuration definition associated with this JE Backend.
|
ManagedObjectDefinition<? extends IsMemberOfVirtualAttributeCfgClient,? extends IsMemberOfVirtualAttributeCfg> |
IsMemberOfVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Is Member Of Virtual Attribute.
|
ManagedObjectDefinition<? extends IdentityMapperCfgClient,? extends IdentityMapperCfg> |
IdentityMapperCfgClient.definition()
Get the configuration definition associated with this Identity Mapper.
|
ManagedObjectDefinition<? extends HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient,? extends HttpOauth2TokenIntrospectionAuthorizationMechanismCfg> |
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism.
|
ManagedObjectDefinition<? extends HttpOauth2OpenamAuthorizationMechanismCfgClient,? extends HttpOauth2OpenamAuthorizationMechanismCfg> |
HttpOauth2OpenamAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP OAuth2 OpenAM Authorization Mechanism.
|
ManagedObjectDefinition<? extends HttpOauth2FileAuthorizationMechanismCfgClient,? extends HttpOauth2FileAuthorizationMechanismCfg> |
HttpOauth2FileAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP OAuth2 File Based Authorization Mechanism.
|
ManagedObjectDefinition<? extends HttpOauth2CtsAuthorizationMechanismCfgClient,? extends HttpOauth2CtsAuthorizationMechanismCfg> |
HttpOauth2CtsAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP OAuth2 CTS Authorization Mechanism.
|
ManagedObjectDefinition<? extends HttpOauth2AuthorizationMechanismCfgClient,? extends HttpOauth2AuthorizationMechanismCfg> |
HttpOauth2AuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP OAuth2 Authorization Mechanism.
|
ManagedObjectDefinition<? extends HttpEndpointCfgClient,? extends HttpEndpointCfg> |
HttpEndpointCfgClient.definition()
Get the configuration definition associated with this HTTP Endpoint.
|
ManagedObjectDefinition<? extends HttpConnectionHandlerCfgClient,? extends HttpConnectionHandlerCfg> |
HttpConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this HTTP Connection Handler.
|
ManagedObjectDefinition<? extends HttpBasicAuthorizationMechanismCfgClient,? extends HttpBasicAuthorizationMechanismCfg> |
HttpBasicAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP Basic Authorization Mechanism.
|
ManagedObjectDefinition<? extends HttpAuthorizationMechanismCfgClient,? extends HttpAuthorizationMechanismCfg> |
HttpAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP Authorization Mechanism.
|
ManagedObjectDefinition<? extends HttpAnonymousAuthorizationMechanismCfgClient,? extends HttpAnonymousAuthorizationMechanismCfg> |
HttpAnonymousAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP Anonymous Authorization Mechanism.
|
ManagedObjectDefinition<? extends HttpAccessLogPublisherCfgClient,? extends HttpAccessLogPublisherCfg> |
HttpAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends HasSubordinatesVirtualAttributeCfgClient,? extends HasSubordinatesVirtualAttributeCfg> |
HasSubordinatesVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Has Subordinates Virtual Attribute.
|
ManagedObjectDefinition<? extends GssapiSaslMechanismHandlerCfgClient,? extends GssapiSaslMechanismHandlerCfg> |
GssapiSaslMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this GSSAPI SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends GroupImplementationCfgClient,? extends GroupImplementationCfg> |
GroupImplementationCfgClient.definition()
Get the configuration definition associated with this Group Implementation.
|
ManagedObjectDefinition<? extends GraphiteMonitorReporterPluginCfgClient,? extends GraphiteMonitorReporterPluginCfg> |
GraphiteMonitorReporterPluginCfgClient.definition()
Get the configuration definition associated with this Graphite Monitor Reporter Plugin.
|
ManagedObjectDefinition<? extends GoverningStructureRuleVirtualAttributeCfgClient,? extends GoverningStructureRuleVirtualAttributeCfg> |
GoverningStructureRuleVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Governing Structure Rule Virtual Attribute.
|
ManagedObjectDefinition<? extends GlobalCfgClient,? extends GlobalCfg> |
GlobalCfgClient.definition()
Get the configuration definition associated with this Global Configuration.
|
ManagedObjectDefinition<? extends GlobalAccessControlPolicyCfgClient,? extends GlobalAccessControlPolicyCfg> |
GlobalAccessControlPolicyCfgClient.definition()
Get the configuration definition associated with this Global Access Control Policy.
|
ManagedObjectDefinition<? extends GetSymmetricKeyExtendedOperationHandlerCfgClient,? extends GetSymmetricKeyExtendedOperationHandlerCfg> |
GetSymmetricKeyExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Get Symmetric Key Extended Operation Handler.
|
ManagedObjectDefinition<? extends GetConnectionIdExtendedOperationHandlerCfgClient,? extends GetConnectionIdExtendedOperationHandlerCfg> |
GetConnectionIdExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Get Connection ID Extended Operation Handler.
|
ManagedObjectDefinition<? extends FreeDiskSpaceLogRetentionPolicyCfgClient,? extends FreeDiskSpaceLogRetentionPolicyCfg> |
FreeDiskSpaceLogRetentionPolicyCfgClient.definition()
Get the configuration definition associated with this Free Disk Space Log Retention Policy.
|
ManagedObjectDefinition<? extends FractionalLdifImportPluginCfgClient,? extends FractionalLdifImportPluginCfg> |
FractionalLdifImportPluginCfgClient.definition()
Get the configuration definition associated with this Fractional LDIF Import Plugin.
|
ManagedObjectDefinition<? extends FixedTimeLogRotationPolicyCfgClient,? extends FixedTimeLogRotationPolicyCfg> |
FixedTimeLogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Fixed Time Log Rotation Policy.
|
ManagedObjectDefinition<? extends FingerprintCertificateMapperCfgClient,? extends FingerprintCertificateMapperCfg> |
FingerprintCertificateMapperCfgClient.definition()
Get the configuration definition associated with this Fingerprint Certificate Mapper.
|
ManagedObjectDefinition<? extends FileCountLogRetentionPolicyCfgClient,? extends FileCountLogRetentionPolicyCfg> |
FileCountLogRetentionPolicyCfgClient.definition()
Get the configuration definition associated with this File Count Log Retention Policy.
|
ManagedObjectDefinition<? extends FileBasedTrustManagerProviderCfgClient,? extends FileBasedTrustManagerProviderCfg> |
FileBasedTrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this File Based Trust Manager Provider.
|
ManagedObjectDefinition<? extends FileBasedKeyManagerProviderCfgClient,? extends FileBasedKeyManagerProviderCfg> |
FileBasedKeyManagerProviderCfgClient.definition()
Get the configuration definition associated with this File Based Key Manager Provider.
|
ManagedObjectDefinition<? extends FileBasedHttpAccessLogPublisherCfgClient,? extends FileBasedHttpAccessLogPublisherCfg> |
FileBasedHttpAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends FileBasedErrorLogPublisherCfgClient,? extends FileBasedErrorLogPublisherCfg> |
FileBasedErrorLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Error Log Publisher.
|
ManagedObjectDefinition<? extends FileBasedDebugLogPublisherCfgClient,? extends FileBasedDebugLogPublisherCfg> |
FileBasedDebugLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Debug Log Publisher.
|
ManagedObjectDefinition<? extends FileBasedAuditLogPublisherCfgClient,? extends FileBasedAuditLogPublisherCfg> |
FileBasedAuditLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Audit Log Publisher.
|
ManagedObjectDefinition<? extends FileBasedAccessLogPublisherCfgClient,? extends FileBasedAccessLogPublisherCfg> |
FileBasedAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Access Log Publisher.
|
ManagedObjectDefinition<? extends FifoEntryCacheCfgClient,? extends FifoEntryCacheCfg> |
FifoEntryCacheCfgClient.definition()
Get the configuration definition associated with this FIFO Entry Cache.
|
ManagedObjectDefinition<? extends ExternalSaslMechanismHandlerCfgClient,? extends ExternalSaslMechanismHandlerCfg> |
ExternalSaslMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this External SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends ExternalHttpAccessLogPublisherCfgClient,? extends ExternalHttpAccessLogPublisherCfg> |
ExternalHttpAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this External HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends ExternalChangelogDomainCfgClient,? extends ExternalChangelogDomainCfg> |
ExternalChangelogDomainCfgClient.definition()
Get the configuration definition associated with this External Changelog Domain.
|
ManagedObjectDefinition<? extends ExternalAccessLogPublisherCfgClient,? extends ExternalAccessLogPublisherCfg> |
ExternalAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this External Access Log Publisher.
|
ManagedObjectDefinition<? extends ExtendedOperationHandlerCfgClient,? extends ExtendedOperationHandlerCfg> |
ExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Extended Operation Handler.
|
ManagedObjectDefinition<? extends ExactMatchIdentityMapperCfgClient,? extends ExactMatchIdentityMapperCfg> |
ExactMatchIdentityMapperCfgClient.definition()
Get the configuration definition associated with this Exact Match Identity Mapper.
|
ManagedObjectDefinition<? extends ErrorLogPublisherCfgClient,? extends ErrorLogPublisherCfg> |
ErrorLogPublisherCfgClient.definition()
Get the configuration definition associated with this Error Log Publisher.
|
ManagedObjectDefinition<? extends ErrorLogAccountStatusNotificationHandlerCfgClient,? extends ErrorLogAccountStatusNotificationHandlerCfg> |
ErrorLogAccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this Error Log Account Status Notification Handler.
|
ManagedObjectDefinition<? extends EntryUuidVirtualAttributeCfgClient,? extends EntryUuidVirtualAttributeCfg> |
EntryUuidVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this entryUUID Virtual Attribute.
|
ManagedObjectDefinition<? extends EntryUuidPluginCfgClient,? extends EntryUuidPluginCfg> |
EntryUuidPluginCfgClient.definition()
Get the configuration definition associated with this entryUUID Plugin.
|
ManagedObjectDefinition<? extends EntryDnVirtualAttributeCfgClient,? extends EntryDnVirtualAttributeCfg> |
EntryDnVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this entryDN Virtual Attribute.
|
ManagedObjectDefinition<? extends EntryCacheCfgClient,? extends EntryCacheCfg> |
EntryCacheCfgClient.definition()
Get the configuration definition associated with this Entry Cache.
|
ManagedObjectDefinition<? extends EntityTagVirtualAttributeCfgClient,? extends EntityTagVirtualAttributeCfg> |
EntityTagVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Entity Tag Virtual Attribute.
|
ManagedObjectDefinition<? extends DynamicGroupImplementationCfgClient,? extends DynamicGroupImplementationCfg> |
DynamicGroupImplementationCfgClient.definition()
Get the configuration definition associated with this Dynamic Group Implementation.
|
ManagedObjectDefinition<? extends DseeCompatAccessControlHandlerCfgClient,? extends DseeCompatAccessControlHandlerCfg> |
DseeCompatAccessControlHandlerCfgClient.definition()
Get the configuration definition associated with this DSEE Compatible Access Control Handler.
|
ManagedObjectDefinition<? extends DigestMd5SaslMechanismHandlerCfgClient,? extends DigestMd5SaslMechanismHandlerCfg> |
DigestMd5SaslMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this DIGEST-MD5 SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends DictionaryPasswordValidatorCfgClient,? extends DictionaryPasswordValidatorCfg> |
DictionaryPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Dictionary Password Validator.
|
ManagedObjectDefinition<? extends DebugTargetCfgClient,? extends DebugTargetCfg> |
DebugTargetCfgClient.definition()
Get the configuration definition associated with this Debug Target.
|
ManagedObjectDefinition<? extends DebugLogPublisherCfgClient,? extends DebugLogPublisherCfg> |
DebugLogPublisherCfgClient.definition()
Get the configuration definition associated with this Debug Log Publisher.
|
ManagedObjectDefinition<? extends CsvFileHttpAccessLogPublisherCfgClient,? extends CsvFileHttpAccessLogPublisherCfg> |
CsvFileHttpAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this CSV File HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends CsvFileAccessLogPublisherCfgClient,? extends CsvFileAccessLogPublisherCfg> |
CsvFileAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this CSV File Access Log Publisher.
|
ManagedObjectDefinition<? extends CryptoManagerCfgClient,? extends CryptoManagerCfg> |
CryptoManagerCfgClient.definition()
Get the configuration definition associated with this Crypto Manager.
|
ManagedObjectDefinition<? extends CryptPasswordStorageSchemeCfgClient,? extends CryptPasswordStorageSchemeCfg> |
CryptPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Crypt Password Storage Scheme.
|
ManagedObjectDefinition<? extends CrestMetricsEndpointCfgClient,? extends CrestMetricsEndpointCfg> |
CrestMetricsEndpointCfgClient.definition()
Get the configuration definition associated with this Common REST Metrics HTTP Endpoint.
|
ManagedObjectDefinition<? extends CramMd5SaslMechanismHandlerCfgClient,? extends CramMd5SaslMechanismHandlerCfg> |
CramMd5SaslMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this CRAM-MD5 SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends CoreSchemaCfgClient,? extends CoreSchemaCfg> |
CoreSchemaCfgClient.definition()
Get the configuration definition associated with this Core Schema.
|
ManagedObjectDefinition<? extends ConnectionHandlerCfgClient,? extends ConnectionHandlerCfg> |
ConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this Connection Handler.
|
ManagedObjectDefinition<? extends CollectiveAttributeSubentriesVirtualAttributeCfgClient,? extends CollectiveAttributeSubentriesVirtualAttributeCfg> |
CollectiveAttributeSubentriesVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Collective Attribute Subentries Virtual Attribute.
|
ManagedObjectDefinition<? extends ClearPasswordStorageSchemeCfgClient,? extends ClearPasswordStorageSchemeCfg> |
ClearPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Clear Password Storage Scheme.
|
ManagedObjectDefinition<? extends CharacterSetPasswordValidatorCfgClient,? extends CharacterSetPasswordValidatorCfg> |
CharacterSetPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Character Set Password Validator.
|
ManagedObjectDefinition<? extends ChangeNumberControlPluginCfgClient,? extends ChangeNumberControlPluginCfg> |
ChangeNumberControlPluginCfgClient.definition()
Get the configuration definition associated with this Change Number Control Plugin.
|
ManagedObjectDefinition<? extends CertificateMapperCfgClient,? extends CertificateMapperCfg> |
CertificateMapperCfgClient.definition()
Get the configuration definition associated with this Certificate Mapper.
|
ManagedObjectDefinition<? extends CancelExtendedOperationHandlerCfgClient,? extends CancelExtendedOperationHandlerCfg> |
CancelExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Cancel Extended Operation Handler.
|
ManagedObjectDefinition<? extends BlowfishPasswordStorageSchemeCfgClient,? extends BlowfishPasswordStorageSchemeCfg> |
BlowfishPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Blowfish Password Storage Scheme.
|
ManagedObjectDefinition<? extends BlindTrustManagerProviderCfgClient,? extends BlindTrustManagerProviderCfg> |
BlindTrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this Blind Trust Manager Provider.
|
ManagedObjectDefinition<? extends BcryptPasswordStorageSchemeCfgClient,? extends BcryptPasswordStorageSchemeCfg> |
BcryptPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Bcrypt Password Storage Scheme.
|
ManagedObjectDefinition<? extends Base64PasswordStorageSchemeCfgClient,? extends Base64PasswordStorageSchemeCfg> |
Base64PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Base64 Password Storage Scheme.
|
ManagedObjectDefinition<? extends BackupBackendCfgClient,? extends BackupBackendCfg> |
BackupBackendCfgClient.definition()
Get the configuration definition associated with this Backup Backend.
|
ManagedObjectDefinition<? extends BackendVlvIndexCfgClient,? extends BackendVlvIndexCfg> |
BackendVlvIndexCfgClient.definition()
Get the configuration definition associated with this Backend VLV Index.
|
ManagedObjectDefinition<? extends BackendIndexCfgClient,? extends BackendIndexCfg> |
BackendIndexCfgClient.definition()
Get the configuration definition associated with this Backend Index.
|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
BackendCfgClient.definition()
Get the configuration definition associated with this Backend.
|
ManagedObjectDefinition<? extends AuthenticationPolicyCfgClient,? extends AuthenticationPolicyCfg> |
AuthenticationPolicyCfgClient.definition()
Get the configuration definition associated with this Authentication Policy.
|
ManagedObjectDefinition<? extends AttributeValuePasswordValidatorCfgClient,? extends AttributeValuePasswordValidatorCfg> |
AttributeValuePasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Attribute Value Password Validator.
|
ManagedObjectDefinition<? extends AttributeCleanupPluginCfgClient,? extends AttributeCleanupPluginCfg> |
AttributeCleanupPluginCfgClient.definition()
Get the configuration definition associated with this Attribute Cleanup Plugin.
|
ManagedObjectDefinition<? extends AnonymousSaslMechanismHandlerCfgClient,? extends AnonymousSaslMechanismHandlerCfg> |
AnonymousSaslMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this Anonymous SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends AlertHandlerCfgClient,? extends AlertHandlerCfg> |
AlertHandlerCfgClient.definition()
Get the configuration definition associated with this Alert Handler.
|
ManagedObjectDefinition<? extends AesPasswordStorageSchemeCfgClient,? extends AesPasswordStorageSchemeCfg> |
AesPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this AES Password Storage Scheme.
|
ManagedObjectDefinition<? extends AdministrationConnectorCfgClient,? extends AdministrationConnectorCfg> |
AdministrationConnectorCfgClient.definition()
Get the configuration definition associated with this Administration Connector.
|
ManagedObjectDefinition<? extends AdminEndpointCfgClient,? extends AdminEndpointCfg> |
AdminEndpointCfgClient.definition()
Get the configuration definition associated with this Admin Endpoint.
|
ManagedObjectDefinition<? extends AccountStatusNotificationHandlerCfgClient,? extends AccountStatusNotificationHandlerCfg> |
AccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this Account Status Notification Handler.
|
ManagedObjectDefinition<? extends AccessLogPublisherCfgClient,? extends AccessLogPublisherCfg> |
AccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this Access Log Publisher.
|
ManagedObjectDefinition<? extends AccessLogFilteringCriteriaCfgClient,? extends AccessLogFilteringCriteriaCfg> |
AccessLogFilteringCriteriaCfgClient.definition()
Get the configuration definition associated with this Access Log Filtering Criteria.
|
ManagedObjectDefinition<? extends AccessControlHandlerCfgClient,? extends AccessControlHandlerCfg> |
AccessControlHandlerCfgClient.definition()
Get the configuration definition associated with this Access Control Handler.
|
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 |
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 |
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 |
CrestMetricsEndpointCfgDefn
An interface for querying the Common REST Metrics HTTP Endpoint
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 |
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 |
GraphiteMonitorReporterPluginCfgDefn
An interface for querying the Graphite Monitor Reporter Plugin
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 |
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 |
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 |
JsonEqualityMatchingRuleCfgDefn
An interface for querying the JSON Equality Matching Rule 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 |
JsonOrderingMatchingRuleCfgDefn
An interface for querying the JSON Ordering Matching Rule managed
object definition meta information.
|
class |
JsonQueryEqualityMatchingRuleCfgDefn
An interface for querying the JSON Query Equality Matching Rule
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 |
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 |
MonitorBackendCfgDefn
An interface for querying the Monitor Backend 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 |
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 |
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 |
PrometheusEndpointCfgDefn
An interface for querying the Prometheus HTTP Endpoint 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 |
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 |
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 |
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 |
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-2018 ForgeRock AS.