mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

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