test.check
Class MyPasswordStrengthChecker

java.lang.Object
  extended by test.check.MyPasswordStrengthChecker
All Implemented Interfaces:
org.jvnet.lafwidget.text.PasswordStrengthChecker

public class MyPasswordStrengthChecker
extends java.lang.Object
implements org.jvnet.lafwidget.text.PasswordStrengthChecker

A custom password strength checker for the test application.

Author:
Kirill Grouchnikov

Constructor Summary
MyPasswordStrengthChecker()
           
 
Method Summary
 java.lang.String getDescription(org.jvnet.lafwidget.utils.LafConstants.PasswordStrength strength)
           
 org.jvnet.lafwidget.utils.LafConstants.PasswordStrength getStrength(char[] password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPasswordStrengthChecker

public MyPasswordStrengthChecker()
Method Detail

getStrength

public org.jvnet.lafwidget.utils.LafConstants.PasswordStrength getStrength(char[] password)
Specified by:
getStrength in interface org.jvnet.lafwidget.text.PasswordStrengthChecker

getDescription

public java.lang.String getDescription(org.jvnet.lafwidget.utils.LafConstants.PasswordStrength strength)
Specified by:
getDescription in interface org.jvnet.lafwidget.text.PasswordStrengthChecker