public interface PasswordModifyExtendedOperationHandlerCfg extends ExtendedOperationHandlerCfg
The Password Modify Extended Operation Handler allows end users to change their own passwords, or administrators to reset user passwords.
Modifier and Type | Method and Description |
---|---|
void |
addPasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg> listener)
Register to be notified when this Password Modify Extended Operation Handler is changed.
|
Class<? extends PasswordModifyExtendedOperationHandlerCfg> |
configurationClass()
Gets the configuration class associated with this Password Modify Extended Operation Handler.
|
String |
getIdentityMapper()
Gets the "identity-mapper" property.
|
Dn |
getIdentityMapperDn()
Gets the "identity-mapper" property as a DN.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removePasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg> listener)
Deregister an existing Password Modify Extended Operation Handler configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends PasswordModifyExtendedOperationHandlerCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface ExtendedOperationHandlerCfg
void addPasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg> listener)
listener
- The Password Modify Extended Operation Handler configuration change listener.void removePasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg> listener)
listener
- The Password Modify Extended Operation Handler configuration change listener.String getIdentityMapper()
Specifies the name of the identity mapper that should be used in conjunction with the password modify extended operation.
This property is used to identify a user based on an authorization ID in the 'u:' form. Changes to this property take effect immediately.
Dn getIdentityMapperDn()
Specifies the name of the identity mapper that should be used in conjunction with the password modify extended operation.
This property is used to identify a user based on an authorization ID in the 'u:' form. Changes to this property take effect immediately.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Password Modify Extended Operation Handler implementation.
getJavaClass
in interface ExtendedOperationHandlerCfg
Copyright 2010-2022 ForgeRock AS.