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,
org.springframework.web.client.RestOperations vaultRestOperations)
Create a new
GcpComputeAuthentication instance given
GcpComputeAuthenticationOptions and RestOperations for Vault and
Google API use. |
GcpComputeAuthentication(GcpComputeAuthenticationOptions options,
org.springframework.web.client.RestOperations vaultRestOperations,
org.springframework.web.client.RestOperations googleMetadataRestOperations)
Create a new
GcpComputeAuthentication instance given
GcpComputeAuthenticationOptions and RestOperations for Vault and
Google API use. |
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.