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

Ludovic Poitou
07.35.2011 3c62241572c7b043743d66adf53bb1633af43506
opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.tools;
@@ -331,6 +332,16 @@
  public static final String OPTION_LONG_TRUSTALL = "trustAll";
  /**
   * The value for the short option trustAll .
   */
  public static final char OPTION_SHORT_REMOTE = 'r';
  /**
   * The value for the long option trustAll .
   */
  public static final String OPTION_LONG_REMOTE = "remote";
  /**
   * The value for the short option certNickname .
   */
  public static final char OPTION_SHORT_CERT_NICKNAME = 'N';