Uses of Class
org.springframework.vault.authentication.GcpComputeAuthenticationOptions
Packages that use GcpComputeAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of GcpComputeAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return GcpComputeAuthenticationOptionsModifier and TypeMethodDescriptionGcpComputeAuthenticationOptions.GcpComputeAuthenticationOptionsBuilder.build()
Build a newGcpComputeAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type GcpComputeAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
GcpComputeAuthentication.createAuthenticationSteps
(GcpComputeAuthenticationOptions options) Creates aAuthenticationSteps
for GCE authentication givenGcpComputeAuthenticationOptions
.Constructors in org.springframework.vault.authentication with parameters of type GcpComputeAuthenticationOptionsModifierConstructorDescriptionGcpComputeAuthentication
(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.