接口 | 说明 |
---|---|
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.
|
AWSSessionCredentials |
AWS session credentials object.
|
Signer |
类 | 说明 |
---|---|
AbstractAWSSigner |
Abstract base class for AWS signing protocol implementations.
|
AWSCredentialsProviderChain |
AWSCredentialsProvider implementation that chains together multiple
credentials providers. |
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.
|
ClasspathPropertiesFileCredentialsProvider |
AWSCredentialsProvider implementation that loads AWS security
credentials from a properties file on the classpath. |
DefaultAWSCredentialsProviderChain |
AWS credentials provider chain that looks for credentials in this order:
System Properties - aws.accessKeyId and aws.secretKey
Classpath Properties File - AwsCredentials.properties in classpath
|
PropertiesCredentials |
Simple implementation AWSCredentials that reads in AWS access keys from a
properties file.
|
SystemPropertiesCredentialsProvider |
AWSCredentialsProvider implementation that provides credentials by
looking at the aws.accessKeyId and aws.secretKey
Java system properties. |
枚举 | 说明 |
---|---|
SigningAlgorithm |
Copyright © 2016. All rights reserved.