Package | Description |
---|---|
com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
com.microsoft.azure.sdk.iot.device.auth |
Authenticates a device to an IoT Hub via SAS tokens.
|
Constructor and Description |
---|
DeviceClient(java.lang.String hostName,
java.lang.String deviceId,
SasTokenProvider sasTokenProvider,
IotHubClientProtocol protocol)
Constructor that allows for the client's SAS token generation to be controlled by the user.
|
DeviceClient(java.lang.String hostName,
java.lang.String deviceId,
SasTokenProvider sasTokenProvider,
IotHubClientProtocol protocol,
ClientOptions clientOptions)
Constructor that allows for the client's SAS token generation to be controlled by the user.
|
ModuleClient(java.lang.String hostName,
java.lang.String deviceId,
java.lang.String moduleId,
SasTokenProvider sasTokenProvider,
IotHubClientProtocol protocol)
Constructor that allows for the client's SAS token generation to be controlled by the user.
|
ModuleClient(java.lang.String hostName,
java.lang.String deviceId,
java.lang.String moduleId,
SasTokenProvider sasTokenProvider,
IotHubClientProtocol protocol,
ClientOptions clientOptions)
Constructor that allows for the client's SAS token generation to be controlled by the user.
|
Constructor and Description |
---|
IotHubSasTokenProvidedAuthenticationProvider(java.lang.String hostName,
java.lang.String deviceId,
java.lang.String moduleId,
SasTokenProvider sasTokenProvider,
javax.net.ssl.SSLContext sslContext) |
Copyright © 2023. All rights reserved.