Package | Description |
---|---|
software.amazon.awssdk.services.sts |
|
software.amazon.awssdk.services.sts.auth | |
software.amazon.awssdk.services.sts.transform |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AssumeRoleWithWebIdentityResponse> |
StsAsyncClient.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.
|
default AssumeRoleWithWebIdentityResponse |
StsClient.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 |
---|---|
StsAssumeRoleWithWebIdentityCredentialsProvider.Builder |
StsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest)
Configure the
AssumeRoleWithWebIdentityRequest that should be periodically sent to the STS service to update
the session token when it gets close to expiring. |
Modifier and Type | Method and Description |
---|---|
StsAssumeRoleWithWebIdentityCredentialsProvider.Builder |
StsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(Supplier<AssumeRoleWithWebIdentityRequest> assumeRoleWithWebIdentityRequest)
Similar to
StsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest) , but takes a Supplier to supply the
request to STS. |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
AssumeRoleWithWebIdentityRequestMarshaller.marshall(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) |
Copyright © 2019. All rights reserved.