|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SignOptions | |
---|---|
com.baidubce.auth | |
com.baidubce.internal | |
com.baidubce.services.tsdb |
Uses of SignOptions in com.baidubce.auth |
---|
Fields in com.baidubce.auth declared as SignOptions | |
---|---|
static SignOptions |
SignOptions.DEFAULT
The default sign options, which is {headersToSign:null, timestamp:null, expirationInSeconds:1800}. |
Methods in com.baidubce.auth with parameters of type SignOptions | |
---|---|
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. |
Uses of SignOptions in com.baidubce.internal |
---|
Methods in com.baidubce.internal that return SignOptions | |
---|---|
SignOptions |
InternalRequest.getSignOptions()
|
Methods in com.baidubce.internal with parameters of type SignOptions | |
---|---|
void |
InternalRequest.setSignOptions(SignOptions signOptions)
|
Uses of SignOptions in com.baidubce.services.tsdb |
---|
Methods in com.baidubce.services.tsdb with parameters of type SignOptions | |
---|---|
protected InternalRequest |
AbstractTsdbBceClient.createRequest(URI endpoint,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
String... pathVariables)
Creates and initializes a new request object for the specified resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |