| Method and Description |
|---|
| org.apache.solr.util.SSLTestConfig.clearSSLSystemProperties()
this method has very little practical use, in most cases you'll want to use
SSLContext.setDefault(javax.net.ssl.SSLContext) with SSLTestConfig.buildClientSSLContext() instead. |
| org.apache.solr.util.SSLTestConfig.setSSLSystemProperties()
this method has very little practical use, in most cases you'll want to use
SSLContext.setDefault(javax.net.ssl.SSLContext) with SSLTestConfig.buildClientSSLContext() instead. |
| org.apache.solr.SolrTestCaseJ4.systemClearPropertySolrTestsMergePolicy() |
| org.apache.solr.SolrTestCaseJ4.systemSetPropertySolrTestsMergePolicy(String) |
| Constructor and Description |
|---|
| org.apache.solr.util.SSLTestConfig(boolean, boolean, String, String, String, String)
- use
SSLConfig directly |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.