Class ClientCertificateAuthenticationOptions
java.lang.Object
org.springframework.vault.authentication.ClientCertificateAuthenticationOptions
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:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder forClientCertificateAuthenticationOptions
. -
Field Summary
-
Method Summary
-
Field Details
-
DEFAULT_CERT_PATH
- See Also:
-
-
Method Details
-
builder
public static ClientCertificateAuthenticationOptions.ClientCertificateAuthenticationOptionsBuilder builder() -
getPath
- Returns:
- the path of the azure authentication backend mount.
-