public static enum EAP.AuthInfoID extends Enum<EAP.AuthInfoID>
Enum Constant and Description |
---|
CredentialType |
ExpandedEAPMethod |
ExpandedInnerEAPMethod |
InnerAuthEAPMethodType |
NonEAPInnerAuthType |
TunneledEAPMethodCredType |
Undefined |
VendorSpecific |
Modifier and Type | Method and Description |
---|---|
static EAP.AuthInfoID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAP.AuthInfoID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAP.AuthInfoID Undefined
public static final EAP.AuthInfoID ExpandedEAPMethod
public static final EAP.AuthInfoID NonEAPInnerAuthType
public static final EAP.AuthInfoID InnerAuthEAPMethodType
public static final EAP.AuthInfoID ExpandedInnerEAPMethod
public static final EAP.AuthInfoID CredentialType
public static final EAP.AuthInfoID TunneledEAPMethodCredType
public static final EAP.AuthInfoID VendorSpecific
public static EAP.AuthInfoID[] values()
for (EAP.AuthInfoID c : EAP.AuthInfoID.values()) System.out.println(c);
public static EAP.AuthInfoID 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 null