Package org.apache.ignite.client
Class SslConfiguration.Builder
java.lang.Object
org.apache.ignite.client.SslConfiguration.Builder
- Enclosing interface:
- SslConfiguration
SSL configuration builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build SslConfiguration instance.Ciphers setter.enabled
(boolean enabled) Enabled/disabled setter.keyStorePassword
(@Nullable String keyStorePassword) Keystore password setter.keyStorePath
(@Nullable String keyStorePath) Keystore path setter.trustStorePassword
(@Nullable String trustStorePassword) Truststore password setter.trustStorePath
(@Nullable String trustStorePath) Truststore path setter.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
Enabled/disabled setter. -
ciphers
Ciphers setter. -
keyStorePath
Keystore path setter. -
keyStorePassword
Keystore password setter. -
trustStorePath
Truststore path setter. -
trustStorePassword
Truststore password setter. -
build
Build SslConfiguration instance.
-