|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Password in edu.vt.middleware.password |
|---|
| Methods in edu.vt.middleware.password that return Password | |
|---|---|
Password |
PasswordData.getPassword()
Returns the password. |
| Methods in edu.vt.middleware.password with parameters of type Password | |
|---|---|
protected java.util.Map<java.lang.String,?> |
AbstractCharacterRule.createRuleResultDetailParameters(Password p)
Creates the parameter data for the rule result detail. |
protected int |
UppercaseCharacterRule.getNumberOfCharacterType(Password password)
Returns the number of the type of characters in the supplied password for the implementing class. |
protected int |
NonAlphanumericCharacterRule.getNumberOfCharacterType(Password password)
Returns the number of the type of characters in the supplied password for the implementing class. |
protected int |
LowercaseCharacterRule.getNumberOfCharacterType(Password password)
Returns the number of the type of characters in the supplied password for the implementing class. |
protected int |
DigitCharacterRule.getNumberOfCharacterType(Password password)
Returns the number of the type of characters in the supplied password for the implementing class. |
protected int |
AlphabeticalCharacterRule.getNumberOfCharacterType(Password password)
Returns the number of the type of characters in the supplied password for the implementing class. |
protected abstract int |
AbstractCharacterRule.getNumberOfCharacterType(Password password)
Returns the number of the type of characters in the supplied password for the implementing class. |
static PasswordData |
PasswordData.newInstance(Password p,
java.lang.String u,
java.util.List<java.lang.String> h,
java.util.Map<java.lang.String,java.lang.String> s)
Convenience method for creating a password data with all of it's properties. |
void |
PasswordData.setPassword(Password p)
Sets the password. |
| Constructors in edu.vt.middleware.password with parameters of type Password | |
|---|---|
PasswordData(Password p)
Creates a new password data. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||