public class ClientCertificateAuthenticationOptions extends Object
ClientCertificateAuthentication
.
Authentication options provide the path. ClientCertificateAuthenticationOptions
can be constructed using builder()
. Instances of this class are immutable once
constructed.
ClientCertificateAuthenticationOptions
,
builder()
Modifier and Type | Class and Description |
---|---|
static class |
ClientCertificateAuthenticationOptions.ClientCertificateAuthenticationOptionsBuilder
Builder for
ClientCertificateAuthenticationOptions . |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CERT_PATH |
Modifier and Type | Method and Description |
---|---|
static ClientCertificateAuthenticationOptions.ClientCertificateAuthenticationOptionsBuilder |
builder() |
String |
getPath() |
public static final String DEFAULT_CERT_PATH
public static ClientCertificateAuthenticationOptions.ClientCertificateAuthenticationOptionsBuilder builder()
public String getPath()
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.