|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.services.validation.ChangePasswordValidator
This class is a helper class that allows the LoginController controller to validate the password-change request.
LoginController| Constructor Summary | |
ChangePasswordValidator()
Default constructor Creation date: (9/23/2001 2:23:06 PM) Author: Shash Chatterjee |
|
| Method Summary | |
void |
notify(Hashtable params,
String URL)
This method is used to send the user request a password change an email with a validation link to verify that the user indeed requested this service. |
ControllerResponse |
validated(Hashtable params,
ControllerRequest request,
ControllerResponse response,
Controller ctlr)
This method is used to regenerate an users password after the validation is successful. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChangePasswordValidator()
| Method Detail |
public void notify(Hashtable params,
String URL)
throws AuthValidationException
notify in interface ValidationHandlerparams - params All the application-specific parameters from
LoginControllerURL - URL The link that the user will click on to validate the
request
AuthValidationException - AuthValidationExceptionValidationJob
public ControllerResponse validated(Hashtable params,
ControllerRequest request,
ControllerResponse response,
Controller ctlr)
throws ControllerException,
NonHandleableException
validated in interface ValidationHandlerparams - All the application-specific parameters from
LoginControllerrequest - the ControllerRequest objectresponse - The controller response from the runValidationState of
ValidationControllerctlr - The ValidationController instance
ControllerException - upon error
NonHandleableException - for fatal errorValidationController
|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||