Uses of Interface
com.amazonaws.services.securitytoken.AWSSecurityTokenService
Packages that use AWSSecurityTokenService
-
Uses of AWSSecurityTokenService in com.amazonaws.auth
Methods in com.amazonaws.auth with parameters of type AWSSecurityTokenServiceModifier and TypeMethodDescriptionSTSAssumeRoleSessionCredentialsProvider.Builder.withStsClient(AWSSecurityTokenService sts) Sets a preconfigured STS client to use for the credentials provider.Constructors in com.amazonaws.auth with parameters of type AWSSecurityTokenServiceModifierConstructorDescriptionSTSSessionCredentials(AWSSecurityTokenService stsClient) Deprecated.Create a new credentials object that will periodically and automatically obtain a session from STS, using a preconfigured STS client.STSSessionCredentials(AWSSecurityTokenService stsClient, int sessionDuratinSeconds) Deprecated.Create a new credentials object that will periodically and automatically obtain a session from STS, using a preconfigured STS client.Constructs a new STSSessionCredentialsProvider with the alredy configured STS client.WebIdentityFederationSessionCredentialsProvider(String wifToken, String wifProvider, String roleArn, AWSSecurityTokenService stsClient) Constructs a new WebIdentityFederationSessionCredentialsProvider, which will use the specified 3rd-party web identity provider to make a request to the AWS Security Token Service (STS) using the provided client to request short lived session credentials, which will then be returned by this class'sWebIdentityFederationSessionCredentialsProvider.getCredentials()method. -
Uses of AWSSecurityTokenService in com.amazonaws.services.securitytoken
Subinterfaces of AWSSecurityTokenService in com.amazonaws.services.securitytokenModifier and TypeInterfaceDescriptioninterfaceInterface for accessing AWS STS asynchronously.Classes in com.amazonaws.services.securitytoken that implement AWSSecurityTokenServiceModifier and TypeClassDescriptionclassAbstract implementation ofAWSSecurityTokenService.classAbstract implementation ofAWSSecurityTokenServiceAsync.classInterface for accessing AWS STS asynchronously.classClient for accessing AWS STS.