org.jvnet.lafwidget.text
public interface PasswordStrengthChecker
Modifier and Type | Method and Description |
---|---|
java.lang.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.java.lang.String getDescription(LafConstants.PasswordStrength strength)
strength
- Password strength.