public static interface GrpcConfigKeys.TLS
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CERT_CHAIN_FILE_NAME_DEFAULT |
static String |
CERT_CHAIN_FILE_NAME_KEY |
static Class<GrpcTlsConfig> |
CONF_CLASS |
static String |
CONF_PARAMETER |
static boolean |
ENABLED_DEFAULT |
static String |
ENABLED_KEY |
static boolean |
MUTUAL_AUTHN_ENABLED_DEFAULT |
static String |
MUTUAL_AUTHN_ENABLED_KEY |
static String |
PREFIX |
static String |
PRIVATE_KEY_FILE_NAME_DEFAULT |
static String |
PRIVATE_KEY_FILE_NAME_KEY |
static String |
TRUST_STORE_DEFAULT |
static String |
TRUST_STORE_KEY |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
certChainFileName(RaftProperties properties) |
static GrpcTlsConfig |
conf(Parameters parameters) |
static boolean |
enabled(RaftProperties properties) |
static boolean |
mutualAuthnEnabled(RaftProperties properties) |
static String |
privateKeyFileName(RaftProperties properties) |
static void |
setCertChainFileName(RaftProperties properties,
String certChainFileName) |
static void |
setConf(Parameters parameters,
GrpcTlsConfig conf) |
static void |
setEnabled(RaftProperties properties,
boolean enabled) |
static void |
setMutualAuthnEnabled(RaftProperties properties,
boolean mutualAuthnEnabled) |
static void |
setPrivateKeyFileName(RaftProperties properties,
String privateKeyFileName) |
static void |
setTrustStore(RaftProperties properties,
String trustStore) |
static String |
trustStore(RaftProperties properties) |
static final boolean ENABLED_DEFAULT
static final boolean MUTUAL_AUTHN_ENABLED_DEFAULT
static final Class<GrpcTlsConfig> CONF_CLASS
static boolean enabled(RaftProperties properties)
static void setEnabled(RaftProperties properties, boolean enabled)
static boolean mutualAuthnEnabled(RaftProperties properties)
static void setMutualAuthnEnabled(RaftProperties properties, boolean mutualAuthnEnabled)
static String privateKeyFileName(RaftProperties properties)
static void setPrivateKeyFileName(RaftProperties properties, String privateKeyFileName)
static String certChainFileName(RaftProperties properties)
static void setCertChainFileName(RaftProperties properties, String certChainFileName)
static String trustStore(RaftProperties properties)
static void setTrustStore(RaftProperties properties, String trustStore)
static GrpcTlsConfig conf(Parameters parameters)
static void setConf(Parameters parameters, GrpcTlsConfig conf)
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.