public static enum PasswordOptionsMask.Options extends Enum<PasswordOptionsMask.Options> implements OptionSpecification
OptionSpecification.Builder| Modifier and Type | Method and Description |
|---|---|
int |
getBitPosition()
Position of bit, 0 is first bit.
|
LocalizedText |
getDescription()
Returns the Description of the Option.
|
String |
getName()
Returns the Name of the Option.
|
static PasswordOptionsMask.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordOptionsMask.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfbuilderpublic static final PasswordOptionsMask.Options SupportInitialPasswordChange
public static final PasswordOptionsMask.Options SupportDisableUser
public static final PasswordOptionsMask.Options SupportDisableDeleteForUser
public static final PasswordOptionsMask.Options SupportNoChangeForUser
public static final PasswordOptionsMask.Options SupportDescriptionForUser
public static final PasswordOptionsMask.Options RequiresUpperCaseCharacters
public static final PasswordOptionsMask.Options RequiresLowerCaseCharacters
public static final PasswordOptionsMask.Options RequiresDigitCharacters
public static final PasswordOptionsMask.Options RequiresSpecialCharacters
public static PasswordOptionsMask.Options[] values()
for (PasswordOptionsMask.Options c : PasswordOptionsMask.Options.values()) System.out.println(c);
public static PasswordOptionsMask.Options valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getBitPosition()
BitPositiongetBitPosition in interface BitPositionpublic String getName()
OptionSpecificationgetName in interface OptionSpecificationpublic LocalizedText getDescription()
OptionSpecificationgetDescription in interface OptionSpecificationCopyright © 2026. All rights reserved.