Uses of Class
org.springframework.vault.authentication.ClientCertificateAuthenticationOptions
Packages that use ClientCertificateAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of ClientCertificateAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return ClientCertificateAuthenticationOptionsModifier and TypeMethodDescriptionClientCertificateAuthenticationOptions.ClientCertificateAuthenticationOptionsBuilder.build()Build a newClientCertificateAuthenticationOptionsinstance.Methods in org.springframework.vault.authentication with parameters of type ClientCertificateAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationStepsClientCertificateAuthentication.createAuthenticationSteps(ClientCertificateAuthenticationOptions options) Creates aAuthenticationStepsfor client certificate authentication.Constructors in org.springframework.vault.authentication with parameters of type ClientCertificateAuthenticationOptionsModifierConstructorDescriptionClientCertificateAuthentication(ClientCertificateAuthenticationOptions options, RestOperations restOperations) Create aClientCertificateAuthenticationusingRestOperations.