Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Field and Description |
---|---|
static AwsEc2AuthenticationOptions |
AwsEc2AuthenticationOptions.DEFAULT
|
Modifier and Type | Method and Description |
---|---|
AwsEc2AuthenticationOptions |
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.build()
Build a new
AwsEc2AuthenticationOptions instance. |
Modifier and Type | Method and Description |
---|---|
static AuthenticationSteps |
AwsEc2Authentication.createAuthenticationSteps(AwsEc2AuthenticationOptions options)
Creates a
AuthenticationSteps for AWS-EC2 authentication given
AwsEc2AuthenticationOptions . |
protected static AuthenticationSteps |
AwsEc2Authentication.createAuthenticationSteps(AwsEc2AuthenticationOptions options,
AtomicReference<char[]> nonce,
Supplier<char[]> nonceSupplier) |
Constructor and Description |
---|
AwsEc2Authentication(AwsEc2AuthenticationOptions options,
RestOperations vaultRestOperations,
RestOperations awsMetadataRestOperations)
Create a new
AwsEc2Authentication specifying
AwsEc2AuthenticationOptions , a Vault and an AWS-Metadata-specific
RestOperations . |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.