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.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<Integer> |
getMinPasswordDifference()
Gets the "min-password-difference" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setMinPasswordDifference(ValueOrExpression<Integer> 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
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the password validator implementation.
getJavaClass
in interface PasswordValidatorCfgClient
void setJavaClass(ValueOrExpression<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.ValueOrExpression<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(ValueOrExpression<Integer> 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-2018 ForgeRock AS.