|
|||||||||
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<PasswordValidatorCfgClient,PasswordValidatorCfg>
org.opends.server.admin.std.meta.PasswordValidatorCfgDefn
public final class PasswordValidatorCfgDefn
An interface for querying the Password Validator managed object definition meta information.
Password Validators are responsible for determining whether a proposed password is acceptable for use and could include checks like ensuring it meets minimum length requirements, that it has an appropriate range of characters, or that it is not in the history.
Method Summary | |
---|---|
PasswordValidatorCfgClient |
createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed object. |
PasswordValidatorCfg |
createServerConfiguration(ServerManagedObject<? extends PasswordValidatorCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static PasswordValidatorCfgDefn |
getInstance()
Get the Password Validator configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<PasswordValidatorCfg> |
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 PasswordValidatorCfgDefn getInstance()
public PasswordValidatorCfgClient createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg>
impl
- The managed object.
public PasswordValidatorCfg createServerConfiguration(ServerManagedObject<? extends PasswordValidatorCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg>
impl
- The server managed object.
public java.lang.Class<PasswordValidatorCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg>
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |