Package org.apache.ignite
Class SslConfigurationProperties
java.lang.Object
org.apache.ignite.SslConfigurationProperties
- All Implemented Interfaces:
org.apache.ignite.client.SslConfiguration
public class SslConfigurationProperties
extends Object
implements org.apache.ignite.client.SslConfiguration
Describes properties for SSL configuration.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.ignite.client.SslConfiguration
org.apache.ignite.client.SslConfiguration.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionciphers()booleanenabled()voidsetCiphers(Iterable<String> ciphers) voidsetEnabled(Boolean enabled) voidsetKeyStorePassword(String keyStorePassword) voidsetKeyStorePath(String keyStorePath) voidsetTrustStorePassword(String trustStorePassword) voidsetTrustStorePath(String trustStorePath)
-
Constructor Details
-
SslConfigurationProperties
public SslConfigurationProperties()
-
-
Method Details
-
enabled
public boolean enabled()- Specified by:
enabledin interfaceorg.apache.ignite.client.SslConfiguration
-
ciphers
- Specified by:
ciphersin interfaceorg.apache.ignite.client.SslConfiguration
-
keyStorePath
- Specified by:
keyStorePathin interfaceorg.apache.ignite.client.SslConfiguration
-
keyStorePassword
- Specified by:
keyStorePasswordin interfaceorg.apache.ignite.client.SslConfiguration
-
trustStorePath
- Specified by:
trustStorePathin interfaceorg.apache.ignite.client.SslConfiguration
-
trustStorePassword
- Specified by:
trustStorePasswordin interfaceorg.apache.ignite.client.SslConfiguration
-
setEnabled
-
setCiphers
-
setKeyStorePath
-
setKeyStorePassword
-
setTrustStorePath
-
setTrustStorePassword
-