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

neil_a_wilson
18.01.2006 275e21eb2b5b06d291a44f3a485cf62bc927fc52
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java
@@ -1605,6 +1605,22 @@
  /**
   * Indicates whether this connection handler should use SSL to communicate
   * with clients.
   *
   * @return  {@code true} if this connection handler should use SSL to
   *          communicate with clients, or {@code false} if not.
   */
  public boolean useSSL()
  {
    assert debugEnter(CLASS_NAME, "useSSL");
    return useSSL;
  }
  /**
   * Retrieves the SSL client authentication policy for this connection handler.
   *
   * @return  The SSL client authentication policy for this connection handler.