|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PasswordGeneratorCfg
A server-side interface for querying Password Generator settings.
Password Generators are used by the password modify extended operation to construct a new password for the user.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Register to be notified when this Password Generator is changed. |
java.lang.Class<? extends PasswordGeneratorCfg> |
configurationClass()
Gets the configuration class associated with this Password Generator. |
java.lang.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. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.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.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Password Generator implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |