to top
AFEX APIs
public static final enum

WifiConfigEnterpriseField.Phase2Type

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

Class Overview

Enumerates Extensible Authentication Protocol Phase 2 Methods

Summary

Enum Values
WifiConfigEnterpriseField.Phase2Type  PHASE2_TYPE_GTC  Represents EAP Generic Token Card  
WifiConfigEnterpriseField.Phase2Type  PHASE2_TYPE_MSCHAP  Represents Microsoft version of the Challenge-Handshake Authentication Protocol Version 1  
WifiConfigEnterpriseField.Phase2Type  PHASE2_TYPE_MSCHAPV2  Represents Microsoft version of the Challenge-Handshake Authentication Protocol Version 2  
WifiConfigEnterpriseField.Phase2Type  PHASE2_TYPE_NONE   
WifiConfigEnterpriseField.Phase2Type  PHASE2_TYPE_PAP  Represents Password Authentication Protocol  
Public Methods
static WifiConfigEnterpriseField.Phase2Type toEnum(String s)
static WifiConfigEnterpriseField.Phase2Type toEnum(int i)
String toString()
static WifiConfigEnterpriseField.Phase2Type valueOf(String name)
final static Phase2Type[] 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.Phase2Type PHASE2_TYPE_GTC

Added in API level 1

Represents EAP Generic Token Card

public static final WifiConfigEnterpriseField.Phase2Type PHASE2_TYPE_MSCHAP

Added in API level 1

Represents Microsoft version of the Challenge-Handshake Authentication Protocol Version 1

public static final WifiConfigEnterpriseField.Phase2Type PHASE2_TYPE_MSCHAPV2

Added in API level 1

Represents Microsoft version of the Challenge-Handshake Authentication Protocol Version 2

public static final WifiConfigEnterpriseField.Phase2Type PHASE2_TYPE_NONE

Added in API level 1

public static final WifiConfigEnterpriseField.Phase2Type PHASE2_TYPE_PAP

Added in API level 1

Represents Password Authentication Protocol

Public Methods

public static WifiConfigEnterpriseField.Phase2Type toEnum (String s)

Added in API level 1

Parameters
s String
Returns
WifiConfigEnterpriseField.Phase2Type

public static WifiConfigEnterpriseField.Phase2Type toEnum (int i)

Added in API level 1

Parameters
i int
Returns
WifiConfigEnterpriseField.Phase2Type

public String toString ()

Returns
String

public static WifiConfigEnterpriseField.Phase2Type valueOf (String name)

Added in API level 1

Parameters
name String
Returns
WifiConfigEnterpriseField.Phase2Type

public static final Phase2Type[] values ()

Added in API level 1

Returns
Phase2Type[]