|
|||||||||
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<CharacterSetPasswordValidatorCfgClient,CharacterSetPasswordValidatorCfg>
org.opends.server.admin.std.meta.CharacterSetPasswordValidatorCfgDefn
public final class CharacterSetPasswordValidatorCfgDefn
An interface for querying the Character Set Password Validator managed object definition meta information.
The Character Set Password Validator determines whether a proposed password is acceptable by checking whether it contains a sufficient number of characters from one or more user-defined character sets.
Method Summary | |
---|---|
CharacterSetPasswordValidatorCfgClient |
createClientConfiguration(ManagedObject<? extends CharacterSetPasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed object. |
CharacterSetPasswordValidatorCfg |
createServerConfiguration(ServerManagedObject<? extends CharacterSetPasswordValidatorCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getAllowUnclassifiedCharactersPropertyDefinition()
Get the "allow-unclassified-characters" property definition. |
StringPropertyDefinition |
getCharacterSetPropertyDefinition()
Get the "character-set" property definition. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static CharacterSetPasswordValidatorCfgDefn |
getInstance()
Get the Character Set Password Validator configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<CharacterSetPasswordValidatorCfg> |
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 CharacterSetPasswordValidatorCfgDefn getInstance()
public CharacterSetPasswordValidatorCfgClient createClientConfiguration(ManagedObject<? extends CharacterSetPasswordValidatorCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<CharacterSetPasswordValidatorCfgClient,CharacterSetPasswordValidatorCfg>
impl
- The managed object.
public CharacterSetPasswordValidatorCfg createServerConfiguration(ServerManagedObject<? extends CharacterSetPasswordValidatorCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<CharacterSetPasswordValidatorCfgClient,CharacterSetPasswordValidatorCfg>
impl
- The server managed object.
public java.lang.Class<CharacterSetPasswordValidatorCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<CharacterSetPasswordValidatorCfgClient,CharacterSetPasswordValidatorCfg>
public BooleanPropertyDefinition getAllowUnclassifiedCharactersPropertyDefinition()
Indicates whether this password validator allows passwords to contain characters outside of any of the user-defined character sets.
If this is "false", then only those characters in the user-defined character sets may be used in passwords. Any password containing a character not included in any character set will be rejected.
public StringPropertyDefinition getCharacterSetPropertyDefinition()
Specifies a character set containing characters that a password may contain and a value indicating the minimum number of characters required from that set.
Each value must be an integer (indicating the minimum required characters from the set) followed by a colon and the characters to include in that set (for example, "3:abcdefghijklmnopqrstuvwxyz" indicates that a user password must contain at least three characters from the set of lowercase ASCII letters). Multiple character sets can be defined in separate values, although no character can appear in more than one character set.
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 |