Class GenericSSLConfig
- java.lang.Object
-
- com.floragunn.searchguard.ssl.util.config.GenericSSLConfig
-
public class GenericSSLConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenericSSLConfig.Builder
-
Constructor Summary
Constructors Constructor Description GenericSSLConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.floragunn.searchguard.ssl.util.config.GenericSSLConfig.RestrictingSSLSocketFactorygetRestrictedSSLSocketFactory()SSLContextgetUnrestrictedSslContext()org.apache.http.conn.ssl.SSLConnectionSocketFactorytoSSLConnectionSocketFactory()org.apache.http.nio.conn.ssl.SSLIOSessionStrategytoSSLIOSessionStrategy()
-
-
-
Method Detail
-
getUnrestrictedSslContext
public SSLContext getUnrestrictedSslContext()
-
getRestrictedSSLSocketFactory
public com.floragunn.searchguard.ssl.util.config.GenericSSLConfig.RestrictingSSLSocketFactory getRestrictedSSLSocketFactory()
-
toSSLIOSessionStrategy
public org.apache.http.nio.conn.ssl.SSLIOSessionStrategy toSSLIOSessionStrategy()
-
toSSLConnectionSocketFactory
public org.apache.http.conn.ssl.SSLConnectionSocketFactory toSSLConnectionSocketFactory()
-
-