org.apache.solr.client.solrj.embedded
Class SSLConfig

java.lang.Object
  extended by org.apache.solr.client.solrj.embedded.SSLConfig

public class SSLConfig
extends Object


Constructor Summary
SSLConfig(boolean useSSL, boolean clientAuth, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword)
           
 
Method Summary
 String getKeyStore()
           
 String getKeyStorePassword()
           
 String getTrustStore()
           
 String getTrustStorePassword()
           
 boolean isClientAuthMode()
           
 boolean isSSLMode()
           
 void setClientAuth(boolean clientAuth)
           
 void setUseSSL(boolean useSSL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLConfig

public SSLConfig(boolean useSSL,
                 boolean clientAuth,
                 String keyStore,
                 String keyStorePassword,
                 String trustStore,
                 String trustStorePassword)
Method Detail

setUseSSL

public void setUseSSL(boolean useSSL)

setClientAuth

public void setClientAuth(boolean clientAuth)

isSSLMode

public boolean isSSLMode()

isClientAuthMode

public boolean isClientAuthMode()

getKeyStore

public String getKeyStore()

getKeyStorePassword

public String getKeyStorePassword()

getTrustStore

public String getTrustStore()

getTrustStorePassword

public String getTrustStorePassword()


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.