你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AuthenticationMethod Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. AuthenticationMethod
- com.
public abstract class AuthenticationMethod
Class used to abstract the different authentication methods used to use IoT Hub SDK.
Field Summary
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
key
Shared access policy key (if applies) |
protected java.lang.String |
policyName
Authentication policy name |
protected java.lang.String |
token
Shared access policy token (if applies) |
Constructor Summary
Constructor | Description | |
---|---|---|
AuthenticationMethod() |
Method Summary
Modifier and Type | Method and Description |
---|---|
protected abstract
Iot |
populate(IotHubConnectionString iotHubConnectionStringBuilder)
Abstract helper function to populate |
Methods inherited from java.lang.Object
Field Details
key
protected String key
Shared access policy key (if applies)
policyName
protected String policyName
Authentication policy name
token
protected String token
Shared access policy token (if applies)
Constructor Details
AuthenticationMethod
public AuthenticationMethod()
Method Details
populate
protected abstract IotHubConnectionString populate(IotHubConnectionString iotHubConnectionStringBuilder)
Abstract helper function to populate IotHubConnectionString
class with proper authentication properties
Parameters:
Returns: