arcade.security.util
Class PasswordDefections

java.lang.Object
  extended by arcade.security.util.PasswordDefections

public class PasswordDefections
extends java.lang.Object


Constructor Summary
PasswordDefections()
           
 
Method Summary
 void checkDefections(java.lang.String password)
           
 int consecLowerLength()
           
 int consecNumberLength()
           
 int consecUpperLength()
           
 boolean lettersOnly()
           
 boolean numbersOnly()
           
 int repeatCharacters()
           
 int repeatCharScore()
           
 int seqLetterLength()
           
 int seqNumberLength()
           
 int seqSymbolLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordDefections

public PasswordDefections()
Method Detail

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()