public interface PasswordPolicyStateExtendedOperationHandlerCfgClient extends ExtendedOperationHandlerCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends PasswordPolicyStateExtendedOperationHandlerCfgClient,? extends PasswordPolicyStateExtendedOperationHandlerCfg> |
definition()
Get the configuration definition associated with this Password Policy State Extended Operation Handler.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends PasswordPolicyStateExtendedOperationHandlerCfgClient,? extends PasswordPolicyStateExtendedOperationHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface ExtendedOperationHandlerCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Password Policy State 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 Policy State 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.