Uses of Interface
software.amazon.awssdk.auth.credentials.WebIdentityTokenCredentialsProviderFactory
-
Packages that use WebIdentityTokenCredentialsProviderFactory Package Description software.amazon.awssdk.auth.credentials.internal -
-
Uses of WebIdentityTokenCredentialsProviderFactory in software.amazon.awssdk.auth.credentials.internal
Methods in software.amazon.awssdk.auth.credentials.internal that return WebIdentityTokenCredentialsProviderFactory Modifier and Type Method Description static WebIdentityTokenCredentialsProviderFactoryWebIdentityCredentialsUtils. factory()Resolves the StsWebIdentityCredentialsProviderFactory from the Sts module if on the classpath to allow JWT web identity tokens to be used as credentials.
-