Uses of Interface
org.springframework.vault.authentication.GcpCredentialSupplier
Packages that use GcpCredentialSupplier
Package
Description
Support for authentication and session management.
-
Uses of GcpCredentialSupplier in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return GcpCredentialSupplierModifier and TypeMethodDescriptionGcpIamAuthenticationOptions.getCredentialSupplier()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.vault.authentication with parameters of type GcpCredentialSupplierModifier and TypeMethodDescriptionGcpIamAuthenticationOptions.GcpIamAuthenticationOptionsBuilder.credentialSupplier
(GcpCredentialSupplier credentialSupplier) Configure aGcpCredentialSupplier
, required to create a signed JWT.