public final class AuthenticationMethod extends ExpandableStringEnum<AuthenticationMethod>
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationMethod |
EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.
|
static AuthenticationMethod |
EAPTLS
Static value EAPTLS for AuthenticationMethod.
|
| Constructor and Description |
|---|
AuthenticationMethod() |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMethod |
fromString(String name)
Creates or finds a AuthenticationMethod from its string representation.
|
static Collection<AuthenticationMethod> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final AuthenticationMethod EAPTLS
public static final AuthenticationMethod EAPMSCHAPV2
public static AuthenticationMethod fromString(String name)
name - a name to look forpublic static Collection<AuthenticationMethod> values()
Copyright © 2019. All rights reserved.