Class Passwords.Discovery.ResetByEmailParameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPasswordResetToken()
      • The token to authenticate.

      final String getPassword()
      • The new password for the Member.

      final Locale getLocale()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Passwords.Discovery.ResetByEmailParameters

        Passwords.Discovery.ResetByEmailParameters(String passwordResetToken, String password, Locale locale)