AuthenticationMethod Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. network. AuthenticationMethod
- com.
- com.
public final class AuthenticationMethod
extends com.microsoft.rest.ExpandableStringEnum<AuthenticationMethod>
Defines values for AuthenticationMethod.
Modifier and Type | Field and Description |
---|---|
static final
Authentication |
EAPMSCHAPV2
Static value EAPMSCHAPv2 for Authentication |
static final
Authentication |
EAPTLS
Static value EAPTLS for Authentication |
Constructor | Description | |
---|---|---|
Authentication |
Modifier and Type | Method and Description |
---|---|
static
Authentication |
from Creates or finds a Authentication |
static
java.util.Collection<Authentication |
values() |
EAPMSCHAPV2
public static final AuthenticationMethod EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.
EAPTLS
public static final AuthenticationMethod EAPTLS
Static value EAPTLS for AuthenticationMethod.
AuthenticationMethod
public AuthenticationMethod()
fromString
public static AuthenticationMethod fromString(String name)
Creates or finds a AuthenticationMethod from its string representation.
Parameters:
Returns:
values
public static Collection
Returns: