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 for AwsCredentialsProviders 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.