| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WiFiAuthenticationMethod |
AndroidWorkProfileEnterpriseWiFiConfiguration.authenticationMethod |
protected WiFiAuthenticationMethod |
MacOSEnterpriseWiFiConfiguration.authenticationMethod |
protected WiFiAuthenticationMethod |
AndroidEnterpriseWiFiConfiguration.authenticationMethod |
protected WiFiAuthenticationMethod |
AndroidDeviceOwnerEnterpriseWiFiConfiguration.authenticationMethod |
protected WiFiAuthenticationMethod |
AndroidForWorkEnterpriseWiFiConfiguration.authenticationMethod |
protected WiFiAuthenticationMethod |
MacOSWiredNetworkConfiguration.authenticationMethod |
protected WiFiAuthenticationMethod |
WindowsWifiEnterpriseEAPConfiguration.authenticationMethod |
protected WiFiAuthenticationMethod |
IosEnterpriseWiFiConfiguration.authenticationMethod |
| Modifier and Type | Method and Description |
|---|---|
Optional<WiFiAuthenticationMethod> |
AndroidWorkProfileEnterpriseWiFiConfiguration.getAuthenticationMethod()
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
Optional<WiFiAuthenticationMethod> |
MacOSEnterpriseWiFiConfiguration.getAuthenticationMethod()
“Authentication Method when EAP Type is configured to PEAP or EAP-TTLS.”
|
Optional<WiFiAuthenticationMethod> |
AndroidEnterpriseWiFiConfiguration.getAuthenticationMethod()
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
Optional<WiFiAuthenticationMethod> |
AndroidDeviceOwnerEnterpriseWiFiConfiguration.getAuthenticationMethod()
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
Optional<WiFiAuthenticationMethod> |
AndroidForWorkEnterpriseWiFiConfiguration.getAuthenticationMethod()
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
Optional<WiFiAuthenticationMethod> |
MacOSWiredNetworkConfiguration.getAuthenticationMethod()
“Authentication Method when EAP Type is configured to PEAP or EAP-TTLS.”
|
Optional<WiFiAuthenticationMethod> |
WindowsWifiEnterpriseEAPConfiguration.getAuthenticationMethod()
“Specify the authentication method.”
|
Optional<WiFiAuthenticationMethod> |
IosEnterpriseWiFiConfiguration.getAuthenticationMethod()
“Authentication Method when EAP Type is configured to PEAP or EAP-TTLS.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidWorkProfileEnterpriseWiFiConfiguration.Builder |
AndroidWorkProfileEnterpriseWiFiConfiguration.Builder.authenticationMethod(WiFiAuthenticationMethod authenticationMethod)
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
MacOSEnterpriseWiFiConfiguration.Builder |
MacOSEnterpriseWiFiConfiguration.Builder.authenticationMethod(WiFiAuthenticationMethod authenticationMethod)
“Authentication Method when EAP Type is configured to PEAP or EAP-TTLS.”
|
AndroidEnterpriseWiFiConfiguration.Builder |
AndroidEnterpriseWiFiConfiguration.Builder.authenticationMethod(WiFiAuthenticationMethod authenticationMethod)
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
AndroidDeviceOwnerEnterpriseWiFiConfiguration.Builder |
AndroidDeviceOwnerEnterpriseWiFiConfiguration.Builder.authenticationMethod(WiFiAuthenticationMethod authenticationMethod)
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
AndroidForWorkEnterpriseWiFiConfiguration.Builder |
AndroidForWorkEnterpriseWiFiConfiguration.Builder.authenticationMethod(WiFiAuthenticationMethod authenticationMethod)
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
MacOSWiredNetworkConfiguration.Builder |
MacOSWiredNetworkConfiguration.Builder.authenticationMethod(WiFiAuthenticationMethod authenticationMethod)
“Authentication Method when EAP Type is configured to PEAP or EAP-TTLS.”
|
WindowsWifiEnterpriseEAPConfiguration.Builder |
WindowsWifiEnterpriseEAPConfiguration.Builder.authenticationMethod(WiFiAuthenticationMethod authenticationMethod)
“Specify the authentication method.”
|
IosEnterpriseWiFiConfiguration.Builder |
IosEnterpriseWiFiConfiguration.Builder.authenticationMethod(WiFiAuthenticationMethod authenticationMethod)
“Authentication Method when EAP Type is configured to PEAP or EAP-TTLS.”
|
AndroidWorkProfileEnterpriseWiFiConfiguration |
AndroidWorkProfileEnterpriseWiFiConfiguration.withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
MacOSEnterpriseWiFiConfiguration |
MacOSEnterpriseWiFiConfiguration.withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
AndroidEnterpriseWiFiConfiguration |
AndroidEnterpriseWiFiConfiguration.withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
AndroidDeviceOwnerEnterpriseWiFiConfiguration |
AndroidDeviceOwnerEnterpriseWiFiConfiguration.withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
AndroidForWorkEnterpriseWiFiConfiguration |
AndroidForWorkEnterpriseWiFiConfiguration.withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
MacOSWiredNetworkConfiguration |
MacOSWiredNetworkConfiguration.withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
WindowsWifiEnterpriseEAPConfiguration |
WindowsWifiEnterpriseEAPConfiguration.withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
IosEnterpriseWiFiConfiguration |
IosEnterpriseWiFiConfiguration.withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WiFiAuthenticationMethod |
WiFiAuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WiFiAuthenticationMethod[] |
WiFiAuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.