|
Expresso 5-6 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| ValidationHandler | Applications that need to use the validation framework must implement this interface. |
| Class Summary | |
| ApproveRegistrationValidator | This class is a helper class that allows the LoginController controller to authorize or deny a registration request |
| ChangePasswordValidator | This class is a helper class that allows the LoginController controller to validate the password-change request. |
| LoginEmailValidator | This class is a helper class that allows the LoginController controller to validate the email address provided as part of express registration. |
| ValidationEntry | This class abstracts the storing of the data that goes along with any particular validation operation. |
| Exception Summary | |
| AuthValidationException | AuthValidationException |
This package provides for a 'validation framework'. This framework is provided for a specific group of problems described as follows:
You can see this system in action in Expresso's registration system in: com.jcorporate.expresso.services.controller.RegistrationController
|
Expresso 5-6 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||