|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PasswordValidatorCfg
A server-side interface for querying Password Validator settings.
Password Validators are responsible for determining whether a proposed password is acceptable for use and could include checks like ensuring it meets minimum length requirements, that it has an appropriate range of characters, or that it is not in the history.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)
Register to be notified when this Password Validator is changed. |
java.lang.Class<? extends PasswordValidatorCfg> |
configurationClass()
Gets the configuration class associated with this Password Validator. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
boolean |
isEnabled()
Gets the "enabled" property. |
void |
removeChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)
Deregister an existing Password Validator configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends PasswordValidatorCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)
listener
- The Password Validator configuration change listener.void removeChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)
listener
- The Password Validator configuration change listener.boolean isEnabled()
Indicates whether the password validator is enabled for use.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the password validator implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |