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

neil_a_wilson
07.57.2007 768ceeebae10433ceb05785354eda71fa886c7e5
opends/src/server/org/opends/server/protocols/ldap/BindRequestProtocolOp.java
@@ -54,9 +54,6 @@
public class BindRequestProtocolOp
       extends ProtocolOp
{
  // The bind DN for this request.
  private ASN1OctetString dn;
@@ -209,18 +206,6 @@
  /**
   * Specifies the authentication type for this bind request.
   *
   * @param  authenticationType  The authentication type for this bind request.
   */
  public void setAuthenticationType(AuthenticationType authenticationType)
  {
    this.authenticationType = authenticationType;
  }
  /**
   * Retrieves the simple authentication password for this bind request.
   *
   * @return  The simple authentication password for this bind request, or