public interface PasswordPolicyStateExtendedOperationHandlerCfg extends ExtendedOperationHandlerCfg
The Password Policy State Extended Operation Handler provides the ability for administrators to request and optionally alter password policy state information for a specified user.
Modifier and Type | Method and Description |
---|---|
void |
addPasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg> listener)
Register to be notified when this Password Policy State Extended Operation Handler is changed.
|
Class<? extends PasswordPolicyStateExtendedOperationHandlerCfg> |
configurationClass()
Gets the configuration class associated with this Password Policy State Extended Operation Handler.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removePasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg> listener)
Deregister an existing Password Policy State Extended Operation Handler configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends PasswordPolicyStateExtendedOperationHandlerCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface ExtendedOperationHandlerCfg
void addPasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg> listener)
listener
- The Password Policy State Extended Operation Handler configuration change listener.void removePasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg> listener)
listener
- The Password Policy State Extended Operation Handler configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Password Policy State Extended Operation Handler implementation.
getJavaClass
in interface ExtendedOperationHandlerCfg
Copyright 2010-2020 ForgeRock AS.