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 newAwsIamAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type AwsIamAuthenticationOptionsModifier 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.Constructors in org.springframework.vault.authentication with parameters of type AwsIamAuthenticationOptionsModifierConstructorDescriptionAwsIamAuthentication
(AwsIamAuthenticationOptions options, RestOperations vaultRestOperations) Create a newAwsIamAuthentication
specifyingAwsIamAuthenticationOptions
, a Vault and an AWS-Metadata-specificRestOperations
.