Uses of Class
com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
-
Packages that use AssumeRoleWithWebIdentityResult Package Description com.amazonaws.services.securitytoken com.amazonaws.services.securitytoken.model -
-
Uses of AssumeRoleWithWebIdentityResult in com.amazonaws.services.securitytoken
Methods in com.amazonaws.services.securitytoken that return AssumeRoleWithWebIdentityResult Modifier and Type Method Description AssumeRoleWithWebIdentityResultAbstractAWSSecurityTokenService. assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest request)AssumeRoleWithWebIdentityResultAWSSecurityTokenService. 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 Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.AssumeRoleWithWebIdentityResultAWSSecurityTokenServiceClient. 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 Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.Methods in com.amazonaws.services.securitytoken that return types with arguments of type AssumeRoleWithWebIdentityResult Modifier and Type Method Description Future<AssumeRoleWithWebIdentityResult>AbstractAWSSecurityTokenServiceAsync. assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request)Future<AssumeRoleWithWebIdentityResult>AbstractAWSSecurityTokenServiceAsync. assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request, AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler)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 Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.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 Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.Future<AssumeRoleWithWebIdentityResult>AWSSecurityTokenServiceAsyncClient. assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request)Future<AssumeRoleWithWebIdentityResult>AWSSecurityTokenServiceAsyncClient. assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request, AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler) -
Uses of AssumeRoleWithWebIdentityResult in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleWithWebIdentityResult Modifier and Type Method Description AssumeRoleWithWebIdentityResultAssumeRoleWithWebIdentityResult. clone()AssumeRoleWithWebIdentityResultAssumeRoleWithWebIdentityResult. 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.AssumeRoleWithWebIdentityResultAssumeRoleWithWebIdentityResult. withAudience(String audience)The intended audience (also known as client ID) of the web identity token.AssumeRoleWithWebIdentityResultAssumeRoleWithWebIdentityResult. withCredentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security token.AssumeRoleWithWebIdentityResultAssumeRoleWithWebIdentityResult. withPackedPolicySize(Integer packedPolicySize)A percentage value that indicates the size of the policy in packed form.AssumeRoleWithWebIdentityResultAssumeRoleWithWebIdentityResult. withProvider(String provider)The issuing authority of the web identity token presented.AssumeRoleWithWebIdentityResultAssumeRoleWithWebIdentityResult. withSubjectFromWebIdentityToken(String subjectFromWebIdentityToken)The unique user identifier that is returned by the identity provider.
-