Package org.apache.ignite
Class SslConfigurationProperties
java.lang.Object
org.apache.ignite.SslConfigurationProperties
- All Implemented Interfaces:
SslConfiguration
Describes properties for SSL configuration.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.ignite.client.SslConfiguration
SslConfiguration.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionciphers()
List of ciphers that will be used to setup the SSL connection.boolean
enabled()
Whentrue
, an SSL/TLS connection will be established.Keystore password that will be used to setup the SSL connection.Keystore path that will be used to setup the SSL connection.void
setCiphers
(Iterable<String> ciphers) void
setEnabled
(Boolean enabled) void
setKeyStorePassword
(String keyStorePassword) void
setKeyStorePath
(String keyStorePath) void
setTrustStorePassword
(String trustStorePassword) void
setTrustStorePath
(String trustStorePath) Truststore password that will be used to setup the SSL connection.Truststore path that will be used to setup the SSL connection.
-
Constructor Details
-
SslConfigurationProperties
public SslConfigurationProperties()
-
-
Method Details
-
enabled
public boolean enabled()Description copied from interface:SslConfiguration
Whentrue
, an SSL/TLS connection will be established.- Specified by:
enabled
in interfaceSslConfiguration
-
ciphers
Description copied from interface:SslConfiguration
List of ciphers that will be used to setup the SSL connection.- Specified by:
ciphers
in interfaceSslConfiguration
-
keyStorePath
Description copied from interface:SslConfiguration
Keystore path that will be used to setup the SSL connection.- Specified by:
keyStorePath
in interfaceSslConfiguration
-
keyStorePassword
Description copied from interface:SslConfiguration
Keystore password that will be used to setup the SSL connection.- Specified by:
keyStorePassword
in interfaceSslConfiguration
-
trustStorePath
Description copied from interface:SslConfiguration
Truststore path that will be used to setup the SSL connection.- Specified by:
trustStorePath
in interfaceSslConfiguration
-
trustStorePassword
Description copied from interface:SslConfiguration
Truststore password that will be used to setup the SSL connection.- Specified by:
trustStorePassword
in interfaceSslConfiguration
-
setEnabled
-
setCiphers
-
setKeyStorePath
-
setKeyStorePassword
-
setTrustStorePath
-
setTrustStorePassword
-