public interface Rule
Modifier and Type | Method and Description |
---|---|
RuleResult |
validate(PasswordData passwordData)
Validates the supplied password data per the requirements of this rule.
|
RuleResult validate(PasswordData passwordData)
passwordData
- to verify (not null).NullPointerException
- if the rule data is null.Copyright © 2003-2024 Virginia Tech. All Rights Reserved.