Uses of Class
edu.vt.middleware.password.RuleResult

Uses of RuleResult in edu.vt.middleware.password
 

Methods in edu.vt.middleware.password that return RuleResult
 RuleResult WhitespaceRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult UsernameRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult SourceRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult Rule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult RegexRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult PasswordValidator.validate(PasswordData passwordData)
          Validates the supplied password data against the rules in this validator.
 RuleResult LengthRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult IllegalCharacterRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult HistoryRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult CharacterCharacteristicsRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult AllowedCharacterRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult AbstractSequenceRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult AbstractDictionaryRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 RuleResult AbstractCharacterRule.validate(PasswordData passwordData)
          Validates the supplied password data per the requirements of this rule.
 

Methods in edu.vt.middleware.password with parameters of type RuleResult
 List<String> PasswordValidator.getMessages(RuleResult result)
          Returns a list of human-readable messages by iterating over the details in a failed rule result.
 



Copyright © 2003-2011 Virginia Tech. All Rights Reserved.