Uses of Class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AwsEc2AuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeFieldDescriptionstatic final AwsEc2AuthenticationOptions
AwsEc2AuthenticationOptions.DEFAULT
Modifier and TypeMethodDescriptionAwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.build()
Build a newAwsEc2AuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
AwsEc2Authentication.createAuthenticationSteps
(AwsEc2AuthenticationOptions options) Creates aAuthenticationSteps
for AWS-EC2 authentication givenAwsEc2AuthenticationOptions
.protected static AuthenticationSteps
AwsEc2Authentication.createAuthenticationSteps
(AwsEc2AuthenticationOptions options, AtomicReference<char[]> nonce, Supplier<char[]> nonceSupplier) ModifierConstructorDescriptionAwsEc2Authentication
(AwsEc2AuthenticationOptions options, RestOperations vaultRestOperations, RestOperations awsMetadataRestOperations) Create a newAwsEc2Authentication
specifyingAwsEc2AuthenticationOptions
, a Vault and an AWS-Metadata-specificRestOperations
.