@FunctionalInterface public interface WebIdentityTokenCredentialsProviderFactory
AwsCredentialsProvider
s that are derived from web identity tokens.
Currently this is used to allow a Profile
or environment variable configured with a role that should be assumed with
a web identity token to create a credentials provider via the
'software.amazon.awssdk.services.sts.internal.StsWebIdentityCredentialsProviderFactory', assuming STS is on the classpath.Modifier and Type | Method and Description |
---|---|
AwsCredentialsProvider |
create(WebIdentityTokenCredentialProperties credentialProperties) |
AwsCredentialsProvider create(WebIdentityTokenCredentialProperties credentialProperties)
Copyright © 2020. All rights reserved.