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 newGcpComputeAuthenticationOptionsinstance.Methods in org.springframework.vault.authentication with parameters of type GcpComputeAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationStepsGcpComputeAuthentication.createAuthenticationSteps(GcpComputeAuthenticationOptions options) CreateAuthenticationStepsfor GCE authentication givenGcpComputeAuthenticationOptions.Constructors in org.springframework.vault.authentication with parameters of type GcpComputeAuthenticationOptionsModifierConstructorDescriptionGcpComputeAuthentication(GcpComputeAuthenticationOptions options, VaultClient vaultClient) Create a newGcpComputeAuthenticationinstance givenGcpComputeAuthenticationOptionsandVaultClient.GcpComputeAuthentication(GcpComputeAuthenticationOptions options, VaultClient vaultClient, RestClient googleMetadataClient) Create a newGcpComputeAuthenticationinstance givenGcpComputeAuthenticationOptions,VaultClientand Google APIRestClient.GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestClient client) Create a newGcpComputeAuthenticationinstance givenGcpComputeAuthenticationOptionsandRestClientfor Vault and Google API use.GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestClient vaultClient, RestClient googleMetadataClient) Create a newGcpComputeAuthenticationinstance givenGcpComputeAuthenticationOptionsandRestClientfor Vault and Google API use.GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestOperations vaultRestOperations) Deprecated.GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestOperations vaultRestOperations, RestOperations googleMetadataRestOperations) Deprecated.since 4.1, useGcpComputeAuthentication(GcpComputeAuthenticationOptions, VaultClient, RestClient)instead.
GcpComputeAuthentication(GcpComputeAuthenticationOptions, VaultClient, RestClient)instead.