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