public interface PasswordStrengthChecker
Modifier and Type | Method | Description |
---|---|---|
String |
getDescription(LafConstants.PasswordStrength strength) |
Returns the description of the password strength.
|
LafConstants.PasswordStrength |
getStrength(char[] password) |
Computes the strength of the specified password.
|
LafConstants.PasswordStrength getStrength(char[] password)
password
- Password.String getDescription(LafConstants.PasswordStrength strength)
strength
- Password strength.