Class ResetPasswordForm

  • All Implemented Interfaces:
    Serializable

    public class ResetPasswordForm
    extends Object
    implements Serializable
    This form backs the password reset HTML form as a DTO.

    You can specify custom implementations of ResetPasswordForm by including {"classname": "fully.qualified.class.name"} of your class in the json body or <input type="hidden" name="classname" value="fully.qualified.class.name"/> in the HTML form. If using the default reset-password.html template, this classname can be set using the message property reset.pw.form.classname. See the Jackson Docs for more information on their designs for polymorphic deserialization.

    Author:
    Nathan Moore (nathanmoore).
    See Also:
    Serialized Form
    • Field Detail

      • username

        protected String username
      • token

        protected String token
      • password

        protected String password
      • client_id

        protected String client_id
    • Constructor Detail

      • ResetPasswordForm

        public ResetPasswordForm()