com.aliyuncs.auth
类 RpcSignatureComposer
java.lang.Object
com.aliyuncs.auth.RpcSignatureComposer
- 所有已实现的接口:
- ISignatureComposer
public class RpcSignatureComposer
- extends Object
- implements ISignatureComposer
方法摘要 |
String |
composeStringToSign(MethodType method,
String uriPattern,
ISigner signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths)
|
static ISignatureComposer |
getComposer()
|
Map<String,String> |
refreshSignParameters(Map<String,String> parameters,
ISigner signer,
String accessKeyId,
FormatType format)
|
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
refreshSignParameters
public Map<String,String> refreshSignParameters(Map<String,String> parameters,
ISigner signer,
String accessKeyId,
FormatType format)
- 指定者:
- 接口
ISignatureComposer
中的 refreshSignParameters
composeStringToSign
public String composeStringToSign(MethodType method,
String uriPattern,
ISigner signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths)
- 指定者:
- 接口
ISignatureComposer
中的 composeStringToSign
getComposer
public static ISignatureComposer getComposer()
Copyright © 2017. All Rights Reserved.