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 newClientCertificateAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type ClientCertificateAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
ClientCertificateAuthentication.createAuthenticationSteps
(ClientCertificateAuthenticationOptions options) Creates aAuthenticationSteps
for client certificate authentication.Constructors in org.springframework.vault.authentication with parameters of type ClientCertificateAuthenticationOptionsModifierConstructorDescriptionClientCertificateAuthentication
(ClientCertificateAuthenticationOptions options, RestOperations restOperations) Create aClientCertificateAuthentication
usingRestOperations
.