Uses of Class
org.springframework.vault.authentication.ClientCertificateAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of ClientCertificateAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionClientCertificateAuthenticationOptions.ClientCertificateAuthenticationOptionsBuilder.build()
Build a newClientCertificateAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
ClientCertificateAuthentication.createAuthenticationSteps
(ClientCertificateAuthenticationOptions options) Creates aAuthenticationSteps
for client certificate authentication.ModifierConstructorDescriptionClientCertificateAuthentication
(ClientCertificateAuthenticationOptions options, RestOperations restOperations) Create aClientCertificateAuthentication
usingRestOperations
.