@Exported public class IntradocClientConfig extends IdcClientConfig
Modifier and Type | Field and Description |
---|---|
static String |
PROP_SSL_ALGORITHM |
static String |
PROP_SSL_KEYSTORE_ALIAS |
static String |
PROP_SSL_KEYSTORE_ALIAS_PASSWORD |
static String |
PROP_SSL_KEYSTORE_FILE |
static String |
PROP_SSL_KEYSTORE_PASSWORD |
static String |
PROP_SSL_TRUST_MANAGER_FILE |
static String |
PROP_SSL_TRUST_MANAGER_PASSWORD |
PROP_CONNECTION_POOL, PROP_CONNECTION_SIZE, PROP_CONNECTION_URL, PROP_CONNECTION_WAIT_TIME, PROP_SOCKET_TIMEOUT, PROP_SOCKET_TIMEOUT_DEFAULT
Constructor and Description |
---|
IntradocClientConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getHostname() |
String |
getKeystoreAlias() |
char[] |
getKeystoreAliasPassword() |
String |
getKeystoreFile() |
char[] |
getKeystorePassword() |
int |
getPort() |
String |
getSocketType() |
String |
getTrustManagerFile() |
char[] |
getTrustManagerPassword() |
void |
setAlgorithm(String algorithm) |
void |
setConnectionString(String connectionString) |
void |
setKeystoreAlias(String alias) |
void |
setKeystoreAliasPassword(char[] password) |
void |
setKeystoreAliasPassword(String password)
Deprecated.
|
void |
setKeystoreFile(String keytstoreFile) |
void |
setKeystorePassword(char[] password) |
void |
setKeystorePassword(String password)
Deprecated.
|
void |
setTrustManagerFile(String trustFile) |
void |
setTrustManagerPassword(char[] password) |
void |
setTrustManagerPassword(String password)
Deprecated.
|
getBooleanProperty, getConnectionPool, getConnectionSize, getConnectionString, getConnectionWaitTime, getIntProperty, getLongProperty, getProperty, getPropertyNames, getSecureProperty, getSecurePropertyNames, getSocketTimeout, getStringProperty, setConnectionPool, setConnectionSize, setConnectionWaitTime, setProperties, setProperty, setSecureProperties, setSecureProperty, setSocketTimeout
public static final String PROP_SSL_KEYSTORE_FILE
public static final String PROP_SSL_KEYSTORE_PASSWORD
public static final String PROP_SSL_ALGORITHM
public static final String PROP_SSL_KEYSTORE_ALIAS
public static final String PROP_SSL_KEYSTORE_ALIAS_PASSWORD
public static final String PROP_SSL_TRUST_MANAGER_FILE
public static final String PROP_SSL_TRUST_MANAGER_PASSWORD
public String getHostname()
public int getPort()
public String getSocketType()
public String getKeystoreFile()
public void setKeystoreFile(String keytstoreFile)
public char[] getKeystorePassword()
@Deprecated public void setKeystorePassword(String password)
public void setKeystorePassword(char[] password)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getKeystoreAlias()
public void setKeystoreAlias(String alias)
public char[] getKeystoreAliasPassword()
@Deprecated public void setKeystoreAliasPassword(String password)
public void setKeystoreAliasPassword(char[] password)
public String getTrustManagerFile()
public void setTrustManagerFile(String trustFile)
public char[] getTrustManagerPassword()
@Deprecated public void setTrustManagerPassword(String password)
public void setTrustManagerPassword(char[] password)
public void setConnectionString(String connectionString)
setConnectionString
in class IdcClientConfig