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

Ludovic Poitou
18.41.2010 1734229125e7bad5f85dfe11d076eeda206236a9
sdk/src/org/opends/sdk/requests/PasswordModifyExtendedRequestImpl.java
@@ -210,6 +210,27 @@
  /**
   * Creates a new password modify extended request that is an exact copy of the
   * provided request.
   *
   * @param passwordModifyExtendedRequest
   *          The password modify extended request to be copied.
   * @throws NullPointerException
   *           If {@code passwordModifyExtendedRequest} was {@code null} .
   */
  PasswordModifyExtendedRequestImpl(
      final PasswordModifyExtendedRequest passwordModifyExtendedRequest)
      throws NullPointerException
  {
    super(passwordModifyExtendedRequest);
    this.userIdentity = passwordModifyExtendedRequest.getUserIdentity();
    this.oldPassword = passwordModifyExtendedRequest.getOldPassword();
    this.newPassword = passwordModifyExtendedRequest.getNewPassword();
  }
  /**
   * {@inheritDoc}
   */
  public ByteString getNewPassword()