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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java
@@ -88,28 +88,28 @@
  private ApplicationTrustManager trustManager;
  /** Boolean that tells if we ask for bind DN or admin UID in the same prompt. */
  private boolean useAdminOrBindDn = false;
  private boolean useAdminOrBindDn;
  /**
   * Boolean that tells if we must propose LDAP if it is available even if the
   * user provided certificate parameters.
   */
  private boolean displayLdapIfSecureParameters = false;
  private boolean displayLdapIfSecureParameters;
  /** The SecureConnectionCliArgsList object. */
  private SecureConnectionCliArgs secureArgsList;
  /** Indicate if we need to display the heading. */
  private boolean isHeadingDisplayed = false;
  private boolean isHeadingDisplayed;
  /** the Console application. */
  private ConsoleApplication app;
  /** Indicate if the trust store in in memory. */
  private boolean trustStoreInMemory = false;
  private boolean trustStoreInMemory;
  /** Indicate if the all certificates are accepted. */
  private boolean trustAll = false;
  private boolean trustAll;
  /** Indicate that the trust manager was created with the parameters provided. */
  private boolean trustManagerInitialized;