Constant Field Values
Contents
org.passay.*
-
org.passay.AllowedCharacterRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ALLOWED_CHAR"
-
org.passay.AllowedRegexRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ALLOWED_MATCH"
-
org.passay.CharacterCharacteristicsRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"INSUFFICIENT_CHARACTERISTICS"
-
org.passay.CharacterOccurrencesRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"TOO_MANY_OCCURRENCES"
-
org.passay.DictionaryRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ILLEGAL_WORD"
public static final String
ERROR_CODE_REVERSED
"ILLEGAL_WORD_REVERSED"
-
org.passay.DictionarySubstringRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ILLEGAL_WORD"
public static final String
ERROR_CODE_REVERSED
"ILLEGAL_WORD_REVERSED"
-
org.passay.DigestDictionaryRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ILLEGAL_DIGEST_WORD"
public static final String
ERROR_CODE_REVERSED
"ILLEGAL_DIGEST_WORD_REVERSED"
-
org.passay.HistoryRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"HISTORY_VIOLATION"
-
org.passay.IllegalCharacterRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ILLEGAL_CHAR"
-
org.passay.IllegalRegexRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ILLEGAL_MATCH"
-
org.passay.IllegalSequenceRule Modifier and Type Constant Field Value public static final int
DEFAULT_SEQUENCE_LENGTH
5
public static final int
MINIMUM_SEQUENCE_LENGTH
3
-
org.passay.LengthComplexityRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"INSUFFICIENT_COMPLEXITY"
public static final String
ERROR_CODE_RULES
"INSUFFICIENT_COMPLEXITY_RULES"
-
org.passay.LengthRule Modifier and Type Constant Field Value public static final String
ERROR_CODE_MAX
"TOO_LONG"
public static final String
ERROR_CODE_MIN
"TOO_SHORT"
-
org.passay.NumberRangeRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ILLEGAL_NUMBER_RANGE"
-
org.passay.PropertiesMessageResolver Modifier and Type Constant Field Value public static final String
DEFAULT_MESSAGE_PATH
"/passay.properties"
-
org.passay.RepeatCharacterRegexRule Modifier and Type Constant Field Value public static final int
DEFAULT_SEQUENCE_LENGTH
5
public static final int
MINIMUM_SEQUENCE_LENGTH
3
-
org.passay.RepeatCharactersRule Modifier and Type Constant Field Value public static final int
DEFAULT_SEQUENCE_COUNT
1
public static final int
DEFAULT_SEQUENCE_LENGTH
5
public static final String
ERROR_CODE
"ILLEGAL_REPEATED_CHARS"
-
org.passay.SourceRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"SOURCE_VIOLATION"
-
org.passay.UsernameRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ILLEGAL_USERNAME"
public static final String
ERROR_CODE_REVERSED
"ILLEGAL_USERNAME_REVERSED"
-
org.passay.WhitespaceRule Modifier and Type Constant Field Value public static final String
ERROR_CODE
"ILLEGAL_WHITESPACE"
-
org.passay.dictionary.AbstractFileWordList Modifier and Type Constant Field Value public static final int
DEFAULT_CACHE_PERCENT
5
-
org.passay.dictionary.WordLists Modifier and Type Constant Field Value public static final int
NOT_FOUND
-1
-
org.passay.entropy.ShannonEntropy Modifier and Type Constant Field Value public static final double
FIRST_PHASE_BONUS
4.0
public static final int
FIRST_PHASE_LENGTH
1
public static final double
SECOND_PHASE_BONUS
2.0
public static final int
SECOND_PHASE_LENGTH
8
public static final double
THIRD_PHASE_BONUS
1.5
public static final int
THIRD_PHASE_LENGTH
20