| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.auth | |
| com.microsoft.azure.sdk.iot.service.registry |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
RegistryIdentity.getAuthenticationType()
Getter for the authentication type of this device
|
| Constructor and Description |
|---|
Device(String deviceId,
AuthenticationType authenticationType)
Creates a device using the given id.
|
ExportImportDevice(String deviceId,
AuthenticationType authenticationType)
Constructor for an ExportImportDevice object.
|
Module(String deviceId,
String moduleId,
AuthenticationType authenticationType) |
Copyright © 2024. All rights reserved.