public class ConnectionAndSslParameters extends Object
| Constructor and Description |
|---|
ConnectionAndSslParameters(Command command,
String host,
String port,
String user,
String pwd,
Long pingTimeout,
Long pingInterval,
boolean autoConfirmation,
boolean verbose,
String sslProtocol,
String sslCipherSuites,
String sslKeyAlgorithm,
String sslKeyStorePath,
char[] sslKeyStorePassword,
String sslKeyStoreType,
String sslTrustStorePath,
char[] sslTrustStorePassword,
String sslTrustStoreType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
autoConfirmation() |
Command |
command() |
String |
getSslCipherSuites() |
String |
host() |
String |
password() |
void |
password(String pwd) |
long |
pingInterval()
|
long |
pingTimeout()
|
String |
port() |
String |
sslKeyAlgorithm() |
char[] |
sslKeyStorePassword() |
void |
sslKeyStorePassword(char[] sslKeyStorePassword)
Set keystore password.
|
String |
sslKeyStorePath() |
String |
sslKeyStoreType() |
String |
sslProtocol() |
char[] |
sslTrustStorePassword() |
void |
sslTrustStorePassword(char[] sslTrustStorePassword)
Set truststore password.
|
String |
sslTrustStorePath() |
String |
sslTrustStoreType() |
String |
userName() |
void |
userName(String user) |
boolean |
verbose()
Returns
true if verbose mode is enabled. |
public ConnectionAndSslParameters(Command command, String host, String port, String user, String pwd, Long pingTimeout, Long pingInterval, boolean autoConfirmation, boolean verbose, String sslProtocol, String sslCipherSuites, String sslKeyAlgorithm, String sslKeyStorePath, char[] sslKeyStorePassword, String sslKeyStoreType, String sslTrustStorePath, char[] sslTrustStorePassword, String sslTrustStoreType)
command - Command.host - Host.port - Port.user - User.pwd - Password.pingTimeout - Ping timeout. See GridClientConfiguration.getPingTimeout().pingInterval - Ping interval. See GridClientConfiguration.getPingInterval().autoConfirmation - Auto confirmation flag.verbose - Verbose mode.sslProtocol - SSL Protocol.sslCipherSuites - SSL cipher suites.sslKeyAlgorithm - SSL Key Algorithm.sslKeyStorePath - Keystore.sslKeyStorePassword - Keystore Password.sslKeyStoreType - Keystore Type.sslTrustStorePath - Truststore.sslTrustStorePassword - Truststore Password.sslTrustStoreType - Truststore Type.public Command command()
public String host()
public String port()
public String userName()
public void userName(String user)
user - New user name.public String password()
public void password(String pwd)
pwd - New password.public long pingTimeout()
public long pingInterval()
public boolean autoConfirmation()
public String sslProtocol()
public String getSslCipherSuites()
public String sslKeyAlgorithm()
public String sslKeyStorePath()
public String sslKeyStoreType()
public char[] sslKeyStorePassword()
public void sslKeyStorePassword(char[] sslKeyStorePassword)
sslKeyStorePassword - Keystore password.public String sslTrustStorePath()
public String sslTrustStoreType()
public char[] sslTrustStorePassword()
public void sslTrustStorePassword(char[] sslTrustStorePassword)
sslTrustStorePassword - Truststore password.public boolean verbose()
true if verbose mode is enabled.True if verbose mode is enabled.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022