public class VolcstackSign extends Object implements Authentication
| Constructor and Description |
|---|
VolcstackSign() |
VolcstackSign(Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
String payload)
Apply authentication settings to header and query params.
|
Credentials |
getCredentials() |
String |
getMethod() |
String |
getRegion() |
String |
getService() |
void |
setCredentials(Credentials credentials) |
void |
setMethod(String method) |
void |
setRegion(String region) |
void |
setService(String service) |
public VolcstackSign()
public VolcstackSign(Credentials credentials)
public void applyToParams(List<Pair> queryParams, Map<String,String> headerParams, String payload)
AuthenticationapplyToParams in interface AuthenticationqueryParams - List of query parametersheaderParams - Map of header parameterspublic Credentials getCredentials()
public void setCredentials(Credentials credentials)
public String getRegion()
public void setRegion(String region)
public String getService()
public void setService(String service)
public String getMethod()
public void setMethod(String method)
Copyright © 2024. All rights reserved.