| 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 AssumeRoleWithSamlResponse |
StsClient.assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication
response.
|
default CompletableFuture<AssumeRoleWithSamlResponse> |
StsAsyncClient.assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication
response.
|
| Modifier and Type | Method and Description |
|---|---|
StsAssumeRoleWithSamlCredentialsProvider.Builder |
StsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
Configure the
AssumeRoleWithSamlRequest 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 |
|---|---|
StsAssumeRoleWithSamlCredentialsProvider.Builder |
StsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(Supplier<AssumeRoleWithSamlRequest> assumeRoleWithSamlRequestSupplier)
Similar to
StsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(AssumeRoleWithSamlRequest), but takes a Supplier to supply the request to
STS. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
AssumeRoleWithSamlRequestMarshaller.marshall(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest) |
Copyright © 2022. All rights reserved.