org.eparapher.core.crypto.tools
Class PasswordPolicyManager
java.lang.Object
org.eparapher.core.crypto.tools.PasswordPolicyManager
public class PasswordPolicyManager
- extends Object
Password Policy Manager.
Very Simple for the moment
Can evolve to a scoring system such as :
http://www.geekwisdom.com/js/passwordmeter.js
- Author:
- arnault
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getIstance
public static PasswordPolicyManager getIstance()
compileregexp
public void compileregexp()
isMinCharsCheck
public boolean isMinCharsCheck(String secret)
isMinUpperCheck
public boolean isMinUpperCheck(String secret)
isMinLowerCheck
public boolean isMinLowerCheck(String secret)
isMinNumberCheck
public boolean isMinNumberCheck(String secret)
isMinSpecialCheck
public boolean isMinSpecialCheck(String secret)
isSecPolicyValidated
public boolean isSecPolicyValidated(String secret)
getPasswordStrength
public int getPasswordStrength(String secret)
Copyright © 2009 eParapher Software Foundation. All Rights Reserved.