Uses of Class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions
Packages that use AwsEc2AuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AwsEc2AuthenticationOptions in org.springframework.vault.authentication
Fields in org.springframework.vault.authentication declared as AwsEc2AuthenticationOptionsModifier and TypeFieldDescriptionstatic final AwsEc2AuthenticationOptionsAwsEc2AuthenticationOptions.DEFAULTMethods in org.springframework.vault.authentication that return AwsEc2AuthenticationOptionsModifier and TypeMethodDescriptionAwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.build()Build a newAwsEc2AuthenticationOptionsinstance.Methods in org.springframework.vault.authentication with parameters of type AwsEc2AuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationStepsAwsEc2Authentication.createAuthenticationSteps(AwsEc2AuthenticationOptions options) Creates aAuthenticationStepsfor AWS-EC2 authentication givenAwsEc2AuthenticationOptions.protected static AuthenticationStepsAwsEc2Authentication.createAuthenticationSteps(AwsEc2AuthenticationOptions options, AtomicReference<char[]> nonce, Supplier<char[]> nonceSupplier) Constructors in org.springframework.vault.authentication with parameters of type AwsEc2AuthenticationOptionsModifierConstructorDescriptionAwsEc2Authentication(AwsEc2AuthenticationOptions options, RestClient vaultClient, RestClient awsMetadataClient) Create a newAwsEc2AuthenticationspecifyingAwsEc2AuthenticationOptions, a Vault and an AWS-Metadata-specificRestClient.AwsEc2Authentication(AwsEc2AuthenticationOptions options, RestOperations vaultRestOperations, RestOperations awsMetadataRestOperations) Create a newAwsEc2AuthenticationspecifyingAwsEc2AuthenticationOptions, a Vault and an AWS-Metadata-specificRestOperations.