| Package | Description |
|---|---|
| com.baidubce.auth | |
| com.baidubce.internal |
| Modifier and Type | Field and Description |
|---|---|
static SignOptions |
SignOptions.DEFAULT
The default sign options, which is {headersToSign:null, timestamp:null, expirationInSeconds:1800}.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
| Modifier and Type | Method and Description |
|---|---|
SignOptions |
InternalRequest.getSignOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalRequest.setSignOptions(SignOptions signOptions) |
Copyright © 2016. All rights reserved.