|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PasswordStrengthChecker
Specifies the interface for the password strength checkers.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
LafConstants.PasswordStrength getStrength(char[] password)
password - Password.
java.lang.String getDescription(LafConstants.PasswordStrength strength)
strength - Password strength.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||