Interface KubernetesServiceAccountTokenFileFactory
- All Known Implementing Classes:
DefaultKubernetesServiceAccountTokenFileFactory
public interface KubernetesServiceAccountTokenFileFactory
Factory for creating instances of
KubernetesServiceAccountTokenFile which contains the token
for authentication with a service account in Kubernetes environment.- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.vault.authentication.KubernetesServiceAccountTokenFileorg.springframework.vault.authentication.KubernetesServiceAccountTokenFile
-
Method Details
-
getKubernetesServiceAccountTokenFile
org.springframework.vault.authentication.KubernetesServiceAccountTokenFile getKubernetesServiceAccountTokenFile(String jwtPath) -
getKubernetesServiceAccountTokenFile
org.springframework.vault.authentication.KubernetesServiceAccountTokenFile getKubernetesServiceAccountTokenFile()- Returns:
- default path to the service account token file.
-