Class WebIdentityCredentialsUtils
java.lang.Object
software.amazon.awssdk.auth.credentials.internal.WebIdentityCredentialsUtils
Utility class used to configure credential providers based on JWT web identity tokens.
-
Method Summary
Modifier and TypeMethodDescriptionfactory()
Resolves the StsWebIdentityCredentialsProviderFactory from the Sts module if on the classpath to allow JWT web identity tokens to be used as credentials.
-
Method Details
-
factory
Resolves the StsWebIdentityCredentialsProviderFactory from the Sts module if on the classpath to allow JWT web identity tokens to be used as credentials.- Returns:
- WebIdentityTokenCredentialsProviderFactory
-