Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
SSLConfig |
ClientNetworkConfig.getSSLConfig()
Returns the current
SSLConfig . |
Modifier and Type | Method and Description |
---|---|
ClientNetworkConfig |
ClientNetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the
SSLConfig . |
Modifier and Type | Field and Description |
---|---|
protected SSLConfig |
EndpointConfig.sslConfig |
Modifier and Type | Method and Description |
---|---|
SSLConfig |
AdvancedNetworkConfig.MemberNetworkingView.getSSLConfig() |
SSLConfig |
VaultSecureStoreConfig.getSSLConfig()
Returns the SSL/TLS configuration.
|
SSLConfig |
EndpointConfig.getSSLConfig()
Returns the current
SSLConfig . |
SSLConfig |
NetworkConfig.getSSLConfig()
Returns the current
SSLConfig . |
protected SSLConfig |
SSLConfig.self() |
SSLConfig |
SSLConfig.setFactoryClassName(String factoryClassName)
Sets the name for the implementation class.
|
SSLConfig |
SSLConfig.setFactoryImplementation(Object factoryImplementation)
Sets the implementation object.
|
Modifier and Type | Method and Description |
---|---|
ServerSocketEndpointConfig |
ServerSocketEndpointConfig.setSSLConfig(SSLConfig sslConfig) |
NetworkConfig |
AdvancedNetworkConfig.MemberNetworkingView.setSSLConfig(SSLConfig sslConfig) |
VaultSecureStoreConfig |
VaultSecureStoreConfig.setSSLConfig(SSLConfig sslConfig)
Sets the SSL/TLS configuration.
|
EndpointConfig |
EndpointConfig.setSSLConfig(SSLConfig sslConfig)
Sets the
SSLConfig . |
RestServerEndpointConfig |
RestServerEndpointConfig.setSSLConfig(SSLConfig sslConfig) |
NetworkConfig |
NetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the
SSLConfig . |
Constructor and Description |
---|
SSLConfig(SSLConfig sslConfig) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.