|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of RuleResult in edu.vt.middleware.password |
|---|
| Subclasses of RuleResult in edu.vt.middleware.password | |
|---|---|
class |
DictionaryRuleResult
DictionaryRuleResult provides common implementation for password
dictionary rule result implementations. |
| Methods in edu.vt.middleware.password that return RuleResult | |
|---|---|
RuleResult |
WhitespaceRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
UsernameRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
SourceRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
RuleList.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
Rule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
RegexRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
LengthRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
HistoryRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
CharacterCharacteristicsRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
AbstractSequenceRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
RuleResult |
AbstractCharacterRule.validate(PasswordData passwordData)
This returns whether or not the supplied password data meets the requirements of this rule. |
static RuleResult |
PasswordValidator.validate(Rule rule,
PasswordData passwordData)
Validates the supplied password data against the supplied rule. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||