|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.vt.middleware.password.AbstractDigester
edu.vt.middleware.password.SourceRule
public class SourceRule
SourceRule contains methods for determining if a password
matches a password from a different source. Useful for when separate systems
cannot have matching passwords. If no sources have been set or an empty
source has been set, then passwords will meet this rule.
| Field Summary |
|---|
| Fields inherited from class edu.vt.middleware.password.AbstractDigester |
|---|
converter, digest |
| Constructor Summary | |
|---|---|
SourceRule()
|
|
| Method Summary | |
|---|---|
RuleResult |
validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
| Methods inherited from class edu.vt.middleware.password.AbstractDigester |
|---|
setDigest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceRule()
| Method Detail |
|---|
public RuleResult validate(PasswordData passwordData)
validate in interface RulepasswordData - PasswordData to verify (not null).
RuleResult - details on password verification
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||