Uses of Class
com.hazelcast.config.SSLConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of SSLConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientNetworkConfig.getSSLConfig()
Returns the currentSSLConfig
.Modifier and TypeMethodDescriptionClientNetworkConfig.setSSLConfig
(SSLConfig sslConfig) Sets theSSLConfig
. -
Uses of SSLConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionAdvancedNetworkConfig.MemberNetworkingView.getSSLConfig()
EndpointConfig.getSSLConfig()
Returns the currentSSLConfig
.NetworkConfig.getSSLConfig()
Returns the currentSSLConfig
.VaultSecureStoreConfig.getSSLConfig()
Returns the SSL/TLS configuration.protected SSLConfig
SSLConfig.self()
SSLConfig.setFactoryClassName
(String factoryClassName) Sets the name for the implementation class.SSLConfig.setFactoryImplementation
(Object factoryImplementation) Sets the implementation object.Modifier and TypeMethodDescriptionAdvancedNetworkConfig.MemberNetworkingView.setSSLConfig
(SSLConfig sslConfig) EndpointConfig.setSSLConfig
(SSLConfig sslConfig) Sets theSSLConfig
.NetworkConfig.setSSLConfig
(SSLConfig sslConfig) Sets theSSLConfig
.RestServerEndpointConfig.setSSLConfig
(SSLConfig sslConfig) ServerSocketEndpointConfig.setSSLConfig
(SSLConfig sslConfig) VaultSecureStoreConfig.setSSLConfig
(SSLConfig sslConfig) Sets the SSL/TLS configuration.