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.booleanenabled()If set totruethen the SSL connection will be used to interact with Ignite 3 node.Keystore password that will be used to setup the SSL connection.Keystore path that will be used to setup the SSL connection.voidsetCiphers(Iterable<String> ciphers) voidsetEnabled(Boolean enabled) voidsetKeyStorePassword(String keyStorePassword) voidsetKeyStorePath(String keyStorePath) voidsetTrustStorePassword(String trustStorePassword) voidsetTrustStorePath(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:SslConfigurationIf set totruethen the SSL connection will be used to interact with Ignite 3 node.- Specified by:
enabledin interfaceSslConfiguration
-
ciphers
Description copied from interface:SslConfigurationList of ciphers that will be used to setup the SSL connection.- Specified by:
ciphersin interfaceSslConfiguration
-
keyStorePath
Description copied from interface:SslConfigurationKeystore path that will be used to setup the SSL connection.- Specified by:
keyStorePathin interfaceSslConfiguration
-
keyStorePassword
Description copied from interface:SslConfigurationKeystore password that will be used to setup the SSL connection.- Specified by:
keyStorePasswordin interfaceSslConfiguration
-
trustStorePath
Description copied from interface:SslConfigurationTruststore path that will be used to setup the SSL connection.- Specified by:
trustStorePathin interfaceSslConfiguration
-
trustStorePassword
Description copied from interface:SslConfigurationTruststore password that will be used to setup the SSL connection.- Specified by:
trustStorePasswordin interfaceSslConfiguration
-
setEnabled
-
setCiphers
-
setKeyStorePath
-
setKeyStorePassword
-
setTrustStorePath
-
setTrustStorePassword
-