Java org.apache.solr.client.solrj.embedded SSLConfig fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.client.solrj.embedded SSLConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.client.solrj.embedded SSLConfig.

The text is from its open source code.

Constructor

SSLConfig(boolean useSSL, boolean clientAuth, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword)
NOTE: all other settings are ignored if useSSL is false; trustStore settings are ignored if clientAuth is false