edu.vt.middleware.password
Class WhitespaceRule
java.lang.Object
edu.vt.middleware.password.WhitespaceRule
- All Implemented Interfaces:
- Rule
public class WhitespaceRule
- extends Object
- implements Rule
Rule for determining if a password contains whitespace characters.
- Version:
- $Revision: 1930 $ $Date: 2011-04-28 13:06:17 -0400 (Thu, 28 Apr 2011) $
- Author:
- Middleware Services
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhitespaceRule
public WhitespaceRule()
validate
public RuleResult validate(PasswordData passwordData)
- Validates the supplied password data per the requirements of this rule.
- Specified by:
validate in interface Rule
- Parameters:
passwordData - to verify (not null).
- Returns:
- details on password verification
Copyright © 2003-2011 Virginia Tech. All Rights Reserved.