|
|||||||||
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<LengthBasedPasswordValidatorCfgClient,LengthBasedPasswordValidatorCfg>
org.opends.server.admin.std.meta.LengthBasedPasswordValidatorCfgDefn
public final class LengthBasedPasswordValidatorCfgDefn
An interface for querying the Length Based Password Validator managed object definition meta information.
The Length Based Password Validator is used to determine whether a proposed password is acceptable based on whether the number of characters it contains falls within an acceptable range of values.
Method Summary | |
---|---|
LengthBasedPasswordValidatorCfgClient |
createClientConfiguration(ManagedObject<? extends LengthBasedPasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed object. |
LengthBasedPasswordValidatorCfg |
createServerConfiguration(ServerManagedObject<? extends LengthBasedPasswordValidatorCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static LengthBasedPasswordValidatorCfgDefn |
getInstance()
Get the Length Based Password Validator configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
IntegerPropertyDefinition |
getMaxPasswordLengthPropertyDefinition()
Get the "max-password-length" property definition. |
IntegerPropertyDefinition |
getMinPasswordLengthPropertyDefinition()
Get the "min-password-length" property definition. |
java.lang.Class<LengthBasedPasswordValidatorCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static LengthBasedPasswordValidatorCfgDefn getInstance()
public LengthBasedPasswordValidatorCfgClient createClientConfiguration(ManagedObject<? extends LengthBasedPasswordValidatorCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<LengthBasedPasswordValidatorCfgClient,LengthBasedPasswordValidatorCfg>
impl
- The managed object.
public LengthBasedPasswordValidatorCfg createServerConfiguration(ServerManagedObject<? extends LengthBasedPasswordValidatorCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<LengthBasedPasswordValidatorCfgClient,LengthBasedPasswordValidatorCfg>
impl
- The server managed object.
public java.lang.Class<LengthBasedPasswordValidatorCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<LengthBasedPasswordValidatorCfgClient,LengthBasedPasswordValidatorCfg>
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 IntegerPropertyDefinition getMaxPasswordLengthPropertyDefinition()
Specifies the maximum number of characters that can be included in a proposed password.
A value of zero indicates that there will be no upper bound enforced. If both minimum and maximum lengths are defined, then the minimum length must be less than or equal to the maximum length.
public IntegerPropertyDefinition getMinPasswordLengthPropertyDefinition()
Specifies the minimum number of characters that must be included in a proposed password.
A value of zero indicates that there will be no lower bound enforced. If both minimum and maximum lengths are defined, then the minimum length must be less than or equal to the maximum length.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |