Uses of Class
org.springframework.vault.authentication.KubernetesAuthenticationOptions
Packages that use KubernetesAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of KubernetesAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return KubernetesAuthenticationOptionsModifier and TypeMethodDescriptionKubernetesAuthenticationOptions.KubernetesAuthenticationOptionsBuilder.build()
Build a newKubernetesAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type KubernetesAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
KubernetesAuthentication.createAuthenticationSteps
(KubernetesAuthenticationOptions options) Creates aAuthenticationSteps
for kubernetes authentication givenKubernetesAuthenticationOptions
.Constructors in org.springframework.vault.authentication with parameters of type KubernetesAuthenticationOptionsModifierConstructorDescriptionKubernetesAuthentication
(KubernetesAuthenticationOptions options, RestOperations restOperations)