public interface CharacterRule extends Rule
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfCharacters()
Returns the number of characters which must exist in order for a password
to meet the requirements of this rule.
|
String |
getValidCharacters()
Returns the characters that are considered valid for this rule.
|
void |
setNumberOfCharacters(int n)
Sets the number of characters to require in a password.
|
void setNumberOfCharacters(int n)
n
- number of characters to require where n > 0int getNumberOfCharacters()
String getValidCharacters()
Copyright © 2003-2014 Virginia Tech. All Rights Reserved.