|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeValuePasswordValidatorCfgClient
A client-side interface for reading and modifying Attribute Value Password Validator settings.
The Attribute Value Password Validator attempts to determine whether a proposed password is acceptable for use by determining whether that password is contained in any attribute within the user's entry.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends AttributeValuePasswordValidatorCfgClient,? extends AttributeValuePasswordValidatorCfg> |
definition()
Get the configuration definition associated with this Attribute Value Password Validator. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<AttributeType> |
getMatchAttribute()
Gets the "match-attribute" property. |
java.lang.Boolean |
isTestReversedPassword()
Gets the "test-reversed-password" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setMatchAttribute(java.util.Collection<AttributeType> values)
Sets the "match-attribute" property. |
void |
setTestReversedPassword(boolean value)
Sets the "test-reversed-password" 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 AttributeValuePasswordValidatorCfgClient,? extends AttributeValuePasswordValidatorCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PasswordValidatorCfgClient
java.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 PasswordValidatorCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.java.util.SortedSet<AttributeType> getMatchAttribute()
Specifies the name(s) of the attribute(s) whose values should be checked to determine whether they match the provided password. If no values are provided, then the server checks if the proposed password matches the value of any attribute in the user's entry.
void setMatchAttribute(java.util.Collection<AttributeType> values) throws IllegalPropertyValueException
Specifies the name(s) of the attribute(s) whose values should be checked to determine whether they match the provided password. If no values are provided, then the server checks if the proposed password matches the value of any attribute in the user's entry.
values
- The values of the "match-attribute" property.
IllegalPropertyValueException
- If one or more of the new values are invalid.java.lang.Boolean isTestReversedPassword()
Indicates whether this password validator should test the reversed value of the provided password as well as the order in which it was given.
void setTestReversedPassword(boolean value) throws IllegalPropertyValueException
Indicates whether this password validator should test the reversed value of the provided password as well as the order in which it was given.
value
- The value of the "test-reversed-password" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |