History log of /forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/ConfigurationMockTest.java
Revision Date Author Comments Expand
84c12056831d812737d3950ce4d5a7083087d74f 06-Mar-2014 Nicolas Capponi <nicolas.capponi@forgerock.com>

Improve behavior of ConfigurationMock class and export it in "tests" jar to allow usage by other modules * Handle property methods with booleans * Default to mockito behavior (default values) for non-property methods or property methods with no default value in configuration * Add more unit tests to ConfigurationMockTest class

44d9730b69143d1fd7cd8b382b557e2c9d65225e 10-Jan-2014 Matthew Swift <matthew.swift@forgerock.com>

Minor changes: * rename remaining "admin" to "config" * move all config related files under "config" source and output folders * use META-INF/services for config manifest file allowing us to use ServiceLoader in future * fixed redundant imports from earlier commit.

/forgerock/opendj-v3/opendj-config-maven-plugin/src/main/java/org/forgerock/opendj/maven/OpendjConfigMojo.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ClassLoaderProvider.java /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/abbreviations.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/admin-cli.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/admin-ldap.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/admin-preprocessor.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/admin.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/catalog.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/cliMOProfile.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/clientMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/conditions.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/java-utilities.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/ldapMOProfile.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/manifestMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/messagesMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/metaMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/package-info.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/preprocessor.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/aci.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/aggregation.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/attribute-type.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/boolean.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/dn.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/duration.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/enumeration.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/extensible-matching-rule-type.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/integer.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/ip-address-mask.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/ip-address.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/java-class.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/oid.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/password.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/size.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/property-types/string.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/serverMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/text-utilities.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/config/stylesheets/xml.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AESPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AccessControlHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AccessLogFilteringCriteriaConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AdministrationConnectorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AnonymousSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AttributeCleanupPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AttributeTypeDescriptionAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AttributeValuePasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/AuthenticationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackupBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/Base64PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/BlindTrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/BlowfishPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CancelExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CertificateAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ChangeNumberControlPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CharacterSetPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ClearPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ClientConnectionMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CollationMatchingRuleConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CollectiveAttributeSubentriesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ConfigFileHandlerBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CountryStringAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CramMD5SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CryptPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/CryptoManagerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/DebugLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/DebugTargetConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/DictionaryPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/DigestMD5SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/DirectoryStringAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/DseeCompatAccessControlHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/DynamicGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/EntityTagVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/EntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/EntryCacheMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/EntryDNVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/EntryUUIDPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/EntryUUIDVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ErrorLogAccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ErrorLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ExactMatchIdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ExtensionConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ExternalChangelogDomainConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ExternalSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FIFOEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedAuditLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedDebugLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedErrorLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedHTTPAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedKeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedTrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileCountLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileSystemEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FingerprintCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FixedTimeLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FractionalLDIFImportPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/FreeDiskSpaceLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/GSSAPISASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/GetConnectionIdExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/GetSymmetricKeyExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/GlobalConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/GoverningStructureRuleVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/GroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/HasSubordinatesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/IdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/IsMemberOfVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/JMXAlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/JMXConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/JPEGAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/KeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPAttributeDescriptionListPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDIFBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDIFConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LastModPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LengthBasedPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LocalBackendWorkflowElementConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LocalDBBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LocalDBIndexConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LocalDBVLVIndexConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/LogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/MD5PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/MatchingRuleConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/MemberVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/MemoryBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/MemoryUsageMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/MonitorBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/MonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/NetworkGroupConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/NetworkGroupPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/NullBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/NumSubordinatesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PBKDF2PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PKCS11KeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/Package.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ParallelWorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordExpirationTimeVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordGeneratorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordModifyExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordPolicyImportPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordPolicyStateExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordPolicySubentryVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PlainSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/PluginRootConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ProfilerPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/QOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RC4PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RandomPasswordGeneratorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReferentialIntegrityPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RegularExpressionIdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RepeatedCharactersPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationDomainConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationSynchronizationProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RequestFilteringQOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/ResourceLimitsQOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RootConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RootDNConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RootDNUserConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/RootDSEBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SHA1PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SMTPAccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SMTPAlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SNMPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SaltedMD5PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SaltedSHA1PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SaltedSHA256PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SaltedSHA384PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SaltedSHA512PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SambaPasswordPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SchemaBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SevenBitCleanPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SimilarityBasedPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SizeLimitLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SizeLimitLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SoftReferenceEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/StackTraceMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/StartTLSExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/StaticGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/StructuralObjectClassVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SubjectAttributeToUserAttributeCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SubjectDNToUserAttributeCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SubjectEqualsDNCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SubschemaSubentryVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SynchronizationProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/SystemInfoMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/TaskBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/TelephoneNumberAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/TimeLimitLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/TraditionalWorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/TripleDESPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/TrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/TrustStoreBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/UniqueAttributePluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/UniqueCharactersPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/UserDefinedVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/VersionMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/VirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/VirtualStaticGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/WhoAmIExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/WorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/WorkflowConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/config/xml/org/forgerock/opendj/server/config/WorkflowElementConfiguration.xml AbstractManagedObjectDefinitionTest.java AdminTestCase.java AggregationPropertyDefinitionTest.java AttributeTypePropertyDefinitionTest.java BooleanPropertyDefinitionTest.java ClassPropertyDefinitionTest.java ConfigurationMock.java ConfigurationMockTest.java DNPropertyDefinitionTest.java DurationPropertyDefinitionTest.java DurationUnitTest.java EnumPropertyDefinitionTest.java IntegerPropertyDefinitionTest.java LDAPProfileTest.java ManagedObjectDefinitionI18NResourceTest.java ManagedObjectPathTest.java MockLDAPProfile.java RelativeInheritedDefaultBehaviorProviderTest.java SizePropertyDefinitionTest.java SizeUnitTest.java StringPropertyDefinitionTest.java TestCfg.java TestChildCfg.java TestChildCfgClient.java TestChildCfgDefn.java TestParentCfg.java TestParentCfgClient.java TestParentCfgDefn.java TestTopCfgDefnTest.java ValidateConfigDefinitionsTest.java client/ldap/AggregationClientTest.java client/ldap/LDAPClientTest.java client/ldap/MockLDAPConnection.java client/ldap/ModifyEntryMockLDAPConnection.java server/AdminTestCaseUtils.java server/AggregationServerTest.java server/ConstraintTest.java server/DNBuilderTest.java server/DefaultBehaviorTest.java server/ListenerTest.java server/MockConstraint.java
d70586b00b9530ab99ab4b8f003e9a54793e419f 09-Jan-2014 Matthew Swift <matthew.swift@forgerock.com>

Reorganize opendj-config packaging, removing all references to opends and renaming admin to config

/forgerock/opendj-v3/opendj-config-maven-plugin/src/main/java/org/forgerock/opendj/maven/OpendjConfigMojo.java /forgerock/opendj-v3/opendj-config/pom.xml /forgerock/opendj-v3/opendj-config/src/main/java-templates/org/forgerock/opendj/server/util/DynamicConstants.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ACIPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/AbsoluteInheritedDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/AbstractManagedObjectDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/AdminException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/AdminRuntimeException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/AdministratorAction.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/AggregationPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/AliasDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/AttributeTypePropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/BooleanPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ClassLoaderProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ClassPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/Configuration.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationClient.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/Constraint.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DNPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DecodingException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DefaultBehaviorException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DefaultBehaviorProviderVisitor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DefaultManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DefinedDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionDecodingException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionResolver.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DurationPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/DurationUnit.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/EnumPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/GenericConstraint.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/IPAddressMaskPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/IPAddressPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/IllegalPropertyValueException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/IllegalPropertyValueStringException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/InstantiableRelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/IntegerPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/LDAPProfile.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectAlreadyExistsException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectDefinitionI18NResource.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectDefinitionResource.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectNotFoundException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectOption.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectPath.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectPathSerializer.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/OperationsException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/OptionalRelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinitionUsageBuilder.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinitionVisitor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinitionsOptions.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyIsMandatoryException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyIsReadOnlyException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyIsSingleValuedException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyNotFoundException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyOption.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyValueVisitor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/Reference.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/RelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/RelationDefinitionVisitor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/RelationOption.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/RelativeInheritedDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/SetRelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/SingletonRelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/SizePropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/SizeUnit.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/StringPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/Tag.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/TopCfgDefn.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/UndefinedDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/UnknownPropertyDefinitionException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/AdminClientException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/AdminSecurityException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/AuthenticationException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/AuthenticationNotSupportedException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ClientConstraintHandler.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ConcurrentModificationException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/IllegalManagedObjectNameException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagedObjectDecodingException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagementContext.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/MissingMandatoryPropertiesException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/OperationRejectedException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/LDAPConnection.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/LDAPDriver.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/LDAPManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/LDAPManagementContext.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/LDAPNameBuilder.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/AbstractManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/Driver.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/Property.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/PropertySet.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/ANDCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/Condition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/Conditions.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/ContainsCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/IsPresentCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/NOTCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/ORCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/AbstractConfigListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigAddListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigChangeListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigChangeResult.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigDeleteListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigExceptionFactory.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigurationAddListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigurationChangeListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigurationDeleteListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConstraintViolationException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/DNBuilder.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/DelayedConfigAddListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerConstraintHandler.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObjectAddListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObjectAddListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObjectChangeListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObjectChangeListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObjectDecodingException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObjectDeleteListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObjectDeleteListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagementContext.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/spi/ConfigAddListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/spi/ConfigChangeListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/spi/ConfigDeleteListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/spi/ConfigurationRepository.java /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/spi/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/types/AddressMask.java /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AESPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AccessControlHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AccessLogFilteringCriteriaConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AdministrationConnectorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AnonymousSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AttributeCleanupPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AttributeTypeDescriptionAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AttributeValuePasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/AuthenticationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/BackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/BackupBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/Base64PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/BlindTrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/BlowfishPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CancelExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CertificateAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ChangeNumberControlPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CharacterSetPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ClearPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ClientConnectionMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CollationMatchingRuleConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CollectiveAttributeSubentriesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ConfigFileHandlerBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CountryStringAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CramMD5SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CryptPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/CryptoManagerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/DebugLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/DebugTargetConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/DictionaryPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/DigestMD5SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/DirectoryStringAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/DseeCompatAccessControlHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/DynamicGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/EntityTagVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/EntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/EntryCacheMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/EntryDNVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/EntryUUIDPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/EntryUUIDVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ErrorLogAccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ErrorLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ExactMatchIdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ExtensionConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ExternalChangelogDomainConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ExternalSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FIFOEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileBasedAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileBasedAuditLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileBasedDebugLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileBasedErrorLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileBasedHTTPAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileBasedKeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileBasedTrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileCountLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FileSystemEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FingerprintCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FixedTimeLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FractionalLDIFImportPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/FreeDiskSpaceLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/GSSAPISASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/GetConnectionIdExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/GetSymmetricKeyExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/GlobalConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/GoverningStructureRuleVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/GroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/HTTPAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/HTTPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/HasSubordinatesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/IdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/IsMemberOfVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/JMXAlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/JMXConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/JPEGAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/KeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LDAPAttributeDescriptionListPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LDAPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LDIFBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LDIFConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LastModPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LengthBasedPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LocalBackendWorkflowElementConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LocalDBBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LocalDBIndexConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LocalDBVLVIndexConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/LogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/MD5PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/MatchingRuleConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/MemberVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/MemoryBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/MemoryUsageMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/MonitorBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/MonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/NetworkGroupConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/NetworkGroupPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/NullBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/NumSubordinatesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PBKDF2PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PKCS11KeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/Package.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ParallelWorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordExpirationTimeVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordGeneratorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordModifyExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordPolicyImportPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordPolicyStateExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordPolicySubentryVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PlainSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/PluginRootConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ProfilerPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/QOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RC4PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RandomPasswordGeneratorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ReferentialIntegrityPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RegularExpressionIdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RepeatedCharactersPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ReplicationDomainConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ReplicationSynchronizationProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RequestFilteringQOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/ResourceLimitsQOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RootConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RootDNConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RootDNUserConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/RootDSEBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SHA1PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SMTPAccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SMTPAlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SNMPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SaltedMD5PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SaltedSHA1PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SaltedSHA256PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SaltedSHA384PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SaltedSHA512PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SambaPasswordPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SchemaBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SevenBitCleanPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SimilarityBasedPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SizeLimitLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SizeLimitLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SoftReferenceEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/StackTraceMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/StartTLSExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/StaticGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/StructuralObjectClassVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SubjectAttributeToUserAttributeCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SubjectDNToUserAttributeCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SubjectEqualsDNCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SubschemaSubentryVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SynchronizationProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/SystemInfoMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/TaskBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/TelephoneNumberAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/TimeLimitLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/TraditionalWorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/TripleDESPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/TrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/TrustStoreBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/UniqueAttributePluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/UniqueCharactersPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/UserDefinedVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/VersionMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/VirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/VirtualStaticGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/WhoAmIExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/WorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/WorkflowConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/server/config/WorkflowElementConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/admin-cli.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/admin-ldap.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/admin-preprocessor.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/admin.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/cliMOProfile.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/clientMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/conditions.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/ldapMOProfile.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/manifestMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/messagesMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/metaMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/package-info.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/preprocessor.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/aci.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/aggregation.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/attribute-type.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/boolean.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/dn.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/duration.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/enumeration.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/extensible-matching-rule-type.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/integer.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/ip-address-mask.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/ip-address.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/java-class.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/oid.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/password.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/size.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/string.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/serverMO.xsl AbstractManagedObjectDefinitionTest.java AdminTestCase.java AggregationPropertyDefinitionTest.java AttributeTypePropertyDefinitionTest.java BooleanPropertyDefinitionTest.java ClassPropertyDefinitionTest.java ConfigurationMock.java ConfigurationMockTest.java DNPropertyDefinitionTest.java DurationPropertyDefinitionTest.java DurationUnitTest.java EnumPropertyDefinitionTest.java IntegerPropertyDefinitionTest.java LDAPProfileTest.java ManagedObjectDefinitionI18NResourceTest.java ManagedObjectPathTest.java MockLDAPProfile.java RelativeInheritedDefaultBehaviorProviderTest.java SizePropertyDefinitionTest.java SizeUnitTest.java StringPropertyDefinitionTest.java TestCfg.java TestChildCfg.java TestChildCfgClient.java TestChildCfgDefn.java TestParentCfg.java TestParentCfgClient.java TestParentCfgDefn.java TestTopCfgDefnTest.java ValidateConfigDefinitionsTest.java client/ldap/AggregationClientTest.java client/ldap/CreateEntryMockLDAPConnection.java client/ldap/DeleteSubtreeMockLDAPConnection.java client/ldap/LDAPClientTest.java client/ldap/MockConstraint.java client/ldap/MockLDAPConnection.java client/ldap/ModifyEntryMockLDAPConnection.java server/AdminTestCaseUtils.java server/AggregationServerTest.java server/ConstraintTest.java server/DNBuilderTest.java server/DefaultBehaviorTest.java server/ListenerTest.java server/MockConstraint.java /forgerock/opendj-v3/opendj-config/src/test/resources/org/forgerock/opendj/config/TestChildCfgDefn.properties /forgerock/opendj-v3/opendj-config/src/test/resources/org/forgerock/opendj/config/TestChildConfiguration.xml /forgerock/opendj-v3/opendj-config/src/test/resources/org/forgerock/opendj/config/TestParentCfgDefn.properties /forgerock/opendj-v3/opendj-config/src/test/resources/org/forgerock/opendj/config/TestParentConfiguration.xml
bccd35904bb6c244e7eae5b7ddb28e5c295e856b 06-Jan-2014 Matthew Swift <matthew.swift@forgerock.com>

OPENDJ-1235: Migrate configuration framework * rename opendj-admin to opendj-config

/forgerock/opendj-v3/opendj-config/pom.xml /forgerock/opendj-v3/opendj-config/src/main/java-templates/org/opends/server/util/DynamicConstants.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ACIPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/AbsoluteInheritedDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/AbstractManagedObjectDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/AdminException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/AdminRuntimeException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/AdministratorAction.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/AggregationPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/AliasDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/AttributeTypePropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/BooleanPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ClassLoaderProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ClassPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/Configuration.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ConfigurationClient.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/Constraint.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DNPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DecodingException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DefaultBehaviorException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DefaultBehaviorProviderVisitor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DefaultManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DefinedDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DefinitionDecodingException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DefinitionResolver.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DurationPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/DurationUnit.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/EnumPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/GenericConstraint.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/IPAddressMaskPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/IPAddressPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/IllegalPropertyValueException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/IllegalPropertyValueStringException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/InstantiableRelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/IntegerPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/LDAPProfile.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ManagedObjectAlreadyExistsException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ManagedObjectDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ManagedObjectDefinitionI18NResource.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ManagedObjectDefinitionResource.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ManagedObjectNotFoundException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ManagedObjectOption.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ManagedObjectPath.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/ManagedObjectPathSerializer.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/OperationsException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/OptionalRelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyDefinitionUsageBuilder.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyDefinitionVisitor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyDefinitionsOptions.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyIsMandatoryException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyIsReadOnlyException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyIsSingleValuedException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyNotFoundException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyOption.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/PropertyValueVisitor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/Reference.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/RelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/RelationDefinitionVisitor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/RelationOption.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/RelativeInheritedDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/SetRelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/SingletonRelationDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/SizePropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/SizeUnit.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/StringPropertyDefinition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/Tag.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/TopCfgDefn.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/UndefinedDefaultBehaviorProvider.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/UnknownPropertyDefinitionException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/AdminClientException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/AdminSecurityException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/AuthenticationException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/AuthenticationNotSupportedException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ClientConstraintHandler.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ConcurrentModificationException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/IllegalManagedObjectNameException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ManagedObjectDecodingException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ManagementContext.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/MissingMandatoryPropertiesException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/OperationRejectedException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ldap/LDAPConnection.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ldap/LDAPDriver.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ldap/LDAPManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ldap/LDAPManagementContext.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ldap/LDAPNameBuilder.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/ldap/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/spi/AbstractManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/spi/Driver.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/spi/Property.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/spi/PropertySet.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/client/spi/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/condition/ANDCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/condition/Condition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/condition/Conditions.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/condition/ContainsCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/condition/IsPresentCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/condition/NOTCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/condition/ORCondition.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/condition/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/AbstractConfigListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConfigAddListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConfigChangeListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConfigChangeResult.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConfigDeleteListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConfigExceptionFactory.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConfigurationAddListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConfigurationChangeListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConfigurationDeleteListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ConstraintViolationException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/DNBuilder.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/DelayedConfigAddListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerConstraintHandler.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagedObject.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagedObjectAddListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagedObjectAddListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagedObjectChangeListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagedObjectChangeListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagedObjectDecodingException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagedObjectDeleteListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagedObjectDeleteListenerAdaptor.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/ServerManagementContext.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/admin/server/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/authorization/dseecompat/Aci.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/authorization/dseecompat/AciException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/authorization/dseecompat/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/config/spi/ConfigAddListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/config/spi/ConfigChangeListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/config/spi/ConfigDeleteListener.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/config/spi/ConfigException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/config/spi/ConfigurationRepository.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/config/spi/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/core/DirectoryServer.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/core/package-info.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/types/AddressMask.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/types/DirectoryException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/types/IdentifiedException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/types/InitializationException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/types/LDAPException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/types/OpenDsException.java /forgerock/opendj-v3/opendj-config/src/main/java/org/opends/server/types/package-info.java /forgerock/opendj-v3/opendj-config/src/main/resources/com/forgerock/opendj/ldap/admin.properties /forgerock/opendj-v3/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config.properties /forgerock/opendj-v3/opendj-config/src/main/resources/com/forgerock/opendj/ldap/extension.properties /forgerock/opendj-v3/opendj-config/src/main/resources/com/forgerock/opendj/ldap/protocol.properties /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AESPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AccessControlHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AccessLogFilteringCriteriaConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AdministrationConnectorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AnonymousSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AttributeCleanupPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AttributeTypeDescriptionAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AttributeValuePasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/AuthenticationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/BackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/BackupBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/Base64PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/BlindTrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/BlowfishPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CancelExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CertificateAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ChangeNumberControlPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CharacterSetPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ClearPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ClientConnectionMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CollationMatchingRuleConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CollectiveAttributeSubentriesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ConfigFileHandlerBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CountryStringAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CramMD5SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CryptPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/CryptoManagerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/DebugLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/DebugTargetConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/DictionaryPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/DigestMD5SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/DirectoryStringAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/DseeCompatAccessControlHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/DynamicGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/EntityTagVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/EntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/EntryCacheMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/EntryDNVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/EntryUUIDPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/EntryUUIDVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ErrorLogAccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ErrorLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ExactMatchIdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ExtensionConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ExternalChangelogDomainConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ExternalSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FIFOEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileBasedAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileBasedAuditLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileBasedDebugLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileBasedErrorLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileBasedHTTPAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileBasedKeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileBasedTrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileCountLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FileSystemEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FingerprintCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FixedTimeLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FractionalLDIFImportPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/FreeDiskSpaceLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/GSSAPISASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/GetConnectionIdExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/GetSymmetricKeyExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/GlobalConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/GoverningStructureRuleVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/GroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/HTTPAccessLogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/HTTPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/HasSubordinatesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/IdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/IsMemberOfVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/JMXAlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/JMXConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/JPEGAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/KeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LDAPAttributeDescriptionListPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LDAPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LDAPPassThroughAuthenticationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LDIFBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LDIFConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LastModPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LengthBasedPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LocalBackendWorkflowElementConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LocalDBBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LocalDBIndexConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LocalDBVLVIndexConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LogPublisherConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/LogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/MD5PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/MatchingRuleConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/MemberVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/MemoryBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/MemoryUsageMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/MonitorBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/MonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/NetworkGroupConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/NetworkGroupPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/NullBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/NumSubordinatesVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PBKDF2PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PKCS11KeyManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/Package.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ParallelWorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordExpirationTimeVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordGeneratorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordModifyExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordPolicyImportPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordPolicyStateExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordPolicySubentryVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PlainSASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/PluginRootConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ProfilerPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/QOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RC4PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RandomPasswordGeneratorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ReferentialIntegrityPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RegularExpressionIdentityMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RepeatedCharactersPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ReplicationDomainConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ReplicationServerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ReplicationSynchronizationProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RequestFilteringQOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/ResourceLimitsQOSPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RootConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RootDNConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RootDNUserConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/RootDSEBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SASLMechanismHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SHA1PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SMTPAccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SMTPAlertHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SNMPConnectionHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SaltedMD5PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SaltedSHA1PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SaltedSHA256PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SaltedSHA384PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SaltedSHA512PasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SambaPasswordPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SchemaBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SevenBitCleanPluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SimilarityBasedPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SizeLimitLogRetentionPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SizeLimitLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SoftReferenceEntryCacheConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/StackTraceMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/StartTLSExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/StaticGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/StructuralObjectClassVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SubjectAttributeToUserAttributeCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SubjectDNToUserAttributeCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SubjectEqualsDNCertificateMapperConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SubschemaSubentryVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SynchronizationProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/SystemInfoMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/TaskBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/TelephoneNumberAttributeSyntaxConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/TimeLimitLogRotationPolicyConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/TraditionalWorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/TripleDESPasswordStorageSchemeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/TrustManagerProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/TrustStoreBackendConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/UniqueAttributePluginConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/UniqueCharactersPasswordValidatorConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/UserDefinedVirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/VersionMonitorProviderConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/VirtualAttributeConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/VirtualStaticGroupImplementationConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/WhoAmIExtendedOperationHandlerConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/WorkQueueConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/WorkflowConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/definitions/org/forgerock/opendj/admin/WorkflowElementConfiguration.xml /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/abbreviations.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/admin-cli.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/admin-ldap.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/admin-preprocessor.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/admin.xsd /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/catalog.xml /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/cliMOProfile.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/clientMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/conditions.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/java-utilities.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/ldapMOProfile.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/manifestMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/messagesMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/metaMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/package-info.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/preprocessor.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/aci.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/aggregation.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/attribute-type.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/boolean.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/dn.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/duration.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/enumeration.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/extensible-matching-rule-type.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/integer.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/ip-address-mask.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/ip-address.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/java-class.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/oid.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/password.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/size.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/property-types/string.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/serverMO.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/text-utilities.xsl /forgerock/opendj-v3/opendj-config/src/main/resources/stylesheets/xml.xsd ConfigTestCase.java ConfigurationMock.java ConfigurationMockTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/AbstractManagedObjectDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/AdminTestCase.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/AggregationPropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/AttributeTypePropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/BooleanPropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/ClassPropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/DNPropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/DurationPropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/DurationUnitTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/EnumPropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/IntegerPropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/LDAPProfileTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/ManagedObjectDefinitionI18NResourceTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/ManagedObjectPathTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/MockLDAPProfile.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/RelativeInheritedDefaultBehaviorProviderTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/SizePropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/SizeUnitTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/StringPropertyDefinitionTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/TestCfg.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/TestChildCfg.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/TestChildCfgClient.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/TestChildCfgDefn.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/TestParentCfg.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/TestParentCfgClient.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/TestParentCfgDefn.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/TestTopCfgDefnTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/ValidateConfigDefinitionsTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/client/ldap/AggregationClientTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/client/ldap/CreateEntryMockLDAPConnection.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/client/ldap/DeleteSubtreeMockLDAPConnection.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/client/ldap/LDAPClientTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/client/ldap/MockConstraint.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/client/ldap/MockLDAPConnection.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/client/ldap/ModifyEntryMockLDAPConnection.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/server/AdminTestCaseUtils.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/server/AggregationServerTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/server/ConstraintTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/server/DNBuilderTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/server/DefaultBehaviorTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/server/ListenerTest.java /forgerock/opendj-v3/opendj-config/src/test/java/org/opends/server/admin/server/MockConstraint.java /forgerock/opendj-v3/opendj-config/src/test/resources/org/opends/server/admin/TestChildCfgDefn.properties /forgerock/opendj-v3/opendj-config/src/test/resources/org/opends/server/admin/TestChildConfiguration.xml /forgerock/opendj-v3/opendj-config/src/test/resources/org/opends/server/admin/TestParentCfgDefn.properties /forgerock/opendj-v3/opendj-config/src/test/resources/org/opends/server/admin/TestParentConfiguration.xml