|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<AttributeValuePasswordValidatorCfgClient,AttributeValuePasswordValidatorCfg>
org.opends.server.admin.std.meta.AttributeValuePasswordValidatorCfgDefn
public final class AttributeValuePasswordValidatorCfgDefn
An interface for querying the Attribute Value Password Validator managed object definition meta information.
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 | |
---|---|
AttributeValuePasswordValidatorCfgClient |
createClientConfiguration(ManagedObject<? extends AttributeValuePasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed object. |
AttributeValuePasswordValidatorCfg |
createServerConfiguration(ServerManagedObject<? extends AttributeValuePasswordValidatorCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static AttributeValuePasswordValidatorCfgDefn |
getInstance()
Get the Attribute Value Password Validator configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
AttributeTypePropertyDefinition |
getMatchAttributePropertyDefinition()
Get the "match-attribute" property definition. |
java.lang.Class<AttributeValuePasswordValidatorCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
BooleanPropertyDefinition |
getTestReversedPasswordPropertyDefinition()
Get the "test-reversed-password" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static AttributeValuePasswordValidatorCfgDefn getInstance()
public AttributeValuePasswordValidatorCfgClient createClientConfiguration(ManagedObject<? extends AttributeValuePasswordValidatorCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<AttributeValuePasswordValidatorCfgClient,AttributeValuePasswordValidatorCfg>
impl
- The managed object.
public AttributeValuePasswordValidatorCfg createServerConfiguration(ServerManagedObject<? extends AttributeValuePasswordValidatorCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<AttributeValuePasswordValidatorCfgClient,AttributeValuePasswordValidatorCfg>
impl
- The server managed object.
public java.lang.Class<AttributeValuePasswordValidatorCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<AttributeValuePasswordValidatorCfgClient,AttributeValuePasswordValidatorCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the password validator is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the password validator implementation.
public AttributeTypePropertyDefinition getMatchAttributePropertyDefinition()
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.
public BooleanPropertyDefinition getTestReversedPasswordPropertyDefinition()
Indicates whether this password validator should test the reversed value of the provided password as well as the order in which it was given.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |