|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CharacterRule
Interface for rules implementing character enforcement.
| Method Summary | |
|---|---|
int |
getNumberOfCharacters()
Returns the number of characters which must exist in order for a password to meet the requirements of this rule. |
java.lang.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. |
| Methods inherited from interface edu.vt.middleware.password.Rule |
|---|
validate |
| Method Detail |
|---|
void setNumberOfCharacters(int n)
n - number of characters to require where n > 0int getNumberOfCharacters()
java.lang.String getValidCharacters()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||