public interface RepositoryConnectionDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomainName()
Returns the domain name to be used when logging into the content repository (if applicable)
or the empty string.
|
java.lang.String |
getHostName()
Returns the host name or IP address of the content repository machine.
|
java.lang.String |
getPassword()
Returns the user's password in plain text.
|
int |
getPortNumber()
Returns the port number which the content repository is listening on.
|
java.lang.String |
getUserName()
Returns the user's login name.
|
boolean |
getUseSSL()
Returns
true if the connection should use a secure socket. |
java.lang.String getHostName()
int getPortNumber()
java.lang.String getDomainName()
java.lang.String getUserName()
java.lang.String getPassword()
boolean getUseSSL()
true
if the connection should use a secure socket.true
if the connection should use a secure socket(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.