Uses of Class
org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Uses of SslConfigurationBuilder in org.infinispan.client.hotrod.configuration
Modifier and TypeMethodDescriptionConfigures the ciphers Setting this property also implicitly enables SSL/TLS (seeenable()
SslConfigurationBuilder.disable()
Disables the SSL supportSslConfigurationBuilder.enable()
Enables the SSL supportSslConfigurationBuilder.enabled
(boolean enabled) Enables or disables the SSL supportSslConfigurationBuilder.hostnameValidation
(boolean hostnameValidation) Configures whether to enable hostname validation according to RFC 2818.Sets the alias of the key to use, in case the keyStore contains multiple certificates.SslConfigurationBuilder.keyStoreCertificatePassword
(char[] keyStoreCertificatePassword) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3SslConfigurationBuilder.keyStoreFileName
(String keyStoreFileName) Specifies the filename of a keystore to use to create theSSLContext
You also need to specify akeyStorePassword(char[])
.SslConfigurationBuilder.keyStorePassword
(char[] keyStorePassword) Specifies the password needed to open the keystore You also need to specify akeyStoreFileName(String)
.SslConfigurationBuilder.keyStoreType
(String keyStoreType) Specifies the type of the keystore, such as JKS or JCEKS.Configures the secure socket protocol.Configures the SSL provider.SslConfigurationBuilder.read
(SslConfiguration template, Combine combine) SslConfigurationBuilder.sniHostName
(String sniHostName) Specifies the TLS SNI hostname for the connectionAbstractSecurityConfigurationChildBuilder.ssl()
SecurityConfigurationBuilder.ssl()
SslConfigurationBuilder.sslContext
(SSLContext sslContext) Specifies a pre-builtSSLContext
SslConfigurationBuilder.trustStoreFileName
(String trustStoreFileName) Specifies the filename of a truststore to use to create theSSLContext
You also need to specify atrustStorePassword(char[])
.SslConfigurationBuilder.trustStorePassword
(char[] trustStorePassword) Specifies the password needed to open the truststore You also need to specify atrustStoreFileName(String)
.SslConfigurationBuilder.trustStorePath
(String trustStorePath) Deprecated, for removal: This API element is subject to removal in a future version.since 12.0 to be removed in 15.0.SslConfigurationBuilder.trustStoreType
(String trustStoreType) Specifies the type of the truststore, such as JKS or JCEKS.