| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service | |
| com.microsoft.azure.sdk.iot.service.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
Device.getAuthenticationType()
Getter for the authentication type of this device
|
| Modifier and Type | Method and Description |
|---|---|
static Device |
Device.createDevice(String deviceId,
AuthenticationType authenticationType)
Static create function
Creates device object using the given name that will use a Certificate Authority signed certificate for authentication.
|
| Constructor and Description |
|---|
ExportImportDevice(String deviceId,
AuthenticationType authenticationType)
Constructor for an ExportImportDevice object.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
AuthenticationMechanism.getAuthenticationType()
Getter for authentication type.
|
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationMechanism.setAuthenticationType(AuthenticationType type)
Setter for the authentication type of this object
|
| Constructor and Description |
|---|
AuthenticationMechanism(AuthenticationType authenticationType)
Constructor that is used for certificate authority authentication.
|
Copyright © 2017. All rights reserved.