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.
|
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 |
---|---|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.clone() |
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.withDurationSeconds(java.lang.Integer durationSeconds)
The duration, in seconds, of the role session.
|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.withPolicy(java.lang.String policy)
An IAM policy in JSON format.
|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.withProviderId(java.lang.String providerId)
The fully qualified host component of the domain name of the identity
provider.
|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.withRoleArn(java.lang.String roleArn)
The Amazon Resource Name (ARN) of the role that the caller is assuming.
|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.withRoleSessionName(java.lang.String roleSessionName)
An identifier for the assumed role session.
|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.withWebIdentityToken(java.lang.String webIdentityToken)
The OAuth 2.0 access token or OpenID Connect ID token that is provided by
the identity provider.
|
Modifier and Type | Method and Description |
---|---|
Request<AssumeRoleWithWebIdentityRequest> |
AssumeRoleWithWebIdentityRequestMarshaller.marshall(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AssumeRoleWithWebIdentityRequest> |
AssumeRoleWithWebIdentityRequestMarshaller.marshall(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) |