|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Rule
Rule allows custom password rules to be created for determining
whether or not a password is strong.
| Method Summary | |
|---|---|
RuleResult |
validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
| Method Detail |
|---|
RuleResult validate(PasswordData passwordData)
passwordData - PasswordData to verify (not null).
RuleResult - details on password verification
java.lang.NullPointerException - if the rule data is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||