| Package | Description |
|---|---|
| com.aliyuncs | |
| com.aliyuncs.auth | |
| com.aliyuncs.profile |
| Modifier and Type | Method and Description |
|---|---|
<T extends AcsResponse> |
IAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
ISigner signer,
FormatType format,
List<Endpoint> endpoints) |
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
ISigner signer,
FormatType format,
List<Endpoint> endpoints) |
HttpRequest |
RoaAcsRequest.signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain) |
HttpRequest |
OssAcsRequest.signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain) |
HttpRequest |
RpcAcsRequest.signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain) |
abstract HttpRequest |
AcsRequest.signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShaHmac1 |
class |
ShaHmac256 |
| Modifier and Type | Method and Description |
|---|---|
ISigner |
ShaHmac1Singleton.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
RoaSignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
ISigner signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths) |
String |
RpcSignatureComposer.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> |
RoaSignatureComposer.refreshSignParameters(Map<String,String> parameters,
ISigner signer,
String accessKeyId,
FormatType format) |
Map<String,String> |
RpcSignatureComposer.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) |
| Modifier and Type | Method and Description |
|---|---|
ISigner |
IClientProfile.getSigner() |
ISigner |
DefaultProfile.getSigner() |
Copyright © 2017. All Rights Reserved.