See: Description
| Interface | Description |
|---|---|
| WebIdTokenProvider |
Defines the behavior for a OIDC web identity token provider.
|
| Class | Description |
|---|---|
| GoogleADCIdTokenProvider |
A OIDC web identity token provider implementation that uses the application default credentials
set by the runtime (container, GCE instance, local environment, etc.).
|
| StsAssumeRoleForFederatedCredentialsProvider |
An implementation of AwsCredentialsProvider that periodically sends an
AssumeRoleWithWebIdentityRequest to the AWS Security Token Service to maintain short-lived
sessions to use for authentication. |
| StsAssumeRoleForFederatedCredentialsProvider.Builder |
Builder class for
StsAssumeRoleForFederatedCredentialsProvider. |