Package | Description |
---|---|
com.amazonaws.services.securitytoken | |
com.amazonaws.services.securitytoken.model | |
com.amazonaws.services.securitytoken.model.transform |
Modifier and Type | Method and Description |
---|---|
AssumeRoleWithWebIdentityResult |
AbstractAWSSecurityTokenService.assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest request) |
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 Amazon Cognito, Login with Amazon, Facebook, Google, or
any OpenID Connect-compatible 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, such as Amazon Cognito, Login with Amazon, Facebook, Google, or
any OpenID Connect-compatible identity provider.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AssumeRoleWithWebIdentityResult> |
AbstractAWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request) |
java.util.concurrent.Future<AssumeRoleWithWebIdentityResult> |
AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<AssumeRoleWithWebIdentityResult> |
AbstractAWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request,
AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler) |
java.util.concurrent.Future<AssumeRoleWithWebIdentityResult> |
AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request,
AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AssumeRoleWithWebIdentityResult> |
AbstractAWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request,
AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler) |
java.util.concurrent.Future<AssumeRoleWithWebIdentityResult> |
AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync(AssumeRoleWithWebIdentityRequest request,
AsyncHandler<AssumeRoleWithWebIdentityRequest,AssumeRoleWithWebIdentityResult> asyncHandler) |
java.util.concurrent.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.
|
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(java.lang.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(java.lang.Integer packedPolicySize)
A percentage value that indicates the size of the policy in packed form.
|
AssumeRoleWithWebIdentityResult |
AssumeRoleWithWebIdentityResult.withProvider(java.lang.String provider)
The issuing authority of the web identity token presented.
|
AssumeRoleWithWebIdentityResult |
AssumeRoleWithWebIdentityResult.withSubjectFromWebIdentityToken(java.lang.String subjectFromWebIdentityToken)
The unique user identifier that is returned by the identity provider.
|
Modifier and Type | Method and Description |
---|---|
AssumeRoleWithWebIdentityResult |
AssumeRoleWithWebIdentityResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |