org.opends.server.admin
Interface Configuration

All Known Subinterfaces:
AccessControlHandlerCfg, AccessLogPublisherCfg, AccountStatusNotificationHandlerCfg, AESPasswordStorageSchemeCfg, AlertHandlerCfg, AnonymousSASLMechanismHandlerCfg, ApproximateMatchingRuleCfg, AttributeSyntaxCfg, AttributeTypeDescriptionAttributeSyntaxCfg, AttributeValuePasswordValidatorCfg, BackendCfg, BackupBackendCfg, Base64PasswordStorageSchemeCfg, BlindTrustManagerProviderCfg, BlowfishPasswordStorageSchemeCfg, CancelExtendedOperationHandlerCfg, CertificateMapperCfg, CharacterSetPasswordValidatorCfg, ClearPasswordStorageSchemeCfg, ClientConnectionMonitorProviderCfg, ConfigFileHandlerBackendCfg, ConnectionHandlerCfg, CramMD5SASLMechanismHandlerCfg, CryptoManagerCfg, CryptPasswordStorageSchemeCfg, DebugLogPublisherCfg, DebugTargetCfg, DictionaryPasswordValidatorCfg, DigestMD5SASLMechanismHandlerCfg, DirectoryStringAttributeSyntaxCfg, DseeCompatAccessControlHandlerCfg, DynamicGroupImplementationCfg, EntryCacheCfg, EntryCacheMonitorProviderCfg, EntryDNVirtualAttributeCfg, EntryUUIDPluginCfg, EntryUUIDVirtualAttributeCfg, EqualityMatchingRuleCfg, ErrorLogAccountStatusNotificationHandlerCfg, ErrorLogPublisherCfg, ExactMatchIdentityMapperCfg, ExtendedOperationHandlerCfg, ExternalSASLMechanismHandlerCfg, FIFOEntryCacheCfg, FileBasedAccessLogPublisherCfg, FileBasedDebugLogPublisherCfg, FileBasedErrorLogPublisherCfg, FileBasedKeyManagerProviderCfg, FileBasedTrustManagerProviderCfg, FileCountLogRetentionPolicyCfg, FileSystemEntryCacheCfg, FingerprintCertificateMapperCfg, FixedTimeLogRotationPolicyCfg, FreeDiskSpaceLogRetentionPolicyCfg, GetConnectionIdExtendedOperationHandlerCfg, GetSymmetricKeyExtendedOperationHandlerCfg, GlobalCfg, GroupImplementationCfg, GSSAPISASLMechanismHandlerCfg, HasSubordinatesVirtualAttributeCfg, IdentityMapperCfg, IsMemberOfVirtualAttributeCfg, JMXAlertHandlerCfg, JMXConnectionHandlerCfg, KeyManagerProviderCfg, LastModPluginCfg, LDAPAttributeDescriptionListPluginCfg, LDAPConnectionHandlerCfg, LDIFBackendCfg, LDIFConnectionHandlerCfg, LengthBasedPasswordValidatorCfg, LocalBackendWorkflowElementCfg, LocalDBBackendCfg, LocalDBIndexCfg, LocalDBVLVIndexCfg, LogPublisherCfg, LogRetentionPolicyCfg, LogRotationPolicyCfg, MatchingRuleCfg, MD5PasswordStorageSchemeCfg, MemberVirtualAttributeCfg, MemoryBackendCfg, MemoryUsageMonitorProviderCfg, MonitorBackendCfg, MonitorProviderCfg, NetworkGroupCfg, NumSubordinatesVirtualAttributeCfg, OrderingMatchingRuleCfg, PasswordGeneratorCfg, PasswordModifyExtendedOperationHandlerCfg, PasswordPolicyCfg, PasswordPolicyImportPluginCfg, PasswordPolicyStateExtendedOperationHandlerCfg, PasswordStorageSchemeCfg, PasswordValidatorCfg, PKCS11KeyManagerProviderCfg, PlainSASLMechanismHandlerCfg, PluginCfg, PluginRootCfg, ProfilerPluginCfg, RandomPasswordGeneratorCfg, RC4PasswordStorageSchemeCfg, ReferentialIntegrityPluginCfg, RegularExpressionIdentityMapperCfg, RepeatedCharactersPasswordValidatorCfg, ReplicationDomainCfg, ReplicationServerCfg, ReplicationSynchronizationProviderCfg, RootCfg, RootDNCfg, RootDNUserCfg, RootDSEBackendCfg, SaltedMD5PasswordStorageSchemeCfg, SaltedSHA1PasswordStorageSchemeCfg, SaltedSHA256PasswordStorageSchemeCfg, SaltedSHA384PasswordStorageSchemeCfg, SaltedSHA512PasswordStorageSchemeCfg, SASLMechanismHandlerCfg, SchemaBackendCfg, SevenBitCleanPluginCfg, SHA1PasswordStorageSchemeCfg, SimilarityBasedPasswordValidatorCfg, SizeLimitLogRetentionPolicyCfg, SizeLimitLogRotationPolicyCfg, SMTPAccountStatusNotificationHandlerCfg, SMTPAlertHandlerCfg, SNMPConnectionHandlerCfg, SoftReferenceEntryCacheCfg, StackTraceMonitorProviderCfg, StartTLSExtendedOperationHandlerCfg, StaticGroupImplementationCfg, SubjectAttributeToUserAttributeCertificateMapperCfg, SubjectDNToUserAttributeCertificateMapperCfg, SubjectEqualsDNCertificateMapperCfg, SubschemaSubentryVirtualAttributeCfg, SubstringMatchingRuleCfg, SynchronizationProviderCfg, SystemInfoMonitorProviderCfg, TaskBackendCfg, TelephoneNumberAttributeSyntaxCfg, TimeLimitLogRotationPolicyCfg, TraditionalWorkQueueCfg, TripleDESPasswordStorageSchemeCfg, TrustManagerProviderCfg, TrustStoreBackendCfg, UniqueAttributePluginCfg, UniqueCharactersPasswordValidatorCfg, UserDefinedVirtualAttributeCfg, VersionMonitorProviderCfg, VirtualAttributeCfg, VirtualStaticGroupImplementationCfg, WhoAmIExtendedOperationHandlerCfg, WorkflowCfg, WorkflowElementCfg, WorkQueueCfg

public interface Configuration

A common base interface for all server managed object configurations.


Method Summary
 java.lang.Class<? extends Configuration> configurationClass()
          Gets the configuration class associated with this configuration.
 DN dn()
          Gets the DN of the LDAP entry associated with this configuration.
 

Method Detail

dn

DN dn()
Gets the DN of the LDAP entry associated with this configuration.

Returns:
Returns the DN of the LDAP entry associated with this configuration.

configurationClass

java.lang.Class<? extends Configuration> configurationClass()
Gets the configuration class associated with this configuration.

Returns:
Returns the configuration class associated with this configuration.