Class LafConstants.PasswordStrength
java.lang.Object
org.pushingpixels.lafwidget.utils.LafConstants.PasswordStrength
- Enclosing class:
- LafConstants
Password strength.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LafConstants.PasswordStrengthMedium strength.static final LafConstants.PasswordStrengthStrong strength.static final LafConstants.PasswordStrengthWeak strength. -
Method Summary
-
Field Details
-
WEAK
Weak strength. -
MEDIUM
Medium strength. -
STRONG
Strong strength.
-