Package com.amazonaws.auth

Interface Summary
AWSCredentials Provides access to the AWS credentials used for accessing AWS services: AWS access key ID and secret access key.
AWSCredentialsProvider Interface for providing AWS credentials.
AWSRefreshableSessionCredentials Session credentials that can be refreshed upon request.
AWSSessionCredentials AWS session credentials object.
NoSessionSupportCredentials Marker interface for credentials that should not be used to start AWS Security Token Service sessions.
Signer  
 

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.
SessionCredentialsProviderFactory Session credentials provider factory to share providers across potentially many clients.
STSSessionCredentials Deprecated.
STSSessionCredentialsProvider AWSCredentialsProvider implementation that uses the AWS Security Token Service to create temporary, short-lived sessions to use for authentication.
 

Enum Summary
SignatureVersion  
SigningAlgorithm  
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.