Uses of Class
org.springframework.vault.authentication.GcpComputeAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of GcpComputeAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionGcpComputeAuthenticationOptions.GcpComputeAuthenticationOptionsBuilder.build()
Build a newGcpComputeAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
GcpComputeAuthentication.createAuthenticationSteps
(GcpComputeAuthenticationOptions options) Creates aAuthenticationSteps
for GCE authentication givenGcpComputeAuthenticationOptions
.ModifierConstructorDescriptionGcpComputeAuthentication
(GcpComputeAuthenticationOptions options, RestOperations vaultRestOperations) Create a newGcpComputeAuthentication
instance givenGcpComputeAuthenticationOptions
andRestOperations
for Vault and Google API use.GcpComputeAuthentication
(GcpComputeAuthenticationOptions options, RestOperations vaultRestOperations, RestOperations googleMetadataRestOperations) Create a newGcpComputeAuthentication
instance givenGcpComputeAuthenticationOptions
andRestOperations
for Vault and Google API use.