public interface ServerConnectionDescriptor extends SystemServerConnectionDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
Returns the user's password in plain text.
|
boolean |
isSSOConnect()
Returns
true if the connection should use SSO. |
boolean |
isUseSSL()
Returns
true if the connection should use SSL. |
getDataDirectory, getDomainName, getHostName, getPortNumber, getServerMajorVersion, getServerMinorVersion, getServerPatchVersion, getUserName
java.lang.String getPassword()
boolean isUseSSL()
true
if the connection should use SSL.true
if the connection should use SSL, otherwise false
.boolean isSSOConnect()
true
if the connection should use SSO.true
if the connection should use SSL, otherwise false
.(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.