Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleWithSamlRequest
-
Packages that use AssumeRoleWithSamlRequest Package Description software.amazon.awssdk.services.sts Security Token Service software.amazon.awssdk.services.sts.auth software.amazon.awssdk.services.sts.transform -
-
Uses of AssumeRoleWithSamlRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type AssumeRoleWithSamlRequest Modifier and Type Method Description 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.default AssumeRoleWithSamlResponse
StsClient. assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response. -
Uses of AssumeRoleWithSamlRequest in software.amazon.awssdk.services.sts.auth
Methods in software.amazon.awssdk.services.sts.auth with parameters of type AssumeRoleWithSamlRequest Modifier and Type Method Description StsAssumeRoleWithSamlCredentialsProvider.Builder
StsAssumeRoleWithSamlCredentialsProvider.Builder. refreshRequest(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
Configure theAssumeRoleWithSamlRequest
that should be periodically sent to the STS service to update the session token when it gets close to expiring.Method parameters in software.amazon.awssdk.services.sts.auth with type arguments of type AssumeRoleWithSamlRequest Modifier and Type Method Description StsAssumeRoleWithSamlCredentialsProvider.Builder
StsAssumeRoleWithSamlCredentialsProvider.Builder. refreshRequest(Supplier<AssumeRoleWithSamlRequest> assumeRoleWithSamlRequestSupplier)
Similar toStsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(AssumeRoleWithSamlRequest)
, but takes aSupplier
to supply the request to STS. -
Uses of AssumeRoleWithSamlRequest in software.amazon.awssdk.services.sts.transform
Methods in software.amazon.awssdk.services.sts.transform with parameters of type AssumeRoleWithSamlRequest Modifier and Type Method Description SdkHttpFullRequest
AssumeRoleWithSamlRequestMarshaller. marshall(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
-