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 AssumeRoleWithSamlResponseStsClient. 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.BuilderStsAssumeRoleWithSamlCredentialsProvider.Builder. refreshRequest(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)Configure theAssumeRoleWithSamlRequestthat 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.BuilderStsAssumeRoleWithSamlCredentialsProvider.Builder. refreshRequest(Supplier<AssumeRoleWithSamlRequest> assumeRoleWithSamlRequestSupplier)Similar toStsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(AssumeRoleWithSamlRequest), but takes aSupplierto 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 SdkHttpFullRequestAssumeRoleWithSamlRequestMarshaller. marshall(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
-