Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
static AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder |
AwsEc2AuthenticationOptions.builder() |
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder |
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.identityDocumentUri(URI identityDocumentUri)
Configure the Identity Document
URI . |
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder |
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.nonce(AwsEc2AuthenticationOptions.Nonce nonce)
Configure a
AwsEc2AuthenticationOptions.Nonce for login requests. |
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder |
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.path(String path)
Configure the mount path.
|
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder |
AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.role(String role)
Configure the name of the role against which the login is being attempted.If
role is not specified, then the login endpoint looks for a role bearing the
name of the AMI ID of the EC2 instance that is trying to login.
|
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.