Uses of Class
org.springframework.vault.authentication.KubernetesAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of KubernetesAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionKubernetesAuthenticationOptions.KubernetesAuthenticationOptionsBuilder.build()
Build a newKubernetesAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
KubernetesAuthentication.createAuthenticationSteps
(KubernetesAuthenticationOptions options) Creates aAuthenticationSteps
for kubernetes authentication givenKubernetesAuthenticationOptions
.ModifierConstructorDescriptionKubernetesAuthentication
(KubernetesAuthenticationOptions options, RestOperations restOperations)