|
Class Summary |
| AbstractAWSSigner |
Abstract base class for AWS signing protocol implementations. |
| AWS3Signer |
Signer implementation that signs requests with the AWS3 signing protocol. |
| BasicAWSCredentials |
Basic implementation of the AWSCredentials interface that allows callers to
pass in the AWS access key and secret access in the constructor. |
| BasicSessionCredentials |
Simple session credentials with keys and session token. |
| CloudFrontSigner |
Implementation of AbstractAWSSigner for Amazon CloudFront's authentication
scheme. |
| PropertiesCredentials |
Simple implementation AWSCredentials that reads in AWS access keys from a
properties file. |
| QueryStringSigner |
Signer implementation responsible for signing an AWS query string request
according to the various signature versions and hashing algorithms. |
| STSSessionCredentials |
Session credentials periodically refreshed by AWS SecurityTokenService |