public class ModifyJWTAuthenticatorRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyJWTAuthenticatorRequest() |
ModifyJWTAuthenticatorRequest(ModifyJWTAuthenticatorRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Get 算法:hmac-based,public-key
|
String |
getFrom()
Get 设备连接时传递jwt的key;
username-使用用户名字段传递;
password-使用密码字段传递
|
String |
getInstanceId()
Get 实例ID
|
String |
getPublicKey()
Get 公钥
|
String |
getRemark()
Get 说明
|
String |
getSecret()
Get 密码
|
String |
getText()
Get JSKS文本
|
void |
setAlgorithm(String Algorithm)
Set 算法:hmac-based,public-key
|
void |
setFrom(String From)
Set 设备连接时传递jwt的key;
username-使用用户名字段传递;
password-使用密码字段传递
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setPublicKey(String PublicKey)
Set 公钥
|
void |
setRemark(String Remark)
Set 说明
|
void |
setSecret(String Secret)
Set 密码
|
void |
setText(String Text)
Set JSKS文本
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyJWTAuthenticatorRequest()
public ModifyJWTAuthenticatorRequest(ModifyJWTAuthenticatorRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- 算法:hmac-based,public-keypublic String getFrom()
public void setFrom(String From)
From
- 设备连接时传递jwt的key;
username-使用用户名字段传递;
password-使用密码字段传递public String getSecret()
public void setSecret(String Secret)
Secret
- 密码public String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey
- 公钥public String getText()
public void setText(String Text)
Text
- JSKS文本public String getRemark()
public void setRemark(String Remark)
Remark
- 说明Copyright © 2025. All rights reserved.