Predictions 4.10.0.0

hirondelle.predict.pub.resetpassword
Class ResetPassword

Object
  extended by hirondelle.predict.pub.resetpassword.ResetPassword

public final class ResetPassword
extends Object

Model object for resetting a user's password to a new value.


Constructor Summary
ResetPassword(SafeText aEmail, SafeText aNonce, SafeText aPassword, SafeText aPasswordConfirm, SafeText aCaptchaChallenge, SafeText aCaptchaResponse, Id aIpAddress)
          Full constructor.
 
Method Summary
 boolean equals(Object aThat)
           
 SafeText getEmail()
           
 SafeText getNonce()
           
 SafeText getPassword()
           
 SafeText getPasswordConfirm()
           
 int hashCode()
           
 String toString()
          Intended for debugging only.
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResetPassword

public ResetPassword(SafeText aEmail,
                     SafeText aNonce,
                     SafeText aPassword,
                     SafeText aPasswordConfirm,
                     SafeText aCaptchaChallenge,
                     SafeText aCaptchaResponse,
                     Id aIpAddress)
              throws ModelCtorException
Full constructor. All params are required.

The CAPTCHA fields must be present, and must be a valid response.

Parameters:
aEmail - Valid email address (required)
aNonce - one-time nonce used to as a 'handshake' between app and the owner of an email address
aPassword - Login password, 6..50 chars (required)
aPasswordConfirm - must be same as password (required)
aCaptchaChallenge - (required)
aCaptchaResponse - (required)
aIpAddress - the client IP address (required)
Throws:
ModelCtorException
Method Detail

getEmail

public SafeText getEmail()

getNonce

public SafeText getNonce()

getPassword

public SafeText getPassword()

getPasswordConfirm

public SafeText getPasswordConfirm()

toString

public String toString()
Intended for debugging only. Passwords are not emitted.

Overrides:
toString in class Object

equals

public boolean equals(Object aThat)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Predictions 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.27