protected static enum Authenticator.AuthenticatorField extends Enum<Authenticator.AuthenticatorField> implements EnumType
| Enum Constant and Description |
|---|
AUTHENTICATOR_VNO |
AUTHORIZATION_DATA |
CKSUM |
CNAME |
CREALM |
CTIME |
CUSEC |
SEQ_NUMBER |
SUBKEY |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static Authenticator.AuthenticatorField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Authenticator.AuthenticatorField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Authenticator.AuthenticatorField AUTHENTICATOR_VNO
public static final Authenticator.AuthenticatorField CREALM
public static final Authenticator.AuthenticatorField CNAME
public static final Authenticator.AuthenticatorField CKSUM
public static final Authenticator.AuthenticatorField CUSEC
public static final Authenticator.AuthenticatorField CTIME
public static final Authenticator.AuthenticatorField SUBKEY
public static final Authenticator.AuthenticatorField SEQ_NUMBER
public static final Authenticator.AuthenticatorField AUTHORIZATION_DATA
public static Authenticator.AuthenticatorField[] values()
for (Authenticator.AuthenticatorField c : Authenticator.AuthenticatorField.values()) System.out.println(c);
public static Authenticator.AuthenticatorField 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 nullCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.