public interface SimilarityBasedPasswordValidatorCfgClient extends PasswordValidatorCfgClient
The Similarity Based Password Validator determines whether a proposed password is acceptable by measuring how similar it is to the user's current password.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SimilarityBasedPasswordValidatorCfgClient,? extends SimilarityBasedPasswordValidatorCfg> |
definition()
Get the configuration definition associated with this Similarity Based Password Validator.
|
String |
getJavaClass()
Gets the "java-class" property.
|
Integer |
getMinPasswordDifference()
Gets the "min-password-difference" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setMinPasswordDifference(int value)
Sets the "min-password-difference" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends SimilarityBasedPasswordValidatorCfgClient,? extends SimilarityBasedPasswordValidatorCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PasswordValidatorCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the password validator implementation.
getJavaClass
in interface PasswordValidatorCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the password validator implementation.
setJavaClass
in interface PasswordValidatorCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Integer getMinPasswordDifference()
Specifies the minimum difference of new and old password.
A value of zero indicates that no difference between passwords is acceptable.
void setMinPasswordDifference(int value) throws PropertyException
Specifies the minimum difference of new and old password.
A value of zero indicates that no difference between passwords is acceptable.
value
- The value of the "min-password-difference" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.