参数类型为 ISigner 的 com.aliyuncs 中的方法 |
|
IAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
ISigner signer,
FormatType format,
List<Endpoint> endpoints)
|
|
DefaultAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
ISigner signer,
FormatType format,
List<Endpoint> endpoints)
|
HttpRequest |
RpcAcsRequest.signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain)
|
HttpRequest |
RoaAcsRequest.signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain)
|
HttpRequest |
OssAcsRequest.signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain)
|
abstract HttpRequest |
AcsRequest.signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain)
|
参数类型为 ISigner 的 com.aliyuncs.auth 中的方法 |
String |
RpcSignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
ISigner signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths)
|
String |
RoaSignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
ISigner signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths)
|
String |
OssSignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
ISigner signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths)
|
String |
ISignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
ISigner signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths)
|
Map<String,String> |
RpcSignatureComposer.refreshSignParameters(Map<String,String> parameters,
ISigner signer,
String accessKeyId,
FormatType format)
|
Map<String,String> |
RoaSignatureComposer.refreshSignParameters(Map<String,String> parameters,
ISigner signer,
String accessKeyId,
FormatType format)
|
Map<String,String> |
OssSignatureComposer.refreshSignParameters(Map<String,String> parameters,
ISigner signer,
String accessKeyId,
FormatType format)
|
Map<String,String> |
ISignatureComposer.refreshSignParameters(Map<String,String> parameters,
ISigner signer,
String accessKeyId,
FormatType format)
|