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) CreateAuthenticationStepsfor client certificate authentication.Constructors in org.springframework.vault.authentication with parameters of type ClientCertificateAuthenticationOptionsModifierConstructorDescriptionCreate aClientCertificateAuthenticationusingVaultClient.Create aClientCertificateAuthenticationusingRestOperations.ClientCertificateAuthentication(ClientCertificateAuthenticationOptions options, RestOperations restOperations) Deprecated.
ClientCertificateAuthentication(ClientCertificateAuthenticationOptions, VaultClient)instead.