| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| Modifier and Type | Method and Description |
|---|---|
HostVerificationConfig |
SSLConfig.getHostVerificationConfig()
Returns the TLS host verification config object.
|
HostVerificationConfig |
HostVerificationConfig.setEnabledOnServer(boolean enabledOnServer)
Sets if TLS host verification should also proceed on the server side of TLS connection.
|
HostVerificationConfig |
HostVerificationConfig.setImplementation(TlsHostVerifier implementation)
Sets the implementation object.
|
HostVerificationConfig |
HostVerificationConfig.setPolicyClassName(String policyClassName)
Sets a class name implementing
TlsHostVerifier interface. |
HostVerificationConfig |
HostVerificationConfig.setProperties(Properties properties)
Sets TLS host verifier properties.
|
HostVerificationConfig |
HostVerificationConfig.setProperty(String name,
String value)
Adds a single property to
Properties object used for TLS host verifier initialization. |
| Modifier and Type | Method and Description |
|---|---|
SSLConfig |
SSLConfig.setHostVerificationConfig(HostVerificationConfig hostVerification)
Sets the TLS host verification config object.
|
Copyright © 2018. All Rights Reserved.