Uses of Class
org.springframework.vault.authentication.AwsIamAuthenticationOptions
Packages that use AwsIamAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AwsIamAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return AwsIamAuthenticationOptionsModifier and TypeMethodDescriptionAwsIamAuthenticationOptions.AwsIamAuthenticationOptionsBuilder.build()Build a newAwsIamAuthenticationOptionsinstance.Methods in org.springframework.vault.authentication with parameters of type AwsIamAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationStepsAwsIamAuthentication.createAuthenticationSteps(AwsIamAuthenticationOptions options) Creates aAuthenticationStepsfor AWS-IAM authentication givenAwsIamAuthenticationOptions.protected static AuthenticationStepsAwsIamAuthentication.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.Constructors in org.springframework.vault.authentication with parameters of type AwsIamAuthenticationOptionsModifierConstructorDescriptionAwsIamAuthentication(AwsIamAuthenticationOptions options, RestOperations vaultRestOperations) Create a newAwsIamAuthenticationspecifyingAwsIamAuthenticationOptions, a Vault and an AWS-Metadata-specificRestOperations.