Interface KubernetesJwtSupplier
- All Superinterfaces:
CredentialSupplier
,Supplier<String>
- All Known Implementing Classes:
KubernetesServiceAccountTokenFile
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to obtain a Kubernetes Service Account Token for Kubernetes authentication.
Implementations are used by
KubernetesAuthentication
.- Since:
- 2.0
- Author:
- Michal Budzyn, Mark Paluch
- See Also:
-
Method Summary
Methods inherited from interface org.springframework.vault.authentication.CredentialSupplier
cached, get