|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CharacterRule in edu.vt.middleware.password |
|---|
| Classes in edu.vt.middleware.password that implement CharacterRule | |
|---|---|
class |
AbstractCharacterRule
Provides common implementation for password character rules. |
class |
AlphabeticalCharacterRule
Rule for determining if a password contains the correct number of alphabetical characters. |
class |
DigitCharacterRule
Rule for determining if a password contains the correct number of digit characters. |
class |
LowercaseCharacterRule
Rule for determining if a password contains the correct number of lowercase characters. |
class |
NonAlphanumericCharacterRule
Rule for determining if a password contains the correct number of non-alphanumeric characters. |
class |
UppercaseCharacterRule
Rule for determining if a password contains the correct number of uppercase characters. |
| Methods in edu.vt.middleware.password that return types with arguments of type CharacterRule | |
|---|---|
List<CharacterRule> |
CharacterCharacteristicsRule.getRules()
Returns the character rules used by this rule. |
| Method parameters in edu.vt.middleware.password with type arguments of type CharacterRule | |
|---|---|
String |
PasswordGenerator.generatePassword(int length,
List<CharacterRule> rules)
Generates a password of the supplied length which meets the requirements of the supplied character rules. |
void |
CharacterCharacteristicsRule.setRules(List<CharacterRule> l)
Sets the character rules used by this rule. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||