Uses of Class
com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult

Packages that use AssumeRoleWithWebIdentityResult
com.amazonaws.services.securitytoken Synchronous and asynchronous client classes for accessing AWSSecurityTokenService. 
com.amazonaws.services.securitytoken.model Classes modeling the various types represented by AWSSecurityTokenService. 
 

Uses of AssumeRoleWithWebIdentityResult in com.amazonaws.services.securitytoken
 

Methods in com.amazonaws.services.securitytoken that return AssumeRoleWithWebIdentityResult
 AssumeRoleWithWebIdentityResult AWSSecurityTokenServiceClient.assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest)
           Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Login with Amazon, Facebook, or Google.
 AssumeRoleWithWebIdentityResult AWSSecurityTokenService.assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest)
           Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Login with Amazon, Facebook, or Google.
 

Methods in com.amazonaws.services.securitytoken that return types with arguments of type AssumeRoleWithWebIdentityResult
 Future<AssumeRoleWithWebIdentityResult> AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest)
           Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Login with Amazon, Facebook, or Google.
 Future<AssumeRoleWithWebIdentityResult> AWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest)
           Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Login with Amazon, Facebook, or Google.
 Future<AssumeRoleWithWebIdentityResult> AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest, AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler)
           Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Login with Amazon, Facebook, or Google.
 Future<AssumeRoleWithWebIdentityResult> AWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest, AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler)
           Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Login with Amazon, Facebook, or Google.
 

Method parameters in com.amazonaws.services.securitytoken with type arguments of type AssumeRoleWithWebIdentityResult
 Future<AssumeRoleWithWebIdentityResult> AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest, AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler)
           Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Login with Amazon, Facebook, or Google.
 Future<AssumeRoleWithWebIdentityResult> AWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest, AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler)
           Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Login with Amazon, Facebook, or Google.
 

Uses of AssumeRoleWithWebIdentityResult in com.amazonaws.services.securitytoken.model
 

Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleWithWebIdentityResult
 AssumeRoleWithWebIdentityResult AssumeRoleWithWebIdentityResult.withAssumedRoleUser(AssumedRoleUser assumedRoleUser)
          The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
 AssumeRoleWithWebIdentityResult AssumeRoleWithWebIdentityResult.withAudience(String audience)
          The intended audience of the web identity token.
 AssumeRoleWithWebIdentityResult AssumeRoleWithWebIdentityResult.withCredentials(Credentials credentials)
          The temporary security credentials, which include an access key ID, a secret access key, and a security token.
 AssumeRoleWithWebIdentityResult AssumeRoleWithWebIdentityResult.withPackedPolicySize(Integer packedPolicySize)
          A percentage value that indicates the size of the policy in packed form.
 AssumeRoleWithWebIdentityResult AssumeRoleWithWebIdentityResult.withProvider(String provider)
          The issuing authority of the web identity token presented.
 AssumeRoleWithWebIdentityResult AssumeRoleWithWebIdentityResult.withSubjectFromWebIdentityToken(String subjectFromWebIdentityToken)
          The unique user identifier that is returned by the identity provider.
 



Copyright © 2016. All rights reserved.