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

Ludovic Poitou
02.45.2010 7bdcb41c0f62967ec42d552f6002577dfb7019ca
sdk/src/org/opends/sdk/responses/PasswordModifyExtendedResult.java
@@ -109,19 +109,6 @@
  /**
   * Returns the newly generated password decoded as a UTF-8 string, but only if
   * the password modify request succeeded and a generated password was
   * requested.
   *
   * @return The newly generated password decoded as a UTF-8 string, or {@code
   *         null} if the password modify request failed or a generated password
   *         was not requested.
   */
  String getGeneratedPasswordAsString();
  /**
   * {@inheritDoc}
   */
  String getMatchedDN();
@@ -221,7 +208,7 @@
   *           If this password modify extended result does not permit the
   *           generated password to be set.
   */
  PasswordModifyExtendedResult setGeneratedPassword(String password)
  PasswordModifyExtendedResult setGeneratedPassword(char[] password)
      throws UnsupportedOperationException;