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

Ludovic Poitou
22.03.2010 61960107e0dd01b4d5ee1143c7b0d3ac846764df
opendj-sdk/sdk/src/org/opends/sdk/responses/BindResultImpl.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Copyright 2010 Sun Microsystems, Inc.
 */
package org.opends.sdk.responses;
@@ -60,6 +60,24 @@
  /**
   * Creates a new bind result that is an exact copy of the provided
   * result.
   *
   * @param bindResult
   *          The bind result to be copied.
   * @throws NullPointerException
   *           If {@code bindResult} was {@code null} .
   */
  BindResultImpl(final BindResult bindResult)
      throws NullPointerException
  {
    super(bindResult);
    this.credentials = bindResult.getServerSASLCredentials();
  }
  /**
   * {@inheritDoc}
   */
  public ByteString getServerSASLCredentials()