public class AuthenticationParameters extends AbstractModel
header, skipSign
Constructor and Description |
---|
AuthenticationParameters() |
AuthenticationParameters(AuthenticationParameters 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 |
getAuthParam()
Get Authentication parameters name.
|
String |
getAuthType()
Get Authentication type.
|
String |
getBackupSecretKey()
Get The backup authentication key consists of 6–40 uppercase and lowercase english letters or digits, and cannot contain " and $.
|
String |
getSecretKey()
Get The primary authentication key consists of 6–40 uppercase and lowercase english letters or digits, and cannot contain " and $.
|
String |
getTimeFormat()
Get Authentication time format.
|
Long |
getTimeout()
Get Validity period of the authentication url, in seconds, value range: 1–630720000.
|
String |
getTimeParam()
Get Authentication timestamp.
|
void |
setAuthParam(String AuthParam)
Set Authentication parameters name.
|
void |
setAuthType(String AuthType)
Set Authentication type.
|
void |
setBackupSecretKey(String BackupSecretKey)
Set The backup authentication key consists of 6–40 uppercase and lowercase english letters or digits, and cannot contain " and $.
|
void |
setSecretKey(String SecretKey)
Set The primary authentication key consists of 6–40 uppercase and lowercase english letters or digits, and cannot contain " and $.
|
void |
setTimeFormat(String TimeFormat)
Set Authentication time format.
|
void |
setTimeout(Long Timeout)
Set Validity period of the authentication url, in seconds, value range: 1–630720000.
|
void |
setTimeParam(String TimeParam)
Set Authentication timestamp.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AuthenticationParameters()
public AuthenticationParameters(AuthenticationParameters source)
public String getAuthType()
public void setAuthType(String AuthType)
AuthType
- Authentication type. valid values:.
public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- The primary authentication key consists of 6–40 uppercase and lowercase english letters or digits, and cannot contain " and $.public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- Validity period of the authentication url, in seconds, value range: 1–630720000. used to determine if the client access request has expired:.
public String getBackupSecretKey()
public void setBackupSecretKey(String BackupSecretKey)
BackupSecretKey
- The backup authentication key consists of 6–40 uppercase and lowercase english letters or digits, and cannot contain " and $.public String getAuthParam()
public void setAuthParam(String AuthParam)
AuthParam
- Authentication parameters name. the node will validate the value corresponding to this parameter name. consists of 1-100 uppercase and lowercase letters, numbers, or underscores.public String getTimeParam()
public void setTimeParam(String TimeParam)
TimeParam
- Authentication timestamp. it cannot be the same as the value of the authparam field.public String getTimeFormat()
public void setTimeFormat(String TimeFormat)
TimeFormat
- Authentication time format. values:.
Copyright © 2025. All rights reserved.