public interface AuthenticationPolicyCfgClient extends ConfigurationClient
Authentication Policies define the policies which should be used for authenticating users and managing the password and other account related state.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AuthenticationPolicyCfgClient,? extends AuthenticationPolicyCfg> |
definition()
Get the configuration definition associated with this Authentication Policy.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends AuthenticationPolicyCfgClient,? extends AuthenticationPolicyCfg> definition()
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class which provides the Authentication Policy implementation.
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class which provides the Authentication Policy implementation.
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.