Uses of Interface
edu.vt.middleware.password.CharacterRule

Uses of CharacterRule in edu.vt.middleware.password
 

Classes in edu.vt.middleware.password that implement CharacterRule
 class AbstractCharacterRule
          Provides common implementation for password character rules.
 class AlphabeticalCharacterRule
          Rule for determining if a password contains the correct number of alphabetical characters.
 class DigitCharacterRule
          Rule for determining if a password contains the correct number of digit characters.
 class LowercaseCharacterRule
          Rule for determining if a password contains the correct number of lowercase characters.
 class NonAlphanumericCharacterRule
          Rule for determining if a password contains the correct number of non-alphanumeric characters.
 class UppercaseCharacterRule
          Rule for determining if a password contains the correct number of uppercase characters.
 

Methods in edu.vt.middleware.password that return types with arguments of type CharacterRule
 java.util.List<CharacterRule> CharacterCharacteristicsRule.getRules()
          Returns the character rules used by this rule.
 

Method parameters in edu.vt.middleware.password with type arguments of type CharacterRule
 java.lang.String PasswordGenerator.generatePassword(int length, java.util.List<CharacterRule> rules)
          Generates a password of the supplied length which meets the requirements of the supplied character rules.
 void CharacterCharacteristicsRule.setRules(java.util.List<CharacterRule> l)
          Sets the character rules used by this rule.
 



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