Class PasswordChangeRequest

  • All Implemented Interfaces:
    Serializable, BaseEntity

    @Entity
    public class PasswordChangeRequest
    extends DefaultBaseEntity
    The PasswordChangeRequest class represents a password change request. This is a central component to the "Forgot Password" / "Reset Password" flow. See this stackoverflow article for the general design: http://stackoverflow.com/a/1102817/2051724
    See Also:
    Serialized Form
    • Constructor Detail

      • PasswordChangeRequest

        public PasswordChangeRequest()
    • Method Detail

      • getUserId

        public UUID getUserId()
      • getCode

        public String getCode()
      • setCode

        public void setCode​(String code)