Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
GcpComputeAuthenticationOptions |
GcpComputeAuthenticationOptions.GcpComputeAuthenticationOptionsBuilder.build()
Build a new
GcpComputeAuthenticationOptions instance. |
Modifier and Type | Method and Description |
---|---|
static AuthenticationSteps |
GcpComputeAuthentication.createAuthenticationSteps(GcpComputeAuthenticationOptions options)
Creates a
AuthenticationSteps for GCE authentication given
GcpComputeAuthenticationOptions . |
Constructor and Description |
---|
GcpComputeAuthentication(GcpComputeAuthenticationOptions options,
RestOperations vaultRestOperations)
Create a new
GcpComputeAuthentication instance given
GcpComputeAuthenticationOptions and RestOperations for Vault and
Google API use. |
GcpComputeAuthentication(GcpComputeAuthenticationOptions options,
RestOperations vaultRestOperations,
RestOperations googleMetadataRestOperations)
Create a new
GcpComputeAuthentication instance given
GcpComputeAuthenticationOptions and RestOperations for Vault and
Google API use. |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.