Uses of Class
org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Uses of SslConfigurationBuilder in org.infinispan.persistence.remote.configuration
Modifier and TypeMethodDescriptionSslConfigurationBuilder.disable()
Disables the SSL supportSslConfigurationBuilder.enable()
Enables the SSL supportSslConfigurationBuilder.enabled
(boolean enabled) Enables or disables the SSL supportSslConfigurationBuilder.hostnameValidation
(boolean validation) Enables or disables SSL hostname validationSslConfigurationBuilder.keyStoreCertificatePassword
(char[] keyStoreCertificatePassword) Specifies the password needed to access private key associated with certificate stored in specifiedkeyStoreFileName(String)
.SslConfigurationBuilder.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.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) 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.trustStoreType
(String trustStoreType) Specifies the type of the truststore, such as JKS or JCEKS.