|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimilarityBasedPasswordValidatorCfgClient
A client-side interface for reading and modifying Similarity Based Password Validator settings.
The Similarity Based Password Validator determines whether a proposed password is acceptable by measuring how similar it is to the user's current password.
| Method Summary | |
|---|---|
ManagedObjectDefinition<? extends SimilarityBasedPasswordValidatorCfgClient,? extends SimilarityBasedPasswordValidatorCfg> |
definition()
Get the configuration definition associated with this Similarity Based Password Validator. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.Integer |
getMinPasswordDifference()
Gets the "min-password-difference" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setMinPasswordDifference(int value)
Sets the "min-password-difference" property. |
| Methods inherited from interface org.opends.server.admin.std.client.PasswordValidatorCfgClient |
|---|
isEnabled, setEnabled |
| Methods inherited from interface org.opends.server.admin.ConfigurationClient |
|---|
commit, properties |
| Method Detail |
|---|
ManagedObjectDefinition<? extends SimilarityBasedPasswordValidatorCfgClient,? extends SimilarityBasedPasswordValidatorCfg> definition()
definition in interface ConfigurationClientdefinition in interface PasswordValidatorCfgClientjava.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the password validator implementation.
getJavaClass in interface PasswordValidatorCfgClient
void setJavaClass(java.lang.String value)
throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the password validator implementation.
setJavaClass in interface PasswordValidatorCfgClientvalue - The value of the "java-class" property.
IllegalPropertyValueException - If the new value is invalid.java.lang.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 IllegalPropertyValueException
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.
IllegalPropertyValueException - If the new value is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||