Interface WebIdentityTokenCredentialsProviderFactory
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface WebIdentityTokenCredentialsProviderFactory
A factory forAwsCredentialsProviders that are derived from web identity tokens. Currently this is used to allow aProfileor 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsCredentialsProvidercreate(WebIdentityTokenCredentialProperties credentialProperties)
-
-
-
Method Detail
-
create
AwsCredentialsProvider create(WebIdentityTokenCredentialProperties credentialProperties)
-
-