| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service | |
| com.microsoft.azure.sdk.iot.service.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
BaseDevice.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.
|
static Module |
Module.createModule(String deviceId,
String moduleId,
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 |
|---|
BaseDevice(String deviceId,
AuthenticationType authenticationType)
Create an BaseDevice instance using the given device name with the given authenticationType
|
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 © 2022. All rights reserved.