Package org.apache.manifoldcf.livelink
Class LiveLinkParameters
- java.lang.Object
-
- org.apache.manifoldcf.livelink.LiveLinkParameters
-
public class LiveLinkParameters extends java.lang.ObjectThis class describes live link connection parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsidstatic java.lang.StringcacheLifetimeCache time in secondsstatic java.lang.StringcacheLRUSizeMax LRU sizestatic java.lang.StringingestCgiPathIngestion CGI path (path to fetch document from for ingestion)static java.lang.StringingestKeystoreLivelink SSL keystorestatic java.lang.StringingestNtlmDomainNTLM domain (set if NTLM desired)static java.lang.StringingestNtlmPasswordNTLM passwordstatic java.lang.StringingestNtlmUsernameNTLM usernamestatic java.lang.StringingestPortIngestion CGI portstatic java.lang.StringingestProtocolIngestion CGI protocolstatic java.lang.StringserverHTTPCgiPathServer CGI path (path to use for viewing)static java.lang.StringserverHTTPNTLMDomainServer domain, if NTLMstatic java.lang.StringserverHTTPNTLMPasswordServer passwordstatic java.lang.StringserverHTTPNTLMUsernameServer HTTP userstatic java.lang.StringserverHTTPSKeystoreKeystore for LAPIstatic java.lang.StringserverNameServer namestatic java.lang.StringserverPasswordServer passwordstatic java.lang.StringserverPortServer portstatic java.lang.StringserverProtocolConnection options; choices are "internal", "http", "https"static java.lang.StringserverUsernameServer userstatic java.lang.StringviewActionDocument View Actionstatic java.lang.StringviewCgiPathView CGI path (path to use for viewing)static java.lang.StringviewPortView CGI portstatic java.lang.StringviewProtocolView CGI protocolstatic java.lang.StringviewServerNameView CGI server name
-
Constructor Summary
Constructors Constructor Description LiveLinkParameters()
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
ingestProtocol
public static final java.lang.String ingestProtocol
Ingestion CGI protocol- See Also:
- Constant Field Values
-
ingestPort
public static final java.lang.String ingestPort
Ingestion CGI port- See Also:
- Constant Field Values
-
ingestCgiPath
public static final java.lang.String ingestCgiPath
Ingestion CGI path (path to fetch document from for ingestion)- See Also:
- Constant Field Values
-
ingestNtlmUsername
public static final java.lang.String ingestNtlmUsername
NTLM username- See Also:
- Constant Field Values
-
ingestNtlmPassword
public static final java.lang.String ingestNtlmPassword
NTLM password- See Also:
- Constant Field Values
-
ingestNtlmDomain
public static final java.lang.String ingestNtlmDomain
NTLM domain (set if NTLM desired)- See Also:
- Constant Field Values
-
ingestKeystore
public static final java.lang.String ingestKeystore
Livelink SSL keystore- See Also:
- Constant Field Values
-
viewProtocol
public static final java.lang.String viewProtocol
View CGI protocol- See Also:
- Constant Field Values
-
viewServerName
public static final java.lang.String viewServerName
View CGI server name- See Also:
- Constant Field Values
-
viewPort
public static final java.lang.String viewPort
View CGI port- See Also:
- Constant Field Values
-
viewCgiPath
public static final java.lang.String viewCgiPath
View CGI path (path to use for viewing)- See Also:
- Constant Field Values
-
viewAction
public static final java.lang.String viewAction
Document View Action- See Also:
- Constant Field Values
-
serverProtocol
public static final java.lang.String serverProtocol
Connection options; choices are "internal", "http", "https"- See Also:
- Constant Field Values
-
serverName
public static final java.lang.String serverName
Server name- See Also:
- Constant Field Values
-
serverPort
public static final java.lang.String serverPort
Server port- See Also:
- Constant Field Values
-
serverUsername
public static final java.lang.String serverUsername
Server user- See Also:
- Constant Field Values
-
serverPassword
public static final java.lang.String serverPassword
Server password- See Also:
- Constant Field Values
-
serverHTTPCgiPath
public static final java.lang.String serverHTTPCgiPath
Server CGI path (path to use for viewing)- See Also:
- Constant Field Values
-
serverHTTPNTLMDomain
public static final java.lang.String serverHTTPNTLMDomain
Server domain, if NTLM- See Also:
- Constant Field Values
-
serverHTTPNTLMUsername
public static final java.lang.String serverHTTPNTLMUsername
Server HTTP user- See Also:
- Constant Field Values
-
serverHTTPNTLMPassword
public static final java.lang.String serverHTTPNTLMPassword
Server password- See Also:
- Constant Field Values
-
serverHTTPSKeystore
public static final java.lang.String serverHTTPSKeystore
Keystore for LAPI- See Also:
- Constant Field Values
-
cacheLifetime
public static final java.lang.String cacheLifetime
Cache time in seconds- See Also:
- Constant Field Values
-
cacheLRUSize
public static final java.lang.String cacheLRUSize
Max LRU size- See Also:
- Constant Field Values
-
-