public class PasswordOptionsMask extends AbstractOptionSetDataType<PasswordOptionsMask.Options,UnsignedInteger,PasswordOptionsMask,PasswordOptionsMask.Builder> implements UInt32OptionSetDataType<PasswordOptionsMask.Options>
| Modifier and Type | Class and Description |
|---|---|
static class |
PasswordOptionsMask.Builder |
static class |
PasswordOptionsMask.Options |
AbstractOptionSetDataType.AbstractBuilder<T extends Enum<T> & OptionSpecification>| Modifier and Type | Field and Description |
|---|---|
static PasswordOptionsMask |
RequiresDigitCharacters
Deprecated.
Use Options.RequiresDigitCharacters instead
|
static PasswordOptionsMask |
RequiresLowerCaseCharacters
Deprecated.
Use Options.RequiresLowerCaseCharacters instead
|
static PasswordOptionsMask |
RequiresSpecialCharacters
Deprecated.
Use Options.RequiresSpecialCharacters instead
|
static PasswordOptionsMask |
RequiresUpperCaseCharacters
Deprecated.
Use Options.RequiresUpperCaseCharacters instead
|
static OptionSetSpecification |
SPECIFICATION |
static PasswordOptionsMask |
SupportDescriptionForUser
Deprecated.
Use Options.SupportDescriptionForUser instead
|
static PasswordOptionsMask |
SupportDisableDeleteForUser
Deprecated.
Use Options.SupportDisableDeleteForUser instead
|
static PasswordOptionsMask |
SupportDisableUser
Deprecated.
Use Options.SupportDisableUser instead
|
static PasswordOptionsMask |
SupportInitialPasswordChange
Deprecated.
Use Options.SupportInitialPasswordChange instead
|
static PasswordOptionsMask |
SupportNoChangeForUser
Deprecated.
Use Options.SupportNoChangeForUser instead
|
baseDataTypeId, builtInTypeClass, delegate, optionClass, sizeInBits| Modifier and Type | Method and Description |
|---|---|
static PasswordOptionsMask.Builder |
builder() |
static PasswordOptionsMask |
of() |
static PasswordOptionsMask |
of(BitSet values) |
static PasswordOptionsMask |
of(Iterable<PasswordOptionsMask.Options> setFields) |
static PasswordOptionsMask |
of(PasswordOptionsMask... values) |
static PasswordOptionsMask |
of(PasswordOptionsMask.Options... setFields) |
static PasswordOptionsMask |
of(UnsignedInteger value) |
OptionSetSpecification |
specification()
Returns the specification of this
UaOptionSet. |
asBuiltInType, computeBitField, computeBitField, computeBitField, computeBitField, computeBitField, computeBitField, computeBitFieldFixedSize, computeBuiltInTypeValue, containsAll, equals, getBaseTypeId, getBuiltInTypeClass, getSizeInBits, getValue, hashCode, isBitSet, toBuilder, toSet, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasBuiltInTypegetBaseTypeId, getBuiltInTypeClass, getSizeInBitscontains, containsAll, getValue, toBitSet, toBuilder, toOptionsMap@Deprecated public static PasswordOptionsMask SupportInitialPasswordChange
@Deprecated public static PasswordOptionsMask SupportDisableUser
@Deprecated public static PasswordOptionsMask SupportDisableDeleteForUser
@Deprecated public static PasswordOptionsMask SupportNoChangeForUser
@Deprecated public static PasswordOptionsMask SupportDescriptionForUser
@Deprecated public static PasswordOptionsMask RequiresUpperCaseCharacters
@Deprecated public static PasswordOptionsMask RequiresLowerCaseCharacters
@Deprecated public static PasswordOptionsMask RequiresDigitCharacters
@Deprecated public static PasswordOptionsMask RequiresSpecialCharacters
public static final OptionSetSpecification SPECIFICATION
public static PasswordOptionsMask.Builder builder()
public static PasswordOptionsMask of(UnsignedInteger value)
public static PasswordOptionsMask of(PasswordOptionsMask.Options... setFields)
public static PasswordOptionsMask of(PasswordOptionsMask... values)
public static PasswordOptionsMask of(BitSet values)
public static PasswordOptionsMask of(Iterable<PasswordOptionsMask.Options> setFields)
public static PasswordOptionsMask of()
public OptionSetSpecification specification()
UaOptionSetUaOptionSet. This can be used for generic procesing
of the OptionSetSpecification.getOptions().specification in interface UaOptionSetCopyright © 2026. All rights reserved.