public interface PasswordGeneratorCfg extends Configuration
Password Generators are used by the password modify extended operation to construct a new password for the user.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Register to be notified when this Password Generator is changed.
|
Class<? extends PasswordGeneratorCfg> |
configurationClass()
Gets the configuration class associated with this Password Generator.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isEnabled()
Gets the "enabled" property.
|
void |
removeChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Deregister an existing Password Generator configuration change listener.
|
dn, name
Class<? extends PasswordGeneratorCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
listener
- The Password Generator configuration change listener.void removeChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
listener
- The Password Generator configuration change listener.boolean isEnabled()
Indicates whether the Password Generator is enabled for use.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Password Generator implementation.
Copyright 2010-2020 ForgeRock AS.