Uses of Class
software.amazon.awssdk.services.sts.auth.StsCredentialsProvider
-
Packages that use StsCredentialsProvider Package Description software.amazon.awssdk.services.sts.auth -
-
Uses of StsCredentialsProvider in software.amazon.awssdk.services.sts.auth
Subclasses of StsCredentialsProvider in software.amazon.awssdk.services.sts.auth Modifier and Type Class Description classStsAssumeRoleCredentialsProviderAn implementation ofAwsCredentialsProviderthat periodically sends anAssumeRoleRequestto the AWS Security Token Service to maintain short-lived sessions to use for authentication.classStsAssumeRoleWithSamlCredentialsProviderAn implementation ofAwsCredentialsProviderthat periodically sends anAssumeRoleWithSamlRequestto the AWS Security Token Service to maintain short-lived sessions to use for authentication.classStsAssumeRoleWithWebIdentityCredentialsProviderAn implementation ofAwsCredentialsProviderthat periodically sends anAssumeRoleWithWebIdentityRequestto the AWS Security Token Service to maintain short-lived sessions to use for authentication.classStsGetFederationTokenCredentialsProviderAn implementation ofAwsCredentialsProviderthat periodically sends aGetFederationTokenRequestto the AWS Security Token Service to maintain short-lived sessions to use for authentication.classStsGetSessionTokenCredentialsProviderAn implementation ofAwsCredentialsProviderthat periodically sends aGetSessionTokenRequestto the AWS Security Token Service to maintain short-lived sessions to use for authentication.classStsWebIdentityTokenFileCredentialsProviderAn implementation ofAwsCredentialsProviderthat periodically sends anAssumeRoleWithWebIdentityRequestto the AWS Security Token Service to maintain short-lived sessions to use for authentication.
-