public static enum ADUserAccountControl.Flags extends Enum<ADUserAccountControl.Flags>
| Enum Constant and Description |
|---|
ACCOUNTDISABLE
The user account is disabled.
|
NORMAL_ACCOUNT
This is a default account type that represents a typical user.
|
PASSWORD_EXPIRED
The user password has expired.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFlagValue() |
boolean |
isSetIn(int userAccountControlValue) |
static ADUserAccountControl.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ADUserAccountControl.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ADUserAccountControl.Flags ACCOUNTDISABLE
public static final ADUserAccountControl.Flags NORMAL_ACCOUNT
public static final ADUserAccountControl.Flags PASSWORD_EXPIRED
public static ADUserAccountControl.Flags[] values()
for (ADUserAccountControl.Flags c : ADUserAccountControl.Flags.values()) System.out.println(c);
public static ADUserAccountControl.Flags 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 getFlagValue()
public boolean isSetIn(int userAccountControlValue)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.