Interface DictionaryService
- All Known Implementing Classes:
DictionaryServiceImpl
,DictionaryServiceTestImpl
public interface DictionaryService
-
Method Summary
Modifier and TypeMethodDescriptionorg.passay.dictionary.Dictionary
Creates a dictionary of words prohibited to use in passwords for the Passay library
-
Method Details
-
createDictionary
org.passay.dictionary.Dictionary createDictionary()Creates a dictionary of words prohibited to use in passwords for the Passay library- Returns:
- the dictionary
-