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

jvergara
22.58.2009 c4990a0c93b7ccad5b0477aeaa976c9a650cf3b0
Change visibility of some methods to allow code refactoring.
1 files modified
10 ■■■■ changed files
opends/src/server/org/opends/server/tools/ConfigureDS.java 10 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/ConfigureDS.java
@@ -119,13 +119,13 @@
  /**
   * The DN of the configuration entry defining the LDAP connection handler.
   */
  private static final String DN_LDAP_CONNECTION_HANDLER =
  public static final String DN_LDAP_CONNECTION_HANDLER =
       "cn=LDAP Connection Handler," + DN_CONNHANDLER_BASE;
  /**
   * The DN of the configuration entry defining the Administration connector.
   */
  private static final String DN_ADMIN_CONNECTOR =
  public static final String DN_ADMIN_CONNECTOR =
       "cn=Administration Connector," + DN_CONFIG_ROOT;
  /**
@@ -144,13 +144,13 @@
  /**
   * The DN of the configuration entry defining the initial root user.
   */
  private static final String DN_ROOT_USER =
  public static final String DN_ROOT_USER =
       "cn=Directory Manager," + DN_ROOT_DN_CONFIG_BASE;
  /**
   * The DN of the Crypto Manager.
   */
  private static final String DN_CRYPTO_MANAGER = "cn=Crypto Manager,cn=config";
  public static final String DN_CRYPTO_MANAGER = "cn=Crypto Manager,cn=config";
@@ -1243,7 +1243,7 @@
   * Returns <CODE>null</CODE> if no alternative cipher could be found.
   * @return a cipher that is supported by the JVM we are running at.
   */
  private static String getAlternativeCipher()
  public static String getAlternativeCipher()
  {
    final String[] preferredAlternativeCiphers =
    {