Class LafConstants.PasswordStrength
- java.lang.Object
-
- org.pushingpixels.lafwidget.utils.LafConstants.PasswordStrength
-
- Enclosing class:
- LafConstants
public static class LafConstants.PasswordStrength extends Object
Password strength.
-
-
Field Summary
Fields Modifier and Type Field Description static LafConstants.PasswordStrength
MEDIUM
Medium strength.static LafConstants.PasswordStrength
STRONG
Strong strength.static LafConstants.PasswordStrength
WEAK
Weak strength.
-
-
-
Field Detail
-
WEAK
public static final LafConstants.PasswordStrength WEAK
Weak strength.
-
MEDIUM
public static final LafConstants.PasswordStrength MEDIUM
Medium strength.
-
STRONG
public static final LafConstants.PasswordStrength STRONG
Strong strength.
-
-