Package | Description |
---|---|
org.opends.quicksetup.installer |
Defines the classes that are you used by the installer.
|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.client.spi |
Client side driver implementation interfaces.
|
org.opends.server.admin.server |
Server-side administration interface.
|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
InstallerHelper.createBackend(DirContext ctx,
String backendName,
Set<String> baseDNs,
String serverDisplay,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Creates a database backend on the server.
|
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 |
---|
DefaultManagedObject.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,CC extends C> |
ManagedObject.createChild(InstantiableRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
String name,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
ManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
optional relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
ManagedObject.createChild(SetRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
set relation.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<T,? extends Configuration> |
AbstractManagedObject.getManagedObjectDefinition()
Gets the definition associated with this managed object.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(InstantiableRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
String name,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
optional relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(SetRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
set relation.
|
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 CsvFileHTTPAccessLogPublisherCfgClient,? extends CsvFileHTTPAccessLogPublisherCfg> |
CsvFileHTTPAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this Csv File HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends VersionMonitorProviderCfgClient,? extends VersionMonitorProviderCfg> |
VersionMonitorProviderCfgClient.definition()
Get the configuration definition associated with this Version Monitor Provider.
|
ManagedObjectDefinition<? extends SMTPAccountStatusNotificationHandlerCfgClient,? extends SMTPAccountStatusNotificationHandlerCfg> |
SMTPAccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this SMTP Account Status Notification Handler.
|
ManagedObjectDefinition<? extends BackendIndexCfgClient,? extends BackendIndexCfg> |
BackendIndexCfgClient.definition()
Get the configuration definition associated with this Backend Index.
|
ManagedObjectDefinition<? extends DseeCompatAccessControlHandlerCfgClient,? extends DseeCompatAccessControlHandlerCfg> |
DseeCompatAccessControlHandlerCfgClient.definition()
Get the configuration definition associated with this Dsee Compat Access Control Handler.
|
ManagedObjectDefinition<? extends GroupImplementationCfgClient,? extends GroupImplementationCfg> |
GroupImplementationCfgClient.definition()
Get the configuration definition associated with this Group Implementation.
|
ManagedObjectDefinition<? extends CramMD5SASLMechanismHandlerCfgClient,? extends CramMD5SASLMechanismHandlerCfg> |
CramMD5SASLMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this Cram MD5 SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends PasswordGeneratorCfgClient,? extends PasswordGeneratorCfg> |
PasswordGeneratorCfgClient.definition()
Get the configuration definition associated with this Password Generator.
|
ManagedObjectDefinition<? extends PDBBackendCfgClient,? extends PDBBackendCfg> |
PDBBackendCfgClient.definition()
Get the configuration definition associated with this PDB Backend.
|
ManagedObjectDefinition<? extends PasswordExpirationTimeVirtualAttributeCfgClient,? extends PasswordExpirationTimeVirtualAttributeCfg> |
PasswordExpirationTimeVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Password Expiration Time Virtual Attribute.
|
ManagedObjectDefinition<? extends PluggableBackendCfgClient,? extends PluggableBackendCfg> |
PluggableBackendCfgClient.definition()
Get the configuration definition associated with this Pluggable Backend.
|
ManagedObjectDefinition<? extends AttributeValuePasswordValidatorCfgClient,? extends AttributeValuePasswordValidatorCfg> |
AttributeValuePasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Attribute Value Password Validator.
|
ManagedObjectDefinition<? extends LDAPPassThroughAuthenticationPolicyCfgClient,? extends LDAPPassThroughAuthenticationPolicyCfg> |
LDAPPassThroughAuthenticationPolicyCfgClient.definition()
Get the configuration definition associated with this LDAP Pass Through Authentication Policy.
|
ManagedObjectDefinition<? extends SubjectEqualsDNCertificateMapperCfgClient,? extends SubjectEqualsDNCertificateMapperCfg> |
SubjectEqualsDNCertificateMapperCfgClient.definition()
Get the configuration definition associated with this Subject Equals DN Certificate Mapper.
|
ManagedObjectDefinition<? extends RC4PasswordStorageSchemeCfgClient,? extends RC4PasswordStorageSchemeCfg> |
RC4PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this RC4 Password Storage Scheme.
|
ManagedObjectDefinition<? extends IdentityMapperCfgClient,? extends IdentityMapperCfg> |
IdentityMapperCfgClient.definition()
Get the configuration definition associated with this Identity Mapper.
|
ManagedObjectDefinition<? extends ReplicationDomainCfgClient,? extends ReplicationDomainCfg> |
ReplicationDomainCfgClient.definition()
Get the configuration definition associated with this Replication Domain.
|
ManagedObjectDefinition<? extends LDAPConnectionHandlerCfgClient,? extends LDAPConnectionHandlerCfg> |
LDAPConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this LDAP Connection Handler.
|
ManagedObjectDefinition<? extends AuthenticationPolicyCfgClient,? extends AuthenticationPolicyCfg> |
AuthenticationPolicyCfgClient.definition()
Get the configuration definition associated with this Authentication Policy.
|
ManagedObjectDefinition<? extends HTTPConnectionHandlerCfgClient,? extends HTTPConnectionHandlerCfg> |
HTTPConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this HTTP Connection Handler.
|
ManagedObjectDefinition<? extends LastModPluginCfgClient,? extends LastModPluginCfg> |
LastModPluginCfgClient.definition()
Get the configuration definition associated with this Last Mod Plugin.
|
ManagedObjectDefinition<? extends GSSAPISASLMechanismHandlerCfgClient,? extends GSSAPISASLMechanismHandlerCfg> |
GSSAPISASLMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this GSSAPI SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends BackupBackendCfgClient,? extends BackupBackendCfg> |
BackupBackendCfgClient.definition()
Get the configuration definition associated with this Backup Backend.
|
ManagedObjectDefinition<? extends TrustStoreBackendCfgClient,? extends TrustStoreBackendCfg> |
TrustStoreBackendCfgClient.definition()
Get the configuration definition associated with this Trust Store Backend.
|
ManagedObjectDefinition<? extends MemberVirtualAttributeCfgClient,? extends MemberVirtualAttributeCfg> |
MemberVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Member Virtual Attribute.
|
ManagedObjectDefinition<? extends CryptPasswordStorageSchemeCfgClient,? extends CryptPasswordStorageSchemeCfg> |
CryptPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Crypt Password Storage Scheme.
|
ManagedObjectDefinition<? extends DebugLogPublisherCfgClient,? extends DebugLogPublisherCfg> |
DebugLogPublisherCfgClient.definition()
Get the configuration definition associated with this Debug Log Publisher.
|
ManagedObjectDefinition<? extends SubjectDNToUserAttributeCertificateMapperCfgClient,? extends SubjectDNToUserAttributeCertificateMapperCfg> |
SubjectDNToUserAttributeCertificateMapperCfgClient.definition()
Get the configuration definition associated with this Subject DN To User Attribute Certificate Mapper.
|
ManagedObjectDefinition<? extends BlowfishPasswordStorageSchemeCfgClient,? extends BlowfishPasswordStorageSchemeCfg> |
BlowfishPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Blowfish Password Storage Scheme.
|
ManagedObjectDefinition<? extends CharacterSetPasswordValidatorCfgClient,? extends CharacterSetPasswordValidatorCfg> |
CharacterSetPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Character Set Password Validator.
|
ManagedObjectDefinition<? extends AccountStatusNotificationHandlerCfgClient,? extends AccountStatusNotificationHandlerCfg> |
AccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this Account Status Notification Handler.
|
ManagedObjectDefinition<? extends BackendVLVIndexCfgClient,? extends BackendVLVIndexCfg> |
BackendVLVIndexCfgClient.definition()
Get the configuration definition associated with this Backend VLV Index.
|
ManagedObjectDefinition<? extends AccessLogPublisherCfgClient,? extends AccessLogPublisherCfg> |
AccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this Access Log Publisher.
|
ManagedObjectDefinition<? extends SASLMechanismHandlerCfgClient,? extends SASLMechanismHandlerCfg> |
SASLMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends CollationMatchingRuleCfgClient,? extends CollationMatchingRuleCfg> |
CollationMatchingRuleCfgClient.definition()
Get the configuration definition associated with this Collation Matching Rule.
|
ManagedObjectDefinition<? extends SHA1PasswordStorageSchemeCfgClient,? extends SHA1PasswordStorageSchemeCfg> |
SHA1PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this SHA1 Password Storage Scheme.
|
ManagedObjectDefinition<? extends AttributeSyntaxCfgClient,? extends AttributeSyntaxCfg> |
AttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this Attribute Syntax.
|
ManagedObjectDefinition<? extends CertificateMapperCfgClient,? extends CertificateMapperCfg> |
CertificateMapperCfgClient.definition()
Get the configuration definition associated with this Certificate Mapper.
|
ManagedObjectDefinition<? extends TrustManagerProviderCfgClient,? extends TrustManagerProviderCfg> |
TrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this Trust Manager Provider.
|
ManagedObjectDefinition<? extends SNMPConnectionHandlerCfgClient,? extends SNMPConnectionHandlerCfg> |
SNMPConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this SNMP Connection Handler.
|
ManagedObjectDefinition<? extends RootDSEBackendCfgClient,? extends RootDSEBackendCfg> |
RootDSEBackendCfgClient.definition()
Get the configuration definition associated with this Root DSE Backend.
|
ManagedObjectDefinition<? extends AttributeCleanupPluginCfgClient,? extends AttributeCleanupPluginCfg> |
AttributeCleanupPluginCfgClient.definition()
Get the configuration definition associated with this Attribute Cleanup Plugin.
|
ManagedObjectDefinition<? extends CryptoManagerCfgClient,? extends CryptoManagerCfg> |
CryptoManagerCfgClient.definition()
Get the configuration definition associated with this Crypto Manager.
|
ManagedObjectDefinition<? extends RandomPasswordGeneratorCfgClient,? extends RandomPasswordGeneratorCfg> |
RandomPasswordGeneratorCfgClient.definition()
Get the configuration definition associated with this Random Password Generator.
|
ManagedObjectDefinition<? extends FileBasedHTTPAccessLogPublisherCfgClient,? extends FileBasedHTTPAccessLogPublisherCfg> |
FileBasedHTTPAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends PlainSASLMechanismHandlerCfgClient,? extends PlainSASLMechanismHandlerCfg> |
PlainSASLMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this Plain SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends StaticGroupImplementationCfgClient,? extends StaticGroupImplementationCfg> |
StaticGroupImplementationCfgClient.definition()
Get the configuration definition associated with this Static Group Implementation.
|
ManagedObjectDefinition<? extends ExternalSASLMechanismHandlerCfgClient,? extends ExternalSASLMechanismHandlerCfg> |
ExternalSASLMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this External SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends SchemaBackendCfgClient,? extends SchemaBackendCfg> |
SchemaBackendCfgClient.definition()
Get the configuration definition associated with this Schema Backend.
|
ManagedObjectDefinition<? extends PasswordValidatorCfgClient,? extends PasswordValidatorCfg> |
PasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Password Validator.
|
ManagedObjectDefinition<? extends VirtualAttributeCfgClient,? extends VirtualAttributeCfg> |
VirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Virtual Attribute.
|
ManagedObjectDefinition<? extends RegularExpressionIdentityMapperCfgClient,? extends RegularExpressionIdentityMapperCfg> |
RegularExpressionIdentityMapperCfgClient.definition()
Get the configuration definition associated with this Regular Expression Identity Mapper.
|
ManagedObjectDefinition<? extends ReplicationServerCfgClient,? extends ReplicationServerCfg> |
ReplicationServerCfgClient.definition()
Get the configuration definition associated with this Replication Server.
|
ManagedObjectDefinition<? extends LogRetentionPolicyCfgClient,? extends LogRetentionPolicyCfg> |
LogRetentionPolicyCfgClient.definition()
Get the configuration definition associated with this Log Retention Policy.
|
ManagedObjectDefinition<? extends ReferentialIntegrityPluginCfgClient,? extends ReferentialIntegrityPluginCfg> |
ReferentialIntegrityPluginCfgClient.definition()
Get the configuration definition associated with this Referential Integrity Plugin.
|
ManagedObjectDefinition<? extends FIFOEntryCacheCfgClient,? extends FIFOEntryCacheCfg> |
FIFOEntryCacheCfgClient.definition()
Get the configuration definition associated with this FIFO Entry Cache.
|
ManagedObjectDefinition<? extends FileBasedErrorLogPublisherCfgClient,? extends FileBasedErrorLogPublisherCfg> |
FileBasedErrorLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Error Log Publisher.
|
ManagedObjectDefinition<? extends AttributeTypeDescriptionAttributeSyntaxCfgClient,? extends AttributeTypeDescriptionAttributeSyntaxCfg> |
AttributeTypeDescriptionAttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this Attribute Type Description Attribute Syntax.
|
ManagedObjectDefinition<? extends GetConnectionIdExtendedOperationHandlerCfgClient,? extends GetConnectionIdExtendedOperationHandlerCfg> |
GetConnectionIdExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Get Connection Id Extended Operation Handler.
|
ManagedObjectDefinition<? extends ParallelWorkQueueCfgClient,? extends ParallelWorkQueueCfg> |
ParallelWorkQueueCfgClient.definition()
Get the configuration definition associated with this Parallel Work Queue.
|
ManagedObjectDefinition<? extends EntryDNVirtualAttributeCfgClient,? extends EntryDNVirtualAttributeCfg> |
EntryDNVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Entry DN Virtual Attribute.
|
ManagedObjectDefinition<? extends LogPublisherCfgClient,? extends LogPublisherCfg> |
LogPublisherCfgClient.definition()
Get the configuration definition associated with this Log Publisher.
|
ManagedObjectDefinition<? extends CoreSchemaCfgClient,? extends CoreSchemaCfg> |
CoreSchemaCfgClient.definition()
Get the configuration definition associated with this Core Schema.
|
ManagedObjectDefinition<? extends AccessLogFilteringCriteriaCfgClient,? extends AccessLogFilteringCriteriaCfg> |
AccessLogFilteringCriteriaCfgClient.definition()
Get the configuration definition associated with this Access Log Filtering Criteria.
|
ManagedObjectDefinition<? extends TaskBackendCfgClient,? extends TaskBackendCfg> |
TaskBackendCfgClient.definition()
Get the configuration definition associated with this Task Backend.
|
ManagedObjectDefinition<? extends CountryStringAttributeSyntaxCfgClient,? extends CountryStringAttributeSyntaxCfg> |
CountryStringAttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this Country String Attribute Syntax.
|
ManagedObjectDefinition<? extends FractionalLDIFImportPluginCfgClient,? extends FractionalLDIFImportPluginCfg> |
FractionalLDIFImportPluginCfgClient.definition()
Get the configuration definition associated with this Fractional LDIF Import Plugin.
|
ManagedObjectDefinition<? extends FileCountLogRetentionPolicyCfgClient,? extends FileCountLogRetentionPolicyCfg> |
FileCountLogRetentionPolicyCfgClient.definition()
Get the configuration definition associated with this File Count Log Retention Policy.
|
ManagedObjectDefinition<? extends SevenBitCleanPluginCfgClient,? extends SevenBitCleanPluginCfg> |
SevenBitCleanPluginCfgClient.definition()
Get the configuration definition associated with this Seven Bit Clean Plugin.
|
ManagedObjectDefinition<? extends DictionaryPasswordValidatorCfgClient,? extends DictionaryPasswordValidatorCfg> |
DictionaryPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Dictionary Password Validator.
|
ManagedObjectDefinition<? extends FingerprintCertificateMapperCfgClient,? extends FingerprintCertificateMapperCfg> |
FingerprintCertificateMapperCfgClient.definition()
Get the configuration definition associated with this Fingerprint Certificate Mapper.
|
ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg> |
WorkQueueCfgClient.definition()
Get the configuration definition associated with this Work Queue.
|
ManagedObjectDefinition<? extends FileBasedAuditLogPublisherCfgClient,? extends FileBasedAuditLogPublisherCfg> |
FileBasedAuditLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Audit Log Publisher.
|
ManagedObjectDefinition<? extends PKCS5S2PasswordStorageSchemeCfgClient,? extends PKCS5S2PasswordStorageSchemeCfg> |
PKCS5S2PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this PKCS5S2 Password Storage Scheme.
|
ManagedObjectDefinition<? extends ClearPasswordStorageSchemeCfgClient,? extends ClearPasswordStorageSchemeCfg> |
ClearPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Clear Password Storage Scheme.
|
ManagedObjectDefinition<? extends ExternalHTTPAccessLogPublisherCfgClient,? extends ExternalHTTPAccessLogPublisherCfg> |
ExternalHTTPAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this External HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends GoverningStructureRuleVirtualAttributeCfgClient,? extends GoverningStructureRuleVirtualAttributeCfg> |
GoverningStructureRuleVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Governing Structure Rule Virtual Attribute.
|
ManagedObjectDefinition<? extends AlertHandlerCfgClient,? extends AlertHandlerCfg> |
AlertHandlerCfgClient.definition()
Get the configuration definition associated with this Alert Handler.
|
ManagedObjectDefinition<? extends TripleDESPasswordStorageSchemeCfgClient,? extends TripleDESPasswordStorageSchemeCfg> |
TripleDESPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Triple DES Password Storage Scheme.
|
ManagedObjectDefinition<? extends EntryUUIDVirtualAttributeCfgClient,? extends EntryUUIDVirtualAttributeCfg> |
EntryUUIDVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Entry UUID Virtual Attribute.
|
ManagedObjectDefinition<? extends SubschemaSubentryVirtualAttributeCfgClient,? extends SubschemaSubentryVirtualAttributeCfg> |
SubschemaSubentryVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Subschema Subentry Virtual Attribute.
|
ManagedObjectDefinition<? extends SaltedSHA256PasswordStorageSchemeCfgClient,? extends SaltedSHA256PasswordStorageSchemeCfg> |
SaltedSHA256PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted SHA256 Password Storage Scheme.
|
ManagedObjectDefinition<? extends AnonymousSASLMechanismHandlerCfgClient,? extends AnonymousSASLMechanismHandlerCfg> |
AnonymousSASLMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this Anonymous SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends PasswordPolicySubentryVirtualAttributeCfgClient,? extends PasswordPolicySubentryVirtualAttributeCfg> |
PasswordPolicySubentryVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Password Policy Subentry Virtual Attribute.
|
ManagedObjectDefinition<? extends ConnectionHandlerCfgClient,? extends ConnectionHandlerCfg> |
ConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this Connection Handler.
|
ManagedObjectDefinition<? extends DigestMD5SASLMechanismHandlerCfgClient,? extends DigestMD5SASLMechanismHandlerCfg> |
DigestMD5SASLMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this Digest MD5 SASL Mechanism Handler.
|
ManagedObjectDefinition<? extends EntityTagVirtualAttributeCfgClient,? extends EntityTagVirtualAttributeCfg> |
EntityTagVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Entity Tag Virtual Attribute.
|
ManagedObjectDefinition<? extends BlindTrustManagerProviderCfgClient,? extends BlindTrustManagerProviderCfg> |
BlindTrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this Blind Trust Manager Provider.
|
ManagedObjectDefinition<? extends RepeatedCharactersPasswordValidatorCfgClient,? extends RepeatedCharactersPasswordValidatorCfg> |
RepeatedCharactersPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Repeated Characters Password Validator.
|
ManagedObjectDefinition<? extends SaltedSHA384PasswordStorageSchemeCfgClient,? extends SaltedSHA384PasswordStorageSchemeCfg> |
SaltedSHA384PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted SHA384 Password Storage Scheme.
|
ManagedObjectDefinition<? extends FixedTimeLogRotationPolicyCfgClient,? extends FixedTimeLogRotationPolicyCfg> |
FixedTimeLogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Fixed Time Log Rotation Policy.
|
ManagedObjectDefinition<? extends FreeDiskSpaceLogRetentionPolicyCfgClient,? extends FreeDiskSpaceLogRetentionPolicyCfg> |
FreeDiskSpaceLogRetentionPolicyCfgClient.definition()
Get the configuration definition associated with this Free Disk Space Log Retention Policy.
|
ManagedObjectDefinition<? extends CertificateAttributeSyntaxCfgClient,? extends CertificateAttributeSyntaxCfg> |
CertificateAttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this Certificate Attribute Syntax.
|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
BackendCfgClient.definition()
Get the configuration definition associated with this Backend.
|
ManagedObjectDefinition<? extends FileBasedDebugLogPublisherCfgClient,? extends FileBasedDebugLogPublisherCfg> |
FileBasedDebugLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Debug Log Publisher.
|
ManagedObjectDefinition<? extends CancelExtendedOperationHandlerCfgClient,? extends CancelExtendedOperationHandlerCfg> |
CancelExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Cancel Extended Operation Handler.
|
ManagedObjectDefinition<? extends JEBackendCfgClient,? extends JEBackendCfg> |
JEBackendCfgClient.definition()
Get the configuration definition associated with this JE Backend.
|
ManagedObjectDefinition<? extends FileBasedTrustManagerProviderCfgClient,? extends FileBasedTrustManagerProviderCfg> |
FileBasedTrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this File Based Trust Manager Provider.
|
ManagedObjectDefinition<? extends EntryUUIDPluginCfgClient,? extends EntryUUIDPluginCfg> |
EntryUUIDPluginCfgClient.definition()
Get the configuration definition associated with this Entry UUID Plugin.
|
ManagedObjectDefinition<? extends TimeLimitLogRotationPolicyCfgClient,? extends TimeLimitLogRotationPolicyCfg> |
TimeLimitLogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Time Limit Log Rotation Policy.
|
ManagedObjectDefinition<? extends LDAPAttributeDescriptionListPluginCfgClient,? extends LDAPAttributeDescriptionListPluginCfg> |
LDAPAttributeDescriptionListPluginCfgClient.definition()
Get the configuration definition associated with this LDAP Attribute Description List Plugin.
|
ManagedObjectDefinition<? extends StackTraceMonitorProviderCfgClient,? extends StackTraceMonitorProviderCfg> |
StackTraceMonitorProviderCfgClient.definition()
Get the configuration definition associated with this Stack Trace Monitor Provider.
|
ManagedObjectDefinition<? extends PasswordPolicyStateExtendedOperationHandlerCfgClient,? extends PasswordPolicyStateExtendedOperationHandlerCfg> |
PasswordPolicyStateExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Password Policy State Extended Operation Handler.
|
ManagedObjectDefinition<? extends IsMemberOfVirtualAttributeCfgClient,? extends IsMemberOfVirtualAttributeCfg> |
IsMemberOfVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Is Member Of Virtual Attribute.
|
ManagedObjectDefinition<? extends MonitorProviderCfgClient,? extends MonitorProviderCfg> |
MonitorProviderCfgClient.definition()
Get the configuration definition associated with this Monitor Provider.
|
ManagedObjectDefinition<? extends PasswordPolicyCfgClient,? extends PasswordPolicyCfg> |
PasswordPolicyCfgClient.definition()
Get the configuration definition associated with this Password Policy.
|
ManagedObjectDefinition<? extends StructuralObjectClassVirtualAttributeCfgClient,? extends StructuralObjectClassVirtualAttributeCfg> |
StructuralObjectClassVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Structural Object Class Virtual Attribute.
|
ManagedObjectDefinition<? extends MD5PasswordStorageSchemeCfgClient,? extends MD5PasswordStorageSchemeCfg> |
MD5PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this MD5 Password Storage Scheme.
|
ManagedObjectDefinition<? extends NullBackendCfgClient,? extends NullBackendCfg> |
NullBackendCfgClient.definition()
Get the configuration definition associated with this Null Backend.
|
ManagedObjectDefinition<? extends LDIFConnectionHandlerCfgClient,? extends LDIFConnectionHandlerCfg> |
LDIFConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this LDIF Connection Handler.
|
ManagedObjectDefinition<? extends PluginRootCfgClient,? extends PluginRootCfg> |
PluginRootCfgClient.definition()
Get the configuration definition associated with this Plugin Root.
|
ManagedObjectDefinition<? extends PBKDF2PasswordStorageSchemeCfgClient,? extends PBKDF2PasswordStorageSchemeCfg> |
PBKDF2PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this PBKDF2 Password Storage Scheme.
|
ManagedObjectDefinition<? extends MatchingRuleCfgClient,? extends MatchingRuleCfg> |
MatchingRuleCfgClient.definition()
Get the configuration definition associated with this Matching Rule.
|
ManagedObjectDefinition<? extends ExternalAccessLogPublisherCfgClient,? extends ExternalAccessLogPublisherCfg> |
ExternalAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this External Access Log Publisher.
|
ManagedObjectDefinition<? extends AdministrationConnectorCfgClient,? extends AdministrationConnectorCfg> |
AdministrationConnectorCfgClient.definition()
Get the configuration definition associated with this Administration Connector.
|
ManagedObjectDefinition<? extends MonitorBackendCfgClient,? extends MonitorBackendCfg> |
MonitorBackendCfgClient.definition()
Get the configuration definition associated with this Monitor Backend.
|
ManagedObjectDefinition<? extends SimilarityBasedPasswordValidatorCfgClient,? extends SimilarityBasedPasswordValidatorCfg> |
SimilarityBasedPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Similarity Based Password Validator.
|
ManagedObjectDefinition<? extends NumSubordinatesVirtualAttributeCfgClient,? extends NumSubordinatesVirtualAttributeCfg> |
NumSubordinatesVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Num Subordinates Virtual Attribute.
|
ManagedObjectDefinition<? extends StartTLSExtendedOperationHandlerCfgClient,? extends StartTLSExtendedOperationHandlerCfg> |
StartTLSExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Start TLS Extended Operation Handler.
|
ManagedObjectDefinition<? extends ClientConnectionMonitorProviderCfgClient,? extends ClientConnectionMonitorProviderCfg> |
ClientConnectionMonitorProviderCfgClient.definition()
Get the configuration definition associated with this Client Connection Monitor Provider.
|
ManagedObjectDefinition<? extends SubjectAttributeToUserAttributeCertificateMapperCfgClient,? extends SubjectAttributeToUserAttributeCertificateMapperCfg> |
SubjectAttributeToUserAttributeCertificateMapperCfgClient.definition()
Get the configuration definition associated with this Subject Attribute To User Attribute Certificate Mapper.
|
ManagedObjectDefinition<? extends LengthBasedPasswordValidatorCfgClient,? extends LengthBasedPasswordValidatorCfg> |
LengthBasedPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Length Based Password Validator.
|
ManagedObjectDefinition<? extends DynamicGroupImplementationCfgClient,? extends DynamicGroupImplementationCfg> |
DynamicGroupImplementationCfgClient.definition()
Get the configuration definition associated with this Dynamic Group Implementation.
|
ManagedObjectDefinition<? extends Base64PasswordStorageSchemeCfgClient,? extends Base64PasswordStorageSchemeCfg> |
Base64PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Base64 Password Storage Scheme.
|
ManagedObjectDefinition<? extends SaltedSHA1PasswordStorageSchemeCfgClient,? extends SaltedSHA1PasswordStorageSchemeCfg> |
SaltedSHA1PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted SHA1 Password Storage Scheme.
|
ManagedObjectDefinition<? extends ErrorLogPublisherCfgClient,? extends ErrorLogPublisherCfg> |
ErrorLogPublisherCfgClient.definition()
Get the configuration definition associated with this Error Log Publisher.
|
ManagedObjectDefinition<? extends SizeLimitLogRotationPolicyCfgClient,? extends SizeLimitLogRotationPolicyCfg> |
SizeLimitLogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Size Limit Log Rotation Policy.
|
ManagedObjectDefinition<? extends SMTPAlertHandlerCfgClient,? extends SMTPAlertHandlerCfg> |
SMTPAlertHandlerCfgClient.definition()
Get the configuration definition associated with this SMTP Alert Handler.
|
ManagedObjectDefinition<? extends LDIFBackendCfgClient,? extends LDIFBackendCfg> |
LDIFBackendCfgClient.definition()
Get the configuration definition associated with this LDIF Backend.
|
ManagedObjectDefinition<? extends SaltedMD5PasswordStorageSchemeCfgClient,? extends SaltedMD5PasswordStorageSchemeCfg> |
SaltedMD5PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted MD5 Password Storage Scheme.
|
ManagedObjectDefinition<? extends AESPasswordStorageSchemeCfgClient,? extends AESPasswordStorageSchemeCfg> |
AESPasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this AES Password Storage Scheme.
|
ManagedObjectDefinition<? extends CollectiveAttributeSubentriesVirtualAttributeCfgClient,? extends CollectiveAttributeSubentriesVirtualAttributeCfg> |
CollectiveAttributeSubentriesVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Collective Attribute Subentries Virtual Attribute.
|
ManagedObjectDefinition<? extends KeyManagerProviderCfgClient,? extends KeyManagerProviderCfg> |
KeyManagerProviderCfgClient.definition()
Get the configuration definition associated with this Key Manager Provider.
|
ManagedObjectDefinition<? extends ExtendedOperationHandlerCfgClient,? extends ExtendedOperationHandlerCfg> |
ExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Extended Operation Handler.
|
ManagedObjectDefinition<? extends FileBasedKeyManagerProviderCfgClient,? extends FileBasedKeyManagerProviderCfg> |
FileBasedKeyManagerProviderCfgClient.definition()
Get the configuration definition associated with this File Based Key Manager Provider.
|
ManagedObjectDefinition<? extends HTTPAccessLogPublisherCfgClient,? extends HTTPAccessLogPublisherCfg> |
HTTPAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this HTTP Access Log Publisher.
|
ManagedObjectDefinition<? extends ErrorLogAccountStatusNotificationHandlerCfgClient,? extends ErrorLogAccountStatusNotificationHandlerCfg> |
ErrorLogAccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this Error Log Account Status Notification Handler.
|
ManagedObjectDefinition<? extends ReplicationSynchronizationProviderCfgClient,? extends ReplicationSynchronizationProviderCfg> |
ReplicationSynchronizationProviderCfgClient.definition()
Get the configuration definition associated with this Replication Synchronization Provider.
|
ManagedObjectDefinition<? extends SizeLimitLogRetentionPolicyCfgClient,? extends SizeLimitLogRetentionPolicyCfg> |
SizeLimitLogRetentionPolicyCfgClient.definition()
Get the configuration definition associated with this Size Limit Log Retention Policy.
|
ManagedObjectDefinition<? extends TelephoneNumberAttributeSyntaxCfgClient,? extends TelephoneNumberAttributeSyntaxCfg> |
TelephoneNumberAttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this Telephone Number Attribute Syntax.
|
ManagedObjectDefinition<? extends MemoryBackendCfgClient,? extends MemoryBackendCfg> |
MemoryBackendCfgClient.definition()
Get the configuration definition associated with this Memory Backend.
|
ManagedObjectDefinition<? extends MemoryUsageMonitorProviderCfgClient,? extends MemoryUsageMonitorProviderCfg> |
MemoryUsageMonitorProviderCfgClient.definition()
Get the configuration definition associated with this Memory Usage Monitor Provider.
|
ManagedObjectDefinition<? extends PasswordModifyExtendedOperationHandlerCfgClient,? extends PasswordModifyExtendedOperationHandlerCfg> |
PasswordModifyExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Password Modify Extended Operation Handler.
|
ManagedObjectDefinition<? extends ExternalChangelogDomainCfgClient,? extends ExternalChangelogDomainCfg> |
ExternalChangelogDomainCfgClient.definition()
Get the configuration definition associated with this External Changelog Domain.
|
ManagedObjectDefinition<? extends DirectoryStringAttributeSyntaxCfgClient,? extends DirectoryStringAttributeSyntaxCfg> |
DirectoryStringAttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this Directory String Attribute Syntax.
|
ManagedObjectDefinition<? extends JPEGAttributeSyntaxCfgClient,? extends JPEGAttributeSyntaxCfg> |
JPEGAttributeSyntaxCfgClient.definition()
Get the configuration definition associated with this JPEG Attribute Syntax.
|
ManagedObjectDefinition<? extends WhoAmIExtendedOperationHandlerCfgClient,? extends WhoAmIExtendedOperationHandlerCfg> |
WhoAmIExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Who Am I Extended Operation Handler.
|
ManagedObjectDefinition<? extends TraditionalWorkQueueCfgClient,? extends TraditionalWorkQueueCfg> |
TraditionalWorkQueueCfgClient.definition()
Get the configuration definition associated with this Traditional Work Queue.
|
ManagedObjectDefinition<? extends EntryCacheCfgClient,? extends EntryCacheCfg> |
EntryCacheCfgClient.definition()
Get the configuration definition associated with this Entry Cache.
|
ManagedObjectDefinition<? extends JMXConnectionHandlerCfgClient,? extends JMXConnectionHandlerCfg> |
JMXConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this JMX Connection Handler.
|
ManagedObjectDefinition<? extends SambaPasswordPluginCfgClient,? extends SambaPasswordPluginCfg> |
SambaPasswordPluginCfgClient.definition()
Get the configuration definition associated with this Samba Password Plugin.
|
ManagedObjectDefinition<? extends PasswordPolicyImportPluginCfgClient,? extends PasswordPolicyImportPluginCfg> |
PasswordPolicyImportPluginCfgClient.definition()
Get the configuration definition associated with this Password Policy Import Plugin.
|
ManagedObjectDefinition<? extends CsvFileAccessLogPublisherCfgClient,? extends CsvFileAccessLogPublisherCfg> |
CsvFileAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this Csv File Access Log Publisher.
|
ManagedObjectDefinition<? extends ChangeNumberControlPluginCfgClient,? extends ChangeNumberControlPluginCfg> |
ChangeNumberControlPluginCfgClient.definition()
Get the configuration definition associated with this Change Number Control Plugin.
|
ManagedObjectDefinition<? extends EntryCacheMonitorProviderCfgClient,? extends EntryCacheMonitorProviderCfg> |
EntryCacheMonitorProviderCfgClient.definition()
Get the configuration definition associated with this Entry Cache Monitor Provider.
|
ManagedObjectDefinition<? extends RootCfgClient,? extends RootCfg> |
RootCfgClient.definition()
Get the configuration definition associated with this Root.
|
ManagedObjectDefinition<? extends FileBasedAccessLogPublisherCfgClient,? extends FileBasedAccessLogPublisherCfg> |
FileBasedAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Access Log Publisher.
|
ManagedObjectDefinition<? extends VirtualStaticGroupImplementationCfgClient,? extends VirtualStaticGroupImplementationCfg> |
VirtualStaticGroupImplementationCfgClient.definition()
Get the configuration definition associated with this Virtual Static Group Implementation.
|
ManagedObjectDefinition<? extends UniqueAttributePluginCfgClient,? extends UniqueAttributePluginCfg> |
UniqueAttributePluginCfgClient.definition()
Get the configuration definition associated with this Unique Attribute Plugin.
|
ManagedObjectDefinition<? extends SoftReferenceEntryCacheCfgClient,? extends SoftReferenceEntryCacheCfg> |
SoftReferenceEntryCacheCfgClient.definition()
Get the configuration definition associated with this Soft Reference Entry Cache.
|
ManagedObjectDefinition<? extends UserDefinedVirtualAttributeCfgClient,? extends UserDefinedVirtualAttributeCfg> |
UserDefinedVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this User Defined Virtual Attribute.
|
ManagedObjectDefinition<? extends RootDNCfgClient,? extends RootDNCfg> |
RootDNCfgClient.definition()
Get the configuration definition associated with this Root DN.
|
ManagedObjectDefinition<? extends ConfigFileHandlerBackendCfgClient,? extends ConfigFileHandlerBackendCfg> |
ConfigFileHandlerBackendCfgClient.definition()
Get the configuration definition associated with this Config File Handler Backend.
|
ManagedObjectDefinition<? extends PluginCfgClient,? extends PluginCfg> |
PluginCfgClient.definition()
Get the configuration definition associated with this Plugin.
|
ManagedObjectDefinition<? extends UniqueCharactersPasswordValidatorCfgClient,? extends UniqueCharactersPasswordValidatorCfg> |
UniqueCharactersPasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Unique Characters Password Validator.
|
ManagedObjectDefinition<? extends PKCS11KeyManagerProviderCfgClient,? extends PKCS11KeyManagerProviderCfg> |
PKCS11KeyManagerProviderCfgClient.definition()
Get the configuration definition associated with this PKCS11 Key Manager Provider.
|
ManagedObjectDefinition<? extends ExactMatchIdentityMapperCfgClient,? extends ExactMatchIdentityMapperCfg> |
ExactMatchIdentityMapperCfgClient.definition()
Get the configuration definition associated with this Exact Match Identity Mapper.
|
ManagedObjectDefinition<? extends SaltedSHA512PasswordStorageSchemeCfgClient,? extends SaltedSHA512PasswordStorageSchemeCfg> |
SaltedSHA512PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Salted SHA512 Password Storage Scheme.
|
ManagedObjectDefinition<? extends GetSymmetricKeyExtendedOperationHandlerCfgClient,? extends GetSymmetricKeyExtendedOperationHandlerCfg> |
GetSymmetricKeyExtendedOperationHandlerCfgClient.definition()
Get the configuration definition associated with this Get Symmetric Key Extended Operation Handler.
|
ManagedObjectDefinition<? extends PasswordStorageSchemeCfgClient,? extends PasswordStorageSchemeCfg> |
PasswordStorageSchemeCfgClient.definition()
Get the configuration definition associated with this Password Storage Scheme.
|
ManagedObjectDefinition<? extends SchemaProviderCfgClient,? extends SchemaProviderCfg> |
SchemaProviderCfgClient.definition()
Get the configuration definition associated with this Schema Provider.
|
ManagedObjectDefinition<? extends AccessControlHandlerCfgClient,? extends AccessControlHandlerCfg> |
AccessControlHandlerCfgClient.definition()
Get the configuration definition associated with this Access Control Handler.
|
ManagedObjectDefinition<? extends GlobalCfgClient,? extends GlobalCfg> |
GlobalCfgClient.definition()
Get the configuration definition associated with this Global Configuration.
|
ManagedObjectDefinition<? extends SystemInfoMonitorProviderCfgClient,? extends SystemInfoMonitorProviderCfg> |
SystemInfoMonitorProviderCfgClient.definition()
Get the configuration definition associated with this System Info Monitor Provider.
|
ManagedObjectDefinition<? extends DebugTargetCfgClient,? extends DebugTargetCfg> |
DebugTargetCfgClient.definition()
Get the configuration definition associated with this Debug Target.
|
ManagedObjectDefinition<? extends SynchronizationProviderCfgClient,? extends SynchronizationProviderCfg> |
SynchronizationProviderCfgClient.definition()
Get the configuration definition associated with this Synchronization Provider.
|
ManagedObjectDefinition<? extends HasSubordinatesVirtualAttributeCfgClient,? extends HasSubordinatesVirtualAttributeCfg> |
HasSubordinatesVirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Has Subordinates Virtual Attribute.
|
ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg> |
RootDNUserCfgClient.definition()
Get the configuration definition associated with this Root DN User.
|
ManagedObjectDefinition<? extends LogRotationPolicyCfgClient,? extends LogRotationPolicyCfg> |
LogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Log Rotation Policy.
|
ManagedObjectDefinition<? extends ProfilerPluginCfgClient,? extends ProfilerPluginCfg> |
ProfilerPluginCfgClient.definition()
Get the configuration definition associated with this Profiler Plugin.
|
ManagedObjectDefinition<? extends JMXAlertHandlerCfgClient,? extends JMXAlertHandlerCfg> |
JMXAlertHandlerCfgClient.definition()
Get the configuration definition associated with this JMX Alert 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 |
AdministrationConnectorCfgDefn
An interface for querying the Administration Connector managed
object definition meta information.
|
class |
AESPasswordStorageSchemeCfgDefn
An interface for querying the AES Password Storage Scheme managed
object definition meta information.
|
class |
AlertHandlerCfgDefn
An interface for querying the Alert Handler managed object
definition meta information.
|
class |
AnonymousSASLMechanismHandlerCfgDefn
An interface for querying the Anonymous SASL Mechanism Handler
managed object definition meta information.
|
class |
AttributeCleanupPluginCfgDefn
An interface for querying the Attribute Cleanup Plugin managed
object definition meta information.
|
class |
AttributeSyntaxCfgDefn
An interface for querying the Attribute Syntax managed object
definition meta information.
|
class |
AttributeTypeDescriptionAttributeSyntaxCfgDefn
An interface for querying the Attribute Type Description Attribute
Syntax managed object definition meta information.
|
class |
AttributeValuePasswordValidatorCfgDefn
An interface for querying the Attribute Value Password Validator
managed object definition meta information.
|
class |
BackendCfgDefn
An interface for querying the Backend managed object definition
meta information.
|
class |
BackendIndexCfgDefn
An interface for querying the Backend Index managed object
definition meta information.
|
class |
BackendVLVIndexCfgDefn
An interface for querying the Backend VLV Index managed object
definition meta information.
|
class |
BackupBackendCfgDefn
An interface for querying the Backup Backend managed object
definition meta information.
|
class |
Base64PasswordStorageSchemeCfgDefn
An interface for querying the Base64 Password Storage Scheme
managed object definition meta information.
|
class |
BlindTrustManagerProviderCfgDefn
An interface for querying the Blind Trust Manager Provider managed
object definition meta information.
|
class |
BlowfishPasswordStorageSchemeCfgDefn
An interface for querying the Blowfish Password Storage Scheme
managed object definition meta information.
|
class |
CancelExtendedOperationHandlerCfgDefn
An interface for querying the Cancel Extended Operation Handler
managed object definition meta information.
|
class |
CertificateAttributeSyntaxCfgDefn
An interface for querying the Certificate Attribute Syntax managed
object definition meta information.
|
class |
CertificateMapperCfgDefn
An interface for querying the Certificate Mapper managed object
definition meta information.
|
class |
ChangeNumberControlPluginCfgDefn
An interface for querying the Change Number Control Plugin managed
object definition meta information.
|
class |
CharacterSetPasswordValidatorCfgDefn
An interface for querying the Character Set Password Validator
managed object definition meta information.
|
class |
ClearPasswordStorageSchemeCfgDefn
An interface for querying the Clear Password Storage Scheme managed
object definition meta information.
|
class |
ClientConnectionMonitorProviderCfgDefn
An interface for querying the Client Connection Monitor Provider
managed object definition meta information.
|
class |
CollationMatchingRuleCfgDefn
An interface for querying the Collation Matching Rule managed
object definition meta information.
|
class |
CollectiveAttributeSubentriesVirtualAttributeCfgDefn
An interface for querying the Collective Attribute Subentries
Virtual Attribute managed object definition meta information.
|
class |
ConfigFileHandlerBackendCfgDefn
An interface for querying the Config File Handler Backend managed
object definition meta information.
|
class |
ConnectionHandlerCfgDefn
An interface for querying the Connection Handler managed object
definition meta information.
|
class |
CoreSchemaCfgDefn
An interface for querying the Core Schema managed object definition
meta information.
|
class |
CountryStringAttributeSyntaxCfgDefn
An interface for querying the Country String Attribute Syntax
managed object definition meta information.
|
class |
CramMD5SASLMechanismHandlerCfgDefn
An interface for querying the Cram MD5 SASL Mechanism Handler
managed object definition meta information.
|
class |
CryptoManagerCfgDefn
An interface for querying the Crypto Manager managed object
definition meta information.
|
class |
CryptPasswordStorageSchemeCfgDefn
An interface for querying the Crypt Password Storage Scheme managed
object definition meta information.
|
class |
CsvFileAccessLogPublisherCfgDefn
An interface for querying the Csv File Access Log Publisher managed
object definition meta information.
|
class |
CsvFileHTTPAccessLogPublisherCfgDefn
An interface for querying the Csv File HTTP Access Log Publisher
managed object definition meta information.
|
class |
DebugLogPublisherCfgDefn
An interface for querying the Debug Log Publisher managed object
definition meta information.
|
class |
DebugTargetCfgDefn
An interface for querying the Debug Target managed object
definition meta information.
|
class |
DictionaryPasswordValidatorCfgDefn
An interface for querying the Dictionary Password Validator managed
object definition meta information.
|
class |
DigestMD5SASLMechanismHandlerCfgDefn
An interface for querying the Digest MD5 SASL Mechanism Handler
managed object definition meta information.
|
class |
DirectoryStringAttributeSyntaxCfgDefn
An interface for querying the Directory String Attribute Syntax
managed object definition meta information.
|
class |
DseeCompatAccessControlHandlerCfgDefn
An interface for querying the Dsee Compat Access Control Handler
managed object definition meta information.
|
class |
DynamicGroupImplementationCfgDefn
An interface for querying the Dynamic Group Implementation managed
object definition meta information.
|
class |
EntityTagVirtualAttributeCfgDefn
An interface for querying the Entity Tag Virtual Attribute managed
object definition meta information.
|
class |
EntryCacheCfgDefn
An interface for querying the Entry Cache managed object definition
meta information.
|
class |
EntryCacheMonitorProviderCfgDefn
An interface for querying the Entry Cache Monitor Provider managed
object definition meta information.
|
class |
EntryDNVirtualAttributeCfgDefn
An interface for querying the Entry DN Virtual Attribute managed
object definition meta information.
|
class |
EntryUUIDPluginCfgDefn
An interface for querying the Entry UUID Plugin managed object
definition meta information.
|
class |
EntryUUIDVirtualAttributeCfgDefn
An interface for querying the Entry UUID Virtual Attribute managed
object definition meta information.
|
class |
ErrorLogAccountStatusNotificationHandlerCfgDefn
An interface for querying the Error Log Account Status Notification
Handler managed object definition meta information.
|
class |
ErrorLogPublisherCfgDefn
An interface for querying the Error Log Publisher managed object
definition meta information.
|
class |
ExactMatchIdentityMapperCfgDefn
An interface for querying the Exact Match Identity Mapper managed
object definition meta information.
|
class |
ExtendedOperationHandlerCfgDefn
An interface for querying the Extended Operation Handler managed
object definition meta information.
|
class |
ExternalAccessLogPublisherCfgDefn
An interface for querying the External Access Log Publisher managed
object definition meta information.
|
class |
ExternalChangelogDomainCfgDefn
An interface for querying the External Changelog Domain managed
object definition meta information.
|
class |
ExternalHTTPAccessLogPublisherCfgDefn
An interface for querying the External HTTP Access Log Publisher
managed object definition meta information.
|
class |
ExternalSASLMechanismHandlerCfgDefn
An interface for querying the External SASL Mechanism Handler
managed object definition meta information.
|
class |
FIFOEntryCacheCfgDefn
An interface for querying the FIFO Entry Cache managed object
definition meta information.
|
class |
FileBasedAccessLogPublisherCfgDefn
An interface for querying the File Based Access Log Publisher
managed object definition meta information.
|
class |
FileBasedAuditLogPublisherCfgDefn
An interface for querying the File Based Audit Log Publisher
managed object definition meta information.
|
class |
FileBasedDebugLogPublisherCfgDefn
An interface for querying the File Based Debug Log Publisher
managed object definition meta information.
|
class |
FileBasedErrorLogPublisherCfgDefn
An interface for querying the File Based Error Log Publisher
managed object definition meta information.
|
class |
FileBasedHTTPAccessLogPublisherCfgDefn
An interface for querying the File Based HTTP Access Log Publisher
managed object definition meta information.
|
class |
FileBasedKeyManagerProviderCfgDefn
An interface for querying the File Based Key Manager Provider
managed object definition meta information.
|
class |
FileBasedTrustManagerProviderCfgDefn
An interface for querying the File Based Trust Manager Provider
managed object definition meta information.
|
class |
FileCountLogRetentionPolicyCfgDefn
An interface for querying the File Count Log Retention Policy
managed object definition meta information.
|
class |
FingerprintCertificateMapperCfgDefn
An interface for querying the Fingerprint Certificate Mapper
managed object definition meta information.
|
class |
FixedTimeLogRotationPolicyCfgDefn
An interface for querying the Fixed Time Log Rotation Policy
managed object definition meta information.
|
class |
FractionalLDIFImportPluginCfgDefn
An interface for querying the Fractional LDIF Import Plugin managed
object definition meta information.
|
class |
FreeDiskSpaceLogRetentionPolicyCfgDefn
An interface for querying the Free Disk Space Log Retention Policy
managed object definition meta information.
|
class |
GetConnectionIdExtendedOperationHandlerCfgDefn
An interface for querying the Get Connection Id Extended Operation
Handler managed object definition meta information.
|
class |
GetSymmetricKeyExtendedOperationHandlerCfgDefn
An interface for querying the Get Symmetric Key Extended Operation
Handler managed object definition meta information.
|
class |
GlobalCfgDefn
An interface for querying the Global Configuration managed object
definition meta information.
|
class |
GoverningStructureRuleVirtualAttributeCfgDefn
An interface for querying the Governing Structure Rule Virtual
Attribute managed object definition meta information.
|
class |
GroupImplementationCfgDefn
An interface for querying the Group Implementation managed object
definition meta information.
|
class |
GSSAPISASLMechanismHandlerCfgDefn
An interface for querying the GSSAPI SASL Mechanism Handler managed
object definition meta information.
|
class |
HasSubordinatesVirtualAttributeCfgDefn
An interface for querying the Has Subordinates Virtual Attribute
managed object definition meta information.
|
class |
HTTPAccessLogPublisherCfgDefn
An interface for querying the HTTP Access Log Publisher managed
object definition meta information.
|
class |
HTTPConnectionHandlerCfgDefn
An interface for querying the HTTP Connection Handler managed
object definition meta information.
|
class |
IdentityMapperCfgDefn
An interface for querying the Identity Mapper managed object
definition meta information.
|
class |
IsMemberOfVirtualAttributeCfgDefn
An interface for querying the Is Member Of Virtual Attribute
managed object definition meta information.
|
class |
JEBackendCfgDefn
An interface for querying the JE Backend managed object definition
meta information.
|
class |
JMXAlertHandlerCfgDefn
An interface for querying the JMX Alert Handler managed object
definition meta information.
|
class |
JMXConnectionHandlerCfgDefn
An interface for querying the JMX Connection Handler managed object
definition meta information.
|
class |
JPEGAttributeSyntaxCfgDefn
An interface for querying the JPEG Attribute Syntax managed object
definition meta information.
|
class |
KeyManagerProviderCfgDefn
An interface for querying the Key Manager Provider managed object
definition meta information.
|
class |
LastModPluginCfgDefn
An interface for querying the Last Mod Plugin managed object
definition meta information.
|
class |
LDAPAttributeDescriptionListPluginCfgDefn
An interface for querying the LDAP Attribute Description List
Plugin managed object definition meta information.
|
class |
LDAPConnectionHandlerCfgDefn
An interface for querying the LDAP Connection Handler managed
object definition meta information.
|
class |
LDAPPassThroughAuthenticationPolicyCfgDefn
An interface for querying the LDAP Pass Through Authentication
Policy managed object definition meta information.
|
class |
LDIFBackendCfgDefn
An interface for querying the LDIF Backend managed object
definition meta information.
|
class |
LDIFConnectionHandlerCfgDefn
An interface for querying the LDIF Connection Handler managed
object definition meta information.
|
class |
LengthBasedPasswordValidatorCfgDefn
An interface for querying the Length Based Password Validator
managed object definition meta information.
|
class |
LogRetentionPolicyCfgDefn
An interface for querying the Log Retention Policy managed object
definition meta information.
|
class |
LogRotationPolicyCfgDefn
An interface for querying the Log Rotation Policy managed object
definition meta information.
|
class |
MatchingRuleCfgDefn
An interface for querying the Matching Rule managed object
definition meta information.
|
class |
MD5PasswordStorageSchemeCfgDefn
An interface for querying the MD5 Password Storage Scheme managed
object definition meta information.
|
class |
MemberVirtualAttributeCfgDefn
An interface for querying the Member Virtual Attribute managed
object definition meta information.
|
class |
MemoryBackendCfgDefn
An interface for querying the Memory Backend managed object
definition meta information.
|
class |
MemoryUsageMonitorProviderCfgDefn
An interface for querying the Memory Usage Monitor Provider managed
object definition meta information.
|
class |
MonitorBackendCfgDefn
An interface for querying the Monitor Backend managed object
definition meta information.
|
class |
MonitorProviderCfgDefn
An interface for querying the Monitor Provider managed object
definition meta information.
|
class |
NullBackendCfgDefn
An interface for querying the Null Backend managed object
definition meta information.
|
class |
NumSubordinatesVirtualAttributeCfgDefn
An interface for querying the Num Subordinates Virtual Attribute
managed object definition meta information.
|
class |
ParallelWorkQueueCfgDefn
An interface for querying the Parallel Work Queue managed object
definition meta information.
|
class |
PasswordExpirationTimeVirtualAttributeCfgDefn
An interface for querying the Password Expiration Time Virtual
Attribute managed object definition meta information.
|
class |
PasswordGeneratorCfgDefn
An interface for querying the Password Generator managed object
definition meta information.
|
class |
PasswordModifyExtendedOperationHandlerCfgDefn
An interface for querying the Password Modify Extended Operation
Handler managed object definition meta information.
|
class |
PasswordPolicyCfgDefn
An interface for querying the Password Policy managed object
definition meta information.
|
class |
PasswordPolicyImportPluginCfgDefn
An interface for querying the Password Policy Import Plugin managed
object definition meta information.
|
class |
PasswordPolicyStateExtendedOperationHandlerCfgDefn
An interface for querying the Password Policy State Extended
Operation Handler managed object definition meta information.
|
class |
PasswordPolicySubentryVirtualAttributeCfgDefn
An interface for querying the Password Policy Subentry Virtual
Attribute managed object definition meta information.
|
class |
PasswordStorageSchemeCfgDefn
An interface for querying the Password Storage Scheme managed
object definition meta information.
|
class |
PasswordValidatorCfgDefn
An interface for querying the Password Validator managed object
definition meta information.
|
class |
PBKDF2PasswordStorageSchemeCfgDefn
An interface for querying the PBKDF2 Password Storage Scheme
managed object definition meta information.
|
class |
PDBBackendCfgDefn
An interface for querying the PDB Backend managed object definition
meta information.
|
class |
PKCS11KeyManagerProviderCfgDefn
An interface for querying the PKCS11 Key Manager Provider managed
object definition meta information.
|
class |
PKCS5S2PasswordStorageSchemeCfgDefn
An interface for querying the PKCS5S2 Password Storage Scheme
managed object definition meta information.
|
class |
PlainSASLMechanismHandlerCfgDefn
An interface for querying the Plain SASL Mechanism Handler managed
object definition meta information.
|
class |
PluginCfgDefn
An interface for querying the Plugin managed object definition meta
information.
|
class |
PluginRootCfgDefn
An interface for querying the Plugin Root managed object definition
meta information.
|
class |
ProfilerPluginCfgDefn
An interface for querying the Profiler Plugin managed object
definition meta information.
|
class |
RandomPasswordGeneratorCfgDefn
An interface for querying the Random Password Generator managed
object definition meta information.
|
class |
RC4PasswordStorageSchemeCfgDefn
An interface for querying the RC4 Password Storage Scheme managed
object definition meta information.
|
class |
ReferentialIntegrityPluginCfgDefn
An interface for querying the Referential Integrity Plugin managed
object definition meta information.
|
class |
RegularExpressionIdentityMapperCfgDefn
An interface for querying the Regular Expression Identity Mapper
managed object definition meta information.
|
class |
RepeatedCharactersPasswordValidatorCfgDefn
An interface for querying the Repeated Characters Password
Validator managed object definition meta information.
|
class |
ReplicationDomainCfgDefn
An interface for querying the Replication Domain managed object
definition meta information.
|
class |
ReplicationServerCfgDefn
An interface for querying the Replication Server managed object
definition meta information.
|
class |
ReplicationSynchronizationProviderCfgDefn
An interface for querying the Replication Synchronization Provider
managed object definition meta information.
|
class |
RootCfgDefn
An interface for querying the Root managed object definition meta
information.
|
class |
RootDNCfgDefn
An interface for querying the Root DN managed object definition
meta information.
|
class |
RootDNUserCfgDefn
An interface for querying the Root DN User managed object
definition meta information.
|
class |
RootDSEBackendCfgDefn
An interface for querying the Root DSE Backend managed object
definition meta information.
|
class |
SaltedMD5PasswordStorageSchemeCfgDefn
An interface for querying the Salted MD5 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSHA1PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA1 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSHA256PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA256 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSHA384PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA384 Password Storage Scheme
managed object definition meta information.
|
class |
SaltedSHA512PasswordStorageSchemeCfgDefn
An interface for querying the Salted SHA512 Password Storage Scheme
managed object definition meta information.
|
class |
SambaPasswordPluginCfgDefn
An interface for querying the Samba Password Plugin managed object
definition meta information.
|
class |
SASLMechanismHandlerCfgDefn
An interface for querying the SASL Mechanism Handler managed object
definition meta information.
|
class |
SchemaBackendCfgDefn
An interface for querying the Schema Backend managed object
definition meta information.
|
class |
SchemaProviderCfgDefn
An interface for querying the Schema Provider managed object
definition meta information.
|
class |
SevenBitCleanPluginCfgDefn
An interface for querying the Seven Bit Clean Plugin managed object
definition meta information.
|
class |
SHA1PasswordStorageSchemeCfgDefn
An interface for querying the SHA1 Password Storage Scheme managed
object definition meta information.
|
class |
SimilarityBasedPasswordValidatorCfgDefn
An interface for querying the Similarity Based Password Validator
managed object definition meta information.
|
class |
SizeLimitLogRetentionPolicyCfgDefn
An interface for querying the Size Limit Log Retention Policy
managed object definition meta information.
|
class |
SizeLimitLogRotationPolicyCfgDefn
An interface for querying the Size Limit Log Rotation Policy
managed object definition meta information.
|
class |
SMTPAccountStatusNotificationHandlerCfgDefn
An interface for querying the SMTP Account Status Notification
Handler managed object definition meta information.
|
class |
SMTPAlertHandlerCfgDefn
An interface for querying the SMTP Alert Handler managed object
definition meta information.
|
class |
SNMPConnectionHandlerCfgDefn
An interface for querying the SNMP Connection Handler managed
object definition meta information.
|
class |
SoftReferenceEntryCacheCfgDefn
An interface for querying the Soft Reference Entry Cache managed
object definition meta information.
|
class |
StackTraceMonitorProviderCfgDefn
An interface for querying the Stack Trace Monitor Provider managed
object definition meta information.
|
class |
StartTLSExtendedOperationHandlerCfgDefn
An interface for querying the Start TLS Extended Operation Handler
managed object definition meta information.
|
class |
StaticGroupImplementationCfgDefn
An interface for querying the Static Group Implementation managed
object definition meta information.
|
class |
StructuralObjectClassVirtualAttributeCfgDefn
An interface for querying the Structural Object Class Virtual
Attribute managed object definition meta information.
|
class |
SubjectAttributeToUserAttributeCertificateMapperCfgDefn
An interface for querying the Subject Attribute To User Attribute
Certificate Mapper managed object definition meta information.
|
class |
SubjectDNToUserAttributeCertificateMapperCfgDefn
An interface for querying the Subject DN To User Attribute
Certificate Mapper managed object definition meta information.
|
class |
SubjectEqualsDNCertificateMapperCfgDefn
An interface for querying the Subject Equals DN Certificate Mapper
managed object definition meta information.
|
class |
SubschemaSubentryVirtualAttributeCfgDefn
An interface for querying the Subschema Subentry Virtual Attribute
managed object definition meta information.
|
class |
SynchronizationProviderCfgDefn
An interface for querying the Synchronization Provider managed
object definition meta information.
|
class |
SystemInfoMonitorProviderCfgDefn
An interface for querying the System Info Monitor Provider managed
object definition meta information.
|
class |
TaskBackendCfgDefn
An interface for querying the Task Backend managed object
definition meta information.
|
class |
TelephoneNumberAttributeSyntaxCfgDefn
An interface for querying the Telephone Number Attribute Syntax
managed object definition meta information.
|
class |
TimeLimitLogRotationPolicyCfgDefn
An interface for querying the Time Limit Log Rotation Policy
managed object definition meta information.
|
class |
TraditionalWorkQueueCfgDefn
An interface for querying the Traditional Work Queue managed object
definition meta information.
|
class |
TripleDESPasswordStorageSchemeCfgDefn
An interface for querying the Triple DES Password Storage Scheme
managed object definition meta information.
|
class |
TrustManagerProviderCfgDefn
An interface for querying the Trust Manager Provider managed object
definition meta information.
|
class |
TrustStoreBackendCfgDefn
An interface for querying the Trust Store Backend managed object
definition meta information.
|
class |
UniqueAttributePluginCfgDefn
An interface for querying the Unique Attribute Plugin managed
object definition meta information.
|
class |
UniqueCharactersPasswordValidatorCfgDefn
An interface for querying the Unique Characters Password Validator
managed object definition meta information.
|
class |
UserDefinedVirtualAttributeCfgDefn
An interface for querying the User Defined Virtual Attribute
managed object definition meta information.
|
class |
VersionMonitorProviderCfgDefn
An interface for querying the Version Monitor Provider managed
object definition meta information.
|
class |
VirtualAttributeCfgDefn
An interface for querying the Virtual Attribute managed object
definition meta information.
|
class |
VirtualStaticGroupImplementationCfgDefn
An interface for querying the Virtual Static Group Implementation
managed object definition meta information.
|
class |
WhoAmIExtendedOperationHandlerCfgDefn
An interface for querying the Who Am I Extended Operation Handler
managed object definition meta information.
|
class |
WorkQueueCfgDefn
An interface for querying the Work Queue managed object definition
meta information.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
BackendTypeHelper.BackendTypeUIAdapter.getLegacyConfigurationFrameworkBackend()
Return the old configuration framework backend object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.