Class WebIdentityCredentialsUtils
- java.lang.Object
-
- software.amazon.awssdk.auth.credentials.internal.WebIdentityCredentialsUtils
-
public final class WebIdentityCredentialsUtils extends Object
Utility class used to configure credential providers based on JWT web identity tokens.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebIdentityTokenCredentialsProviderFactory
factory()
Resolves the StsWebIdentityCredentialsProviderFactory from the Sts module if on the classpath to allow JWT web identity tokens to be used as credentials.
-
-
-
Method Detail
-
factory
public static WebIdentityTokenCredentialsProviderFactory 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
-
-