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

Uses of PasswordData in edu.vt.middleware.password
 

Methods in edu.vt.middleware.password that return PasswordData
static PasswordData PasswordData.newInstance(Password p, java.lang.String u, java.util.List<java.lang.String> h, java.util.Map<java.lang.String,java.lang.String> s)
          Convenience method for creating a password data with all of it's properties.
 

Methods in edu.vt.middleware.password with parameters of type PasswordData
 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 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.
 



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