Package org.openiam.config
Class PasswordDictionaryLocalStorage
- java.lang.Object
-
- org.openiam.config.PasswordDictionaryLocalStorage
-
public class PasswordDictionaryLocalStorage extends Object
-
-
Constructor Summary
Constructors Constructor Description PasswordDictionaryLocalStorage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<PasswordDictionary>
getPasswordDictionaryList()
static void
setPasswordDictionaryList(List<PasswordDictionary> dictionaryList)
-
-
-
Method Detail
-
getPasswordDictionaryList
public static List<PasswordDictionary> getPasswordDictionaryList()
-
setPasswordDictionaryList
public static void setPasswordDictionaryList(List<PasswordDictionary> dictionaryList)
-
-