public static enum DataKerberos.UserAccountStatus extends Enum<DataKerberos.UserAccountStatus>
| Enum Constant and Description |
|---|
DISABLE_ACCOUNT |
DONT_EXPIRE_PASSWD |
DONT_REQ_PREAUTH |
NORMAL_ACCOUNT |
PASSWD_NOTREQD |
TRUSTED_FOR_DELEGATION |
TRUSTED_TO_AUTH_FOR_DELEGATION |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static DataKerberos.UserAccountStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataKerberos.UserAccountStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataKerberos.UserAccountStatus NORMAL_ACCOUNT
public static final DataKerberos.UserAccountStatus PASSWD_NOTREQD
public static final DataKerberos.UserAccountStatus DONT_REQ_PREAUTH
public static final DataKerberos.UserAccountStatus TRUSTED_TO_AUTH_FOR_DELEGATION
public static final DataKerberos.UserAccountStatus TRUSTED_FOR_DELEGATION
public static final DataKerberos.UserAccountStatus DISABLE_ACCOUNT
public static final DataKerberos.UserAccountStatus DONT_EXPIRE_PASSWD
public static DataKerberos.UserAccountStatus[] values()
for (DataKerberos.UserAccountStatus c : DataKerberos.UserAccountStatus.values()) System.out.println(c);
public static DataKerberos.UserAccountStatus 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 getValue()
Copyright © 2005–2019 Alfresco Software. All rights reserved.