| Package | Description |
|---|---|
| com.aliyun.oss | |
| com.aliyun.oss.common.comm |
| Modifier and Type | Field and Description |
|---|---|
protected List<RequestSigner> |
ClientConfiguration.signerHandlers |
| Modifier and Type | Method and Description |
|---|---|
List<RequestSigner> |
ClientConfiguration.getSignerHandlers()
Gets signer handlers
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConfiguration.setSignerHandlers(List<RequestSigner> signerHandlers)
Sets signer handlers using for authentication of the proxy server.
|
| Modifier and Type | Method and Description |
|---|---|
RequestSigner |
ExecutionContext.getSigner() |
| Modifier and Type | Method and Description |
|---|---|
List<RequestSigner> |
ExecutionContext.getSignerHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.addSignerHandler(RequestSigner handler) |
void |
ExecutionContext.insertSignerHandler(int position,
RequestSigner handler) |
void |
ExecutionContext.removeSignerHandler(RequestSigner handler) |
void |
ExecutionContext.setSigner(RequestSigner signer) |
Copyright © 2021. All Rights Reserved.