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.
|
ValueOrExpression<String> |
getIdentityMapper()
Gets the "identity-mapper" property.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setIdentityMapper(ValueOrExpression<String> value)
Sets the "identity-mapper" property.
|
void |
setJavaClass(ValueOrExpression<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
ValueOrExpression<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(ValueOrExpression<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.ValueOrExpression<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(ValueOrExpression<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-2018 ForgeRock AS.