Package | Description |
---|---|
com.amazonaws.services.securitytoken |
|
com.amazonaws.services.securitytoken.model |
Modifier and Type | Method and Description |
---|---|
AssumeRoleWithWebIdentityResult |
AbstractAWSSecurityTokenService.assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest request) |
AssumeRoleWithWebIdentityResult |
AWSSecurityTokenServiceClient.assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest request)
Returns a set of temporary security credentials for users who have been authenticated in a mobile or web
application with a web identity provider.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AssumeRoleWithWebIdentityResult |
AssumeRoleWithWebIdentityResult.clone() |
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 (also known as client ID) 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 packed size of the session policies and session tags combined passed in the
request.
|
AssumeRoleWithWebIdentityResult |
AssumeRoleWithWebIdentityResult.withProvider(String provider)
The issuing authority of the web identity token presented.
|
AssumeRoleWithWebIdentityResult |
AssumeRoleWithWebIdentityResult.withSourceIdentity(String sourceIdentity)
The value of the source identity that is returned in the JSON web token (JWT) from the identity provider.
|
AssumeRoleWithWebIdentityResult |
AssumeRoleWithWebIdentityResult.withSubjectFromWebIdentityToken(String subjectFromWebIdentityToken)
The unique user identifier that is returned by the identity provider.
|
Copyright © 2022. All rights reserved.