public interface PasswordModifyExtendedOperationHandlerCfgClient extends ExtendedOperationHandlerCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends PasswordModifyExtendedOperationHandlerCfgClient,? extends PasswordModifyExtendedOperationHandlerCfg> |
definition()
Get the configuration definition associated with this Password Modify Extended Operation Handler.
|
String |
getIdentityMapper()
Gets the "identity-mapper" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setIdentityMapper(String value)
Sets the "identity-mapper" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends PasswordModifyExtendedOperationHandlerCfgClient,? extends PasswordModifyExtendedOperationHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface ExtendedOperationHandlerCfgClient
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.
void setIdentityMapper(String value) throws PropertyException
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.
value
- The value of the "identity-mapper" property.PropertyException
- If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Password Modify Extended Operation Handler implementation.
getJavaClass
in interface ExtendedOperationHandlerCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Password Modify Extended Operation Handler implementation.
setJavaClass
in interface ExtendedOperationHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.