Uses of Interface
org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
-
Packages that use DictionaryPasswordValidatorCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of DictionaryPasswordValidatorCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type DictionaryPasswordValidatorCfg Modifier and Type Method Description ManagedObjectDefinition<? extends DictionaryPasswordValidatorCfgClient,? extends DictionaryPasswordValidatorCfg>
DictionaryPasswordValidatorCfgClient. definition()
Get the configuration definition associated with this Dictionary Password Validator. -
Uses of DictionaryPasswordValidatorCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return DictionaryPasswordValidatorCfg Modifier and Type Method Description DictionaryPasswordValidatorCfg
DictionaryPasswordValidatorCfgDefn. createServerConfiguration(ServerManagedObject<? extends DictionaryPasswordValidatorCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type DictionaryPasswordValidatorCfg Modifier and Type Method Description Class<DictionaryPasswordValidatorCfg>
DictionaryPasswordValidatorCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type DictionaryPasswordValidatorCfg Modifier and Type Method Description DictionaryPasswordValidatorCfg
DictionaryPasswordValidatorCfgDefn. createServerConfiguration(ServerManagedObject<? extends DictionaryPasswordValidatorCfg> impl)
-
Uses of DictionaryPasswordValidatorCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type DictionaryPasswordValidatorCfg Modifier and Type Method Description Class<? extends DictionaryPasswordValidatorCfg>
DictionaryPasswordValidatorCfg. configurationClass()
Gets the configuration class associated with this Dictionary Password Validator.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type DictionaryPasswordValidatorCfg Modifier and Type Method Description void
DictionaryPasswordValidatorCfg. addDictionaryChangeListener(ConfigurationChangeListener<DictionaryPasswordValidatorCfg> listener)
Register to be notified when this Dictionary Password Validator is changed.void
DictionaryPasswordValidatorCfg. removeDictionaryChangeListener(ConfigurationChangeListener<DictionaryPasswordValidatorCfg> listener)
Deregister an existing Dictionary Password Validator configuration change listener. -
Uses of DictionaryPasswordValidatorCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type DictionaryPasswordValidatorCfg Modifier and Type Method Description ConfigChangeResult
DictionaryPasswordValidator. applyConfigurationChange(DictionaryPasswordValidatorCfg configuration)
protected Stream<String>
DictionaryPasswordValidator. getStreamOfWords(DictionaryPasswordValidatorCfg configuration)
Return a stream of words from the dictionary source, in this case a file.void
DictionaryPasswordValidator. initializePasswordValidator(DictionaryPasswordValidatorCfg configuration)
boolean
DictionaryPasswordValidator. isConfigurationAcceptable(DictionaryPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
DictionaryPasswordValidator. isConfigurationChangeAcceptable(DictionaryPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons)
protected Set<String>
DictionaryPasswordValidator. loadDictionary(DictionaryPasswordValidatorCfg configuration)
Loads the configured dictionary and returns it as a hash set.
-