Class ClientCertificateAuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.ClientCertificateAuthenticationOptions

public class ClientCertificateAuthenticationOptions extends Object
Authentication options for ClientCertificateAuthentication.

Authentication options provide the path. ClientCertificateAuthenticationOptions can be constructed using builder(). Instances of this class are immutable once constructed.

Since:
2.3
Author:
Mark Paluch
See Also: