Uses of Class
com.baidubce.auth.SignOptions

Packages that use SignOptions
com.baidubce.auth   
com.baidubce.internal   
 

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 BceV1Signer.sign(InternalRequest request, BceCredentials credentials, SignOptions options)
          Sign the given request with the given set of credentials.
 void Signer.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)
           
 



Copyright © 2016. All rights reserved.