public class WhitespaceRule extends Object implements Rule
Modifier and Type | Field and Description |
---|---|
static String |
CHARS
Characters: TAB,LF,VT,FF,CR,Space.
|
static String |
ERROR_CODE
Error code for whitespace rule violation.
|
Constructor and Description |
---|
WhitespaceRule() |
Modifier and Type | Method and Description |
---|---|
RuleResult |
validate(PasswordData passwordData)
Validates the supplied password data per the requirements of this rule.
|
public static final String CHARS
public static final String ERROR_CODE
public RuleResult validate(PasswordData passwordData)
Rule
Copyright © 2003-2014 Virginia Tech. All Rights Reserved.