提交 ab1cb6ca 编写于 作者: A allenxwang

Merge pull request #38 from zarfide/master

Add Config Key for indicating whether or not Client Auth is Required
......@@ -25,7 +25,7 @@ public enum CommonClientConfigKey implements IClientConfigKey {
Port("Port"),
SecurePort("SecurePort"),
VipAddress("VipAddress"),
DeploymentContextBasedVipAddresses("DeploymentContextBasedVipAddresses"),
DeploymentContextBasedVipAddresses("DeploymentContextBasedVipAddresses"),
MaxAutoRetries("MaxAutoRetries"),
MaxAutoRetriesNextServer("MaxAutoRetriesNextServer"),
OkToRetryOnAllOperations("OkToRetryOnAllOperations"),
......@@ -64,10 +64,11 @@ public enum CommonClientConfigKey implements IClientConfigKey {
KeyStorePassword("KeyStorePassword"),
TrustStore("TrustStore"),
TrustStorePassword("TrustStorePassword"),
IsClientAuthRequired("IsClientAuthRequired"),
// Client implementation
// Client implementation
ClientClassName("ClientClassName"),
//LoadBalancer Related
InitializeNFLoadBalancer("InitializeNFLoadBalancer"),
NFLoadBalancerClassName("NFLoadBalancerClassName"),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册