Uses of Class
org.infinispan.server.core.configuration.SslConfigurationBuilder
Packages that use SslConfigurationBuilder
-
Uses of SslConfigurationBuilder in org.infinispan.server.core.configuration
Fields in org.infinispan.server.core.configuration declared as SslConfigurationBuilderModifier and TypeFieldDescriptionprotected final SslConfigurationBuilder<T,
S> ProtocolServerConfigurationBuilder.ssl
Methods in org.infinispan.server.core.configuration that return SslConfigurationBuilderModifier and TypeMethodDescriptionSslConfigurationBuilder.disable()
Disables the SSL supportSslConfigurationBuilder.enable()
Enables the SSL supportSslConfigurationBuilder.enabled
(boolean enabled) Enables or disables the SSL supportSelects a specific key to choose from the keystoreSslConfigurationBuilder.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.requireClientAuth
(boolean requireClientAuth) Enables client certificate authenticationAbstractProtocolServerConfigurationChildBuilder.ssl()
ProtocolServerConfigurationBuilder.ssl()
ProtocolServerConfigurationChildBuilder.ssl()
Configures SSLSslConfigurationBuilder.sslContext
(Supplier<SSLContext> sslContext) Sets theSSLContext
to use for setting up SSL connections.SslConfigurationBuilder.sslContext
(SSLContext sslContext) Sets theSSLContext
to use for setting up SSL connections.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.Constructors in org.infinispan.server.core.configuration with parameters of type SslConfigurationBuilderModifierConstructorDescriptionEncryptionConfigurationBuilder
(SslConfigurationBuilder sslConfigurationBuilder)