Uses of Class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions.Nonce
Packages that use AwsEc2AuthenticationOptions.Nonce
Package
Description
Support for authentication and session management.
-
Uses of AwsEc2AuthenticationOptions.Nonce in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return AwsEc2AuthenticationOptions.NonceModifier and TypeMethodDescriptionAwsEc2AuthenticationOptions.Nonce.generated()
Create a new generatedAwsEc2AuthenticationOptions.Nonce
usingUUID
.AwsEc2AuthenticationOptions.getNonce()
AwsEc2AuthenticationOptions.Nonce.provided
(char[] nonce) Create a wrappedAwsEc2AuthenticationOptions.Nonce
given anonce
value.Methods in org.springframework.vault.authentication with parameters of type AwsEc2AuthenticationOptions.NonceModifier and TypeMethodDescriptionAwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.nonce
(AwsEc2AuthenticationOptions.Nonce nonce) Configure aAwsEc2AuthenticationOptions.Nonce
for login requests.