Uses of Interface
org.passay.dictionary.Dictionary
-
Packages that use Dictionary Package Description org.passay org.passay.dictionary -
-
Uses of Dictionary in org.passay
Methods in org.passay that return Dictionary Modifier and Type Method Description Dictionary
AbstractDictionaryRule. getDictionary()
Returns the dictionary used to search for passwords.Methods in org.passay with parameters of type Dictionary Modifier and Type Method Description void
AbstractDictionaryRule. setDictionary(Dictionary dict)
Sets the dictionary used to search for passwords.Constructors in org.passay with parameters of type Dictionary Constructor Description DictionaryRule(Dictionary dict)
Creates a new dictionary rule.DictionarySubstringRule(Dictionary dict)
Creates a new dictionary substring rule.DigestDictionaryRule(org.cryptacular.bean.HashBean<String> bean, Dictionary dict)
Creates new digest history rule which operates on password references that were digested with the supplied hash. -
Uses of Dictionary in org.passay.dictionary
Classes in org.passay.dictionary that implement Dictionary Modifier and Type Class Description class
BloomFilterDictionary
Dictionary that is backed by a Bloom Filter.class
JDBCDictionary
Provides aDictionary
backed by a database table.class
TernaryTreeDictionary
Provides fast searching for dictionary words using a ternary tree.class
WordListDictionary
Provides fast searching for dictionary words using a word list.Methods in org.passay.dictionary that return Dictionary Modifier and Type Method Description Dictionary
DictionaryBuilder. build()
Builds a dictionary from the configured properties.
-