Uses of Class
org.springframework.vault.authentication.GcpIamCredentialsAuthenticationOptions
Packages that use GcpIamCredentialsAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of GcpIamCredentialsAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return GcpIamCredentialsAuthenticationOptionsModifier and TypeMethodDescriptionGcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.build()Build a newGcpIamCredentialsAuthenticationOptionsinstance.Constructors in org.springframework.vault.authentication with parameters of type GcpIamCredentialsAuthenticationOptionsModifierConstructorDescriptionGcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions options, VaultClient vaultClient) Create a new instance ofGcpIamCredentialsAuthenticationgivenGcpIamCredentialsAuthenticationOptionsandVaultClient.GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions options, VaultClient vaultClient, com.google.api.gax.rpc.TransportChannelProvider transportChannelProvider) Create a new instance ofGcpIamCredentialsAuthenticationgivenGcpIamCredentialsAuthenticationOptions,VaultClientandTransportChannelProvider.GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions options, RestClient vaultClient) Create a new instance ofGcpIamCredentialsAuthenticationgivenGcpIamCredentialsAuthenticationOptionsandRestClient.GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions options, RestClient vaultClient, com.google.api.gax.rpc.TransportChannelProvider transportChannelProvider) Create a new instance ofGcpIamCredentialsAuthenticationgivenGcpIamCredentialsAuthenticationOptions,RestOperationsandTransportChannelProvider.GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions options, RestOperations restOperations) Deprecated.GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions options, RestOperations restOperations, com.google.api.gax.rpc.TransportChannelProvider transportChannelProvider) Deprecated.
GcpIamCredentialsAuthentication(GcpIamCredentialsAuthenticationOptions, VaultClient)instead.