hirondelle.predict.pub.lostpassword
Class LostPassword
Object
hirondelle.predict.pub.lostpassword.LostPassword
public final class LostPassword
- extends Object
Model object for user entry in the lost-password form.
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 addressaCaptchaChallenge - aCaptchaResponse - aIpAddress - the client IP address
- Throws:
ModelCtorException
getEmailAddress
public SafeText getEmailAddress()
toString
public String toString()
- Intended for debugging only. Passwords are not emitted.
- Overrides:
toString in class Object
Copyright Hirondelle Systems - Generated 2011Sep24.14.00