|
|||||||||
| Home >> All >> au >> edu >> educationau >> belts >> command >> user >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
au.edu.educationau.belts.command.user.action
Class PasswordValidationHelper

java.lang.Objectau.edu.educationau.belts.command.user.action.PasswordValidationHelper
- public class PasswordValidationHelper
- extends java.lang.Object
- Version:
- $Revision: 1.5 $ - $Date: 2003/02/28 06:47:58 $
| Field Summary | |
(package private) static int |
PASSWORD_MINLENGTH
|
(package private) static java.lang.String |
PASSWORD_REGEX
|
| Constructor Summary | |
PasswordValidationHelper()
|
|
| Method Summary | |
static au.edu.educationau.belts.command.CommandError |
validate(java.lang.String fieldName,
java.lang.String password)
Validates a password is within the required parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
PASSWORD_REGEX
static final java.lang.String PASSWORD_REGEX
- See Also:
- Constant Field Values
PASSWORD_MINLENGTH
static final int PASSWORD_MINLENGTH
- See Also:
- Constant Field Values
| Constructor Detail |
PasswordValidationHelper
public PasswordValidationHelper()
| Method Detail |
validate
public static au.edu.educationau.belts.command.CommandError validate(java.lang.String fieldName, java.lang.String password)
- Validates a password is within the required parameters. As I can't do this
with inherience (because the heirachies around the classes that use it), I'm
creating this helper class.
|
|||||||||
| Home >> All >> au >> edu >> educationau >> belts >> command >> user >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
au.edu.educationau.belts.command.user.action.PasswordValidationHelper