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

neil_a_wilson
28.01.2007 d3a10338d643cf04e89e577ba496c547e0bf7516
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java
@@ -901,8 +901,8 @@
           configEntry.getConfigAttribute(certNameStub);
      if (certNameAttr == null)
      {
        // This is fine -- we'll just use the default.
        sslServerCertNickname = DEFAULT_SSL_CERT_NICKNAME;
        // This is fine -- We'll just let the server pick one.
        sslServerCertNickname = null;
      }
      else
      {
@@ -1792,6 +1792,20 @@
  /**
   * Retrieves the nickname of the server certificate that should be used in
   * conjunction with this LDAP connection handler.
   *
   * @return  The nickname of the server certificate that should be used in
   *          conjunction with this LDAP connection handler.
   */
  public String getSSLServerCertNickname()
  {
    return sslServerCertNickname;
  }
  /**
   * Retrieves the maximum ASN.1 element value length that will be allowed by
   * this connection handler.
   *