public class LLSERVER extends Object
Constructor and Description |
---|
LLSERVER(boolean useHttp,
boolean useSSL,
String server,
int port,
String user,
String pwd,
String httpCgiPath,
String httpNtlmDomain,
String httpNtlmUser,
String httpNtlmPassword,
IKeystoreManager keystoreManager) |
Modifier and Type | Method and Description |
---|---|
protected void |
createCertFolder()
Create temporary session-bound cert directory.
|
void |
disconnect()
Disconnects
|
String |
getErrors()
Get the current session errors as a string.
|
String |
getHost()
Returns the server name where the Livelink
Server has been installed on
|
String |
getLLPwd()
Returns the password of the user currently connected
to the Livelink Server
|
com.opentext.api.LLSession |
getLLSession()
Returns the Livelink session
|
String |
getLLUser()
Returns the Livelink user currently connected
to the Livelink Server
|
int |
getPort()
Returns the port Livelink is listening on
|
protected void |
releaseCertFolder()
Release temporary session-bound cert directory.
|
public static final String _rcsid
public LLSERVER(boolean useHttp, boolean useSSL, String server, int port, String user, String pwd, String httpCgiPath, String httpNtlmDomain, String httpNtlmUser, String httpNtlmPassword, IKeystoreManager keystoreManager) throws ManifoldCFException
ManifoldCFException
public void disconnect()
protected void createCertFolder() throws ManifoldCFException
ManifoldCFException
protected void releaseCertFolder()
public String getHost()
public int getPort()
public String getLLUser()
public String getLLPwd()
public com.opentext.api.LLSession getLLSession()
public String getErrors()