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

Gaetan Boismal
13.28.2015 523c458d2ccc4498b50349dd9059d064c6965ec9
OPENDJ-1773: Code cleanup
7 files modified
62 ■■■■ changed files
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/AccessLogPublisherConfiguration.xml 12 ●●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/DebugLogPublisherConfiguration.xml 6 ●●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedAccessLogPublisherConfiguration.xml 8 ●●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPAccessLogPublisherConfiguration.xml 2 ●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml 16 ●●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationDomainConfiguration.xml 14 ●●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/RootDNConfiguration.xml 4 ●●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/AccessLogPublisherConfiguration.xml
@@ -23,7 +23,7 @@
  !
  !
  !      Copyright 2007-2008 Sun Microsystems, Inc.
  !      Portions copyright 2011-2013 ForgeRock AS
  !      Portions copyright 2011-2015 ForgeRock AS
  ! -->
<adm:managed-object name="access-log-publisher"
  plural-name="access-log-publishers"
@@ -37,7 +37,7 @@
    logger to a destination.
  </adm:synopsis>
  <adm:description>
    Access log messages provide information about the types of operations
    Access log messages provide information about the types of operations
    processed by the server.
  </adm:description>
  <adm:profile name="ldap">
@@ -67,7 +67,7 @@
  </adm:property-override>
  <adm:property name="filtering-policy">
    <adm:synopsis>
      Specifies how filtering criteria should be applied to log records.
      Specifies how filtering criteria should be applied to log records.
    </adm:synopsis>
    <adm:default-behavior>
      <adm:defined>
@@ -103,8 +103,8 @@
  </adm:property>
  <adm:property name="suppress-internal-operations" advanced="true">
    <adm:synopsis>
      Indicates whether internal operations (for example, operations
      that are initiated by plugins) should be logged along with the
      Indicates whether internal operations (for example, operations
      that are initiated by plugins) should be logged along with the
      operations that are requested by users.
    </adm:synopsis>
    <adm:default-behavior>
@@ -124,7 +124,7 @@
  <adm:property name="suppress-synchronization-operations"
    advanced="true">
    <adm:synopsis>
      Indicates whether access messages that are generated by
      Indicates whether access messages that are generated by
      synchronization operations should be suppressed.
    </adm:synopsis>
    <adm:default-behavior>
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/DebugLogPublisherConfiguration.xml
@@ -23,7 +23,7 @@
  !
  !
  !      Copyright 2007-2008 Sun Microsystems, Inc.
  !      Portions copyright 2013 ForgeRock AS
  !      Portions copyright 2013-2015 ForgeRock AS
  ! -->
<adm:managed-object name="debug-log-publisher"
  plural-name="debug-log-publishers"
@@ -37,8 +37,8 @@
    logger to a destination.
  </adm:synopsis>
  <adm:description>
    Debug log messages provide information that can be used for debugging
    or troubleshooting problems in the server, or for providing more
    Debug log messages provide information that can be used for debugging
    or troubleshooting problems in the server, or for providing more
    detailed information about the processing that the server performs.
  </adm:description>
  <adm:profile name="ldap">
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/FileBasedAccessLogPublisherConfiguration.xml
@@ -23,7 +23,7 @@
  !
  !
  !      Copyright 2007-2009 Sun Microsystems, Inc.
  !      Portions copyright 2011 ForgeRock AS.
  !      Portions copyright 2011-2015 ForgeRock AS.
  ! -->
<adm:managed-object name="file-based-access-log-publisher"
  plural-name="file-based-access-log-publishers"
@@ -83,7 +83,7 @@
    <adm:requires-admin-action>
      <adm:other>
        <adm:synopsis>
          The <adm:user-friendly-name /> must be restarted if this property
          The <adm:user-friendly-name /> must be restarted if this property
          is changed and the asynchronous property is set to true.
        </adm:synopsis>
      </adm:other>
@@ -158,7 +158,7 @@
  </adm:property>
  <adm:property name="time-interval" advanced="true">
    <adm:synopsis>
      Specifies the interval at which to check whether the log files
      Specifies the interval at which to check whether the log files
      need to be rotated.
    </adm:synopsis>
    <adm:default-behavior>
@@ -332,7 +332,7 @@
        <adm:regex>.*</adm:regex>
        <adm:usage>STRING</adm:usage>
          <adm:synopsis>
            Any valid format string that can be used with the
            Any valid format string that can be used with the
            java.text.SimpleDateFormat class.
          </adm:synopsis>
        </adm:pattern>
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/HTTPAccessLogPublisherConfiguration.xml
@@ -51,7 +51,7 @@
  <adm:property-override name="java-class">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>org.opends.server.api.HTTPAccessLogPublisher</adm:value>
        <adm:value>org.opends.server.HTTPAccessLogPublisher</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml
@@ -22,7 +22,7 @@
  ! CDDL HEADER END
  !
  !
  !      Copyright 2011 ForgeRock AS
  !      Copyright 2011-2015 ForgeRock AS
  ! -->
<adm:managed-object name="ldap-pass-through-authentication-policy"
  plural-name="ldap-pass-through-authentication-policies" extends="authentication-policy"
@@ -31,7 +31,7 @@
  <adm:synopsis>
    An authentication policy for users whose credentials are managed
    by a remote LDAP directory service.
    by a remote LDAP directory service.
  </adm:synopsis>
  <adm:description>
@@ -230,7 +230,7 @@
          By default, no trust manager is specified indicating that only
          certificates signed by the authorities associated with this JVM will
          be accepted.
        </adm:synopsis>
        </adm:synopsis>
      </adm:alias>
    </adm:default-behavior>
    <adm:syntax>
@@ -394,7 +394,7 @@
  <adm:property name="mapped-search-bind-password-environment-variable">
    <adm:synopsis>
      Specifies the name of an environment variable containing the bind
      Specifies the name of an environment variable containing the bind
      password which should be used to perform user searches in the remote LDAP
      directory service.
    </adm:synopsis>
@@ -415,7 +415,7 @@
  <adm:property name="mapped-search-bind-password-file">
    <adm:synopsis>
      Specifies the name of a file containing the bind
      Specifies the name of a file containing the bind
      password which should be used to perform user searches in the remote LDAP
      directory service.
    </adm:synopsis>
@@ -596,7 +596,7 @@
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="cached-password-storage-scheme">
    <adm:synopsis>
      Specifies the name of a password storage scheme which should be used
@@ -628,12 +628,12 @@
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="cached-password-ttl">
    <adm:synopsis>
      Specifies the maximum length of time that a locally cached password may
      be used for authentication before it is refreshed from the remote LDAP
      service.
      service.
    </adm:synopsis>
    <adm:description>
      This property represents a cache timeout. Increasing the timeout period
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationDomainConfiguration.xml
@@ -23,7 +23,7 @@
  !
  !
  !      Copyright 2007-2010 Sun Microsystems, Inc.
  !      Portions Copyright 2011-2013 ForgeRock AS
  !      Portions Copyright 2011-2015 ForgeRock AS
  ! -->
<adm:managed-object name="replication-domain"
  plural-name="replication-domains"
@@ -171,7 +171,7 @@
    </adm:synopsis>
    <adm:description>
      The directory server sends a regular heart-beat to the Replication
      within the specified interval. The heart-beat indicates the
      within the specified interval. The heart-beat indicates the
      change time of the directory server to the Replication Server.
    </adm:description>
    <adm:default-behavior>
@@ -208,7 +208,7 @@
            not possible to send them to any Replication Server. Best
            effort is made to re-send those updates to a
            Replication Servers when one of them is available, however
            those changes are at risk because they are only
            those changes are at risk because they are only
            available from the historical information. This mode can
            also introduce high replication latency.
          </adm:synopsis>
@@ -463,9 +463,9 @@
    <adm:description>
      This boolean indicates if this domain keeps the historical information
      necessary to solve conflicts.
      When set to false the server will not maintain historical information
      When set to false the server will not maintain historical information
      and will therefore not be able to solve conflict. This should therefore
      be done only if the replication is used in a single master type
      be done only if the replication is used in a single master type
      of deployment.
    </adm:description>
    <adm:default-behavior>
@@ -487,7 +487,7 @@
      Indicates if this server logs the ChangeNumber in access log.
    </adm:synopsis>
    <adm:description>
      This boolean indicates if the domain should log the ChangeNumber
      This boolean indicates if the domain should log the ChangeNumber
      of replicated operations in the access log.
    </adm:description>
    <adm:default-behavior>
@@ -526,7 +526,7 @@
  <adm:property name="conflicts-historical-purge-delay">
    <adm:synopsis>
      This delay indicates the time (in minutes) the domain keeps the historical
      information necessary to solve conflicts.When a change stored in the
      information necessary to solve conflicts.When a change stored in the
      historical part of the user entry has a date (from its replication ChangeNumber)
      older than this delay, it is candidate to be purged.
      The purge is applied on 2 events: modify of the entry, dedicated purge task.
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/RootDNConfiguration.xml
@@ -23,7 +23,7 @@
  !
  !
  !      Copyright 2007-2010 Sun Microsystems, Inc.
  !      Portions Copyright 2011 ForgeRock AS
  !      Portions Copyright 2011-2015 ForgeRock AS
  ! -->
<adm:managed-object name="root-dn" plural-name="root-dns"
  package="org.forgerock.opendj.server.config"
@@ -217,7 +217,7 @@
            Allows the associated user to perform LDAP subentry write
            operations.
          </adm:synopsis>
        </adm:value>
        </adm:value>
        <adm:value name="changelog-read">
          <adm:synopsis>
            Allows the user to perform read operations on the changelog