to top
AFEX APIs
public static final enum

WifiConfigEnterpriseField.EapMethod

extends Enum<WifiConfigEnterpriseField.EapMethod>
java.lang.Object
   ↳ java.lang.Enum<com.ardic.android.parcelables.WifiConfigEnterpriseField.EapMethod>
     ↳ com.ardic.android.parcelables.WifiConfigEnterpriseField.EapMethod

Class Overview

Enumerates Extensible Authentication Protocol Methods

Summary

Enum Values
WifiConfigEnterpriseField.EapMethod  EAP_METHOD_PEAP  Represents Protected Extensible Authentication Protocol  
WifiConfigEnterpriseField.EapMethod  EAP_METHOD_PWD  Represents EAP Password  
WifiConfigEnterpriseField.EapMethod  EAP_METHOD_TLS  Represents EAP-Transport Layer Security  
WifiConfigEnterpriseField.EapMethod  EAP_METHOD_TTLS  Represents EAP-Tunneled Transport Layer Security  
Public Methods
static WifiConfigEnterpriseField.EapMethod toEnum(String s)
static WifiConfigEnterpriseField.EapMethod toEnum(int i)
String toString()
static WifiConfigEnterpriseField.EapMethod valueOf(String name)
final static EapMethod[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WifiConfigEnterpriseField.EapMethod EAP_METHOD_PEAP

Added in API level 1

Represents Protected Extensible Authentication Protocol

public static final WifiConfigEnterpriseField.EapMethod EAP_METHOD_PWD

Added in API level 1

Represents EAP Password

public static final WifiConfigEnterpriseField.EapMethod EAP_METHOD_TLS

Added in API level 1

Represents EAP-Transport Layer Security

public static final WifiConfigEnterpriseField.EapMethod EAP_METHOD_TTLS

Added in API level 1

Represents EAP-Tunneled Transport Layer Security

Public Methods

public static WifiConfigEnterpriseField.EapMethod toEnum (String s)

Added in API level 1

Parameters
s String
Returns
WifiConfigEnterpriseField.EapMethod

public static WifiConfigEnterpriseField.EapMethod toEnum (int i)

Added in API level 1

Parameters
i int
Returns
WifiConfigEnterpriseField.EapMethod

public String toString ()

Returns
String

public static WifiConfigEnterpriseField.EapMethod valueOf (String name)

Added in API level 1

Parameters
name String
Returns
WifiConfigEnterpriseField.EapMethod

public static final EapMethod[] values ()

Added in API level 1

Returns
EapMethod[]