arcade.security.util
Class PasswordDefections
java.lang.Object
arcade.security.util.PasswordDefections
public class PasswordDefections
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordDefections
public PasswordDefections()
checkDefections
public void checkDefections(java.lang.String password)
repeatCharScore
public int repeatCharScore()
lettersOnly
public boolean lettersOnly()
numbersOnly
public boolean numbersOnly()
consecUpperLength
public int consecUpperLength()
consecLowerLength
public int consecLowerLength()
consecNumberLength
public int consecNumberLength()
repeatCharacters
public int repeatCharacters()
seqLetterLength
public int seqLetterLength()
seqNumberLength
public int seqNumberLength()
seqSymbolLength
public int seqSymbolLength()