Predictions 4.10.0.0

hirondelle.predict.pub.lostpassword
Class LostPassword

Object
  extended by hirondelle.predict.pub.lostpassword.LostPassword

public final class LostPassword
extends Object

Model object for user entry in the lost-password form.


Constructor Summary
LostPassword(SafeText aEmail, SafeText aCaptchaChallenge, SafeText aCaptchaResponse, Id aIpAddress)
          Full constructor.
 
Method Summary
 SafeText getEmailAddress()
           
 String toString()
          Intended for debugging only.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LostPassword

public LostPassword(SafeText aEmail,
                    SafeText aCaptchaChallenge,
                    SafeText aCaptchaResponse,
                    Id aIpAddress)
             throws ModelCtorException
Full constructor. All params are required.

The captcha fields must be present, and must have a valid response.

Parameters:
aEmail - Valid email address
aCaptchaChallenge -
aCaptchaResponse -
aIpAddress - the client IP address
Throws:
ModelCtorException
Method Detail

getEmailAddress

public SafeText getEmailAddress()

toString

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

Overrides:
toString in class Object

Predictions 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.27