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