Uses of Package
software.amazon.awssdk.auth.credentials
Packages that use software.amazon.awssdk.auth.credentials
Package
Description
-
Classes in software.amazon.awssdk.auth.credentials used by software.amazon.awssdk.auth.credentialsClassDescriptionCredentials provider that always returns anonymous
AwsCredentials.Provides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.A builder for creating an instance ofAwsBasicCredentials.Provides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.Interface for loadingAwsCredentialsthat are used for authentication.AwsCredentialsProviderimplementation that chains together multiple credentials providers.A builder for aAwsCredentialsProviderChainthat allows controlling its behavior.A special type ofAwsCredentialsthat provides a session token to be used in service authentication.A builder for creating an instance ofAwsSessionCredentials.AwsCredentialsProviderimplementation that loads credentials from a local metadata service.A builder for creating a custom aContainerCredentialsProvider.AWS credentials provider chain that looks for credentials in this order: Java System Properties -aws.accessKeyIdandaws.secretAccessKeyEnvironment Variables -AWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEYWeb Identity Token credentials from system properties or environment variables Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" environment variable is set and security manager has permission to access the variable, Instance profile credentials delivered through the Amazon EC2 metadata serviceConfiguration that defines theDefaultCredentialsProvider's behavior.AwsCredentialsProviderimplementation that loads credentials from the AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN environment variables.A base for many credential providers within the SDK that rely on calling a remote HTTP endpoint to refresh credentials.Credentials provider implementation that loads credentials from the Amazon EC2 Instance Metadata Service.A builder for creating a custom aInstanceProfileCredentialsProvider.A credentials provider that can load credentials from an external process.Used to configure and create aProcessCredentialsProvider.Credentials provider based on AWS configuration profiles.A builder for creating a customProfileCredentialsProvider.Context class that defines the required properties for creation of a Credentials provider.An implementation ofAwsCredentialsProviderthat returns a set implementation ofAwsCredentials.AwsCredentialsProviderimplementation that loads credentials from the aws.accessKeyId, aws.secretAccessKey and aws.sessionToken system properties.A credential provider that will read web identity token file path, aws role arn and aws session name from system properties or environment variables for using web identity token credentials with STS.A builder for creating a customWebIdentityTokenFileCredentialsProvider. -
Classes in software.amazon.awssdk.auth.credentials used by software.amazon.awssdk.auth.credentials.internalClassDescriptionProvides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.Interface for loading
AwsCredentialsthat are used for authentication.A factory forAwsCredentialsProviders that are derived from web identity tokens. -
Classes in software.amazon.awssdk.auth.credentials used by software.amazon.awssdk.auth.signerClassDescriptionProvides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.
-
Classes in software.amazon.awssdk.auth.credentials used by software.amazon.awssdk.auth.signer.internalClassDescriptionProvides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.A special type of
AwsCredentialsthat provides a session token to be used in service authentication. -
Classes in software.amazon.awssdk.auth.credentials used by software.amazon.awssdk.auth.signer.internal.utilClassDescriptionProvides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.
-
Classes in software.amazon.awssdk.auth.credentials used by software.amazon.awssdk.auth.signer.paramsClassDescriptionProvides access to the AWS credentials used for accessing services: AWS access key ID and secret access key.