Uses of Class
org.springframework.vault.authentication.AwsIamAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AwsIamAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionAwsIamAuthenticationOptions.AwsIamAuthenticationOptionsBuilder.build()
Build a newAwsIamAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
AwsIamAuthentication.createAuthenticationSteps
(AwsIamAuthenticationOptions options) Creates aAuthenticationSteps
for AWS-IAM authentication givenAwsIamAuthenticationOptions
.protected static AuthenticationSteps
AwsIamAuthentication.createAuthenticationSteps
(AwsIamAuthenticationOptions options, software.amazon.awssdk.auth.credentials.AwsCredentials credentials, software.amazon.awssdk.regions.Region region) AwsIamAuthentication.createRequestBody
(AwsIamAuthenticationOptions options) Create the request body to perform a Vault login using the AWS-IAM authentication method.ModifierConstructorDescriptionAwsIamAuthentication
(AwsIamAuthenticationOptions options, RestOperations vaultRestOperations) Create a newAwsIamAuthentication
specifyingAwsIamAuthenticationOptions
, a Vault and an AWS-Metadata-specificRestOperations
.