org.jvnet.lafwidget.utils
Class LafConstants.PasswordStrength

java.lang.Object
  extended by org.jvnet.lafwidget.utils.LafConstants.PasswordStrength
Enclosing class:
LafConstants

public static class LafConstants.PasswordStrength
extends java.lang.Object

Password strength.

Author:
Kirill Grouchnikov

Field Summary
static LafConstants.PasswordStrength MEDIUM
          Medium strength.
static LafConstants.PasswordStrength STRONG
          Strong strength.
static LafConstants.PasswordStrength WEAK
          Weak strength.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.