public class CloudFrontSigner extends AbstractAWSSigner
DEFAULT_ENCODING| コンストラクタと説明 |
|---|
CloudFrontSigner() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
addSessionCredentials(Request<?> request,
AWSSessionCredentials credentials)
Adds session credentials to the request given.
|
void |
sign(Request<?> request,
AWSCredentials credentials) |
getBinaryRequestPayload, getBinaryRequestPayloadStream, getBinaryRequestPayloadStreamWithoutQueryParams, getBinaryRequestPayloadWithoutQueryParams, getCanonicalizedEndpoint, getCanonicalizedQueryString, getCanonicalizedQueryString, getCanonicalizedResourcePath, getRequestPayload, getRequestPayloadWithoutQueryParams, getSignatureDate, getTimeOffset, hash, hash, hash, newString, sanitizeCredentials, sign, sign, signAndBase64Encode, signAndBase64Encodepublic void sign(Request<?> request, AWSCredentials credentials) throws AmazonClientException
protected void addSessionCredentials(Request<?> request, AWSSessionCredentials credentials)
AbstractAWSSigneraddSessionCredentials クラス内 AbstractAWSSignerrequest - The request to add session credentials information tocredentials - The session credentials to add to the request