public interface PasswordStrengthChecker
| Modifier and Type | Method and Description |
|---|---|
PasswordStrengthCheckResult |
check(String password,
List<PasswordRestriction> restictions)
Determines password strength.
|
PasswordStrengthCheckResult check(String password, List<PasswordRestriction> restictions)
password - - password which is going to be inspectedrestictions - - adhoc password restriction list. Those will be additionaly checked against password.Copyright © 2013 JBoss by Red Hat. All rights reserved.