Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
AwsIamAuthenticationOptions |
AwsIamAuthenticationOptions.AwsIamAuthenticationOptionsBuilder.build()
Build a new
AwsIamAuthenticationOptions instance. |
Modifier and Type | Method and Description |
---|---|
static AuthenticationSteps |
AwsIamAuthentication.createAuthenticationSteps(AwsIamAuthenticationOptions options)
Creates a
AuthenticationSteps for AWS-IAM authentication given
AwsIamAuthenticationOptions . |
protected static AuthenticationSteps |
AwsIamAuthentication.createAuthenticationSteps(AwsIamAuthenticationOptions options,
com.amazonaws.auth.AWSCredentials credentials) |
protected static Map<String,String> |
AwsIamAuthentication.createRequestBody(AwsIamAuthenticationOptions options)
Create the request body to perform a Vault login using the AWS-IAM authentication
method.
|
Constructor and Description |
---|
AwsIamAuthentication(AwsIamAuthenticationOptions options,
RestOperations vaultRestOperations)
Create a new
AwsIamAuthentication specifying
AwsIamAuthenticationOptions , a Vault and an AWS-Metadata-specific
RestOperations . |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.