Uses of Interface
org.springframework.vault.authentication.CredentialSupplier
Packages that use CredentialSupplier
Package
Description
Support for authentication and session management.
-
Uses of CredentialSupplier in org.springframework.vault.authentication
Subinterfaces of CredentialSupplier in org.springframework.vault.authenticationModifier and TypeInterfaceDescriptioninterface
Interface to obtain a Kubernetes Service Account Token for Kubernetes authentication.Classes in org.springframework.vault.authentication that implement CredentialSupplierModifier and TypeClassDescriptionclass
Mechanism to retrieve a Kubernetes service account token.class
Mechanism to retrieve a credential from aResource
.Methods in org.springframework.vault.authentication that return CredentialSupplierModifier and TypeMethodDescriptiondefault CredentialSupplier
CredentialSupplier.cached()
Retrieve a cachedCredentialSupplier
that obtains the credential early and reuses the token for eachget()
call.