public interface RequestSigner
不同的账号类型可能使用不同的签名机制或算法,Account的实现类一般是RequestSigner的工厂。
| Modifier and Type | Method and Description |
|---|---|
void |
sign(String resource,
com.aliyun.odps.commons.transport.Request req)
对HTTP请求签名
|
void sign(String resource, com.aliyun.odps.commons.transport.Request req)
第一个参数resource表示RESTful资源标识
resource - 资源标识, 如: /projects/my_project/tables/my_tablereq - RequestCopyright © 2022 Alibaba Cloud Computing. All rights reserved.