Package org.apache.manifoldcf.csws
Class CswsParameters
- java.lang.Object
-
- org.apache.manifoldcf.csws.CswsParameters
-
public class CswsParameters 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.StringauthenticationPathAuthentication service CGI pathstatic java.lang.StringauthenticationPathDefaultstatic java.lang.StringcacheLifetimeCache time in secondsstatic java.lang.StringcacheLRUSizeMax LRU sizestatic java.lang.StringcontentServicePathContentService service CGI pathstatic java.lang.StringcontentServicePathDefaultstatic java.lang.StringdataCollectionName of the Livelink Collectionstatic java.lang.StringdataCollectionDefaultstatic java.lang.StringdocumentManagementPathDocumentManagement service CGI pathstatic java.lang.StringdocumentManagementPathDefaultstatic java.lang.StringmemberServicePathMemberService service CGI pathstatic java.lang.StringmemberServicePathDefaultstatic java.lang.StringsearchServicePathSearchService service CGI pathstatic java.lang.StringsearchServicePathDefaultstatic 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 "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 CswsParameters()
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- 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 "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
-
authenticationPath
public static final java.lang.String authenticationPath
Authentication service CGI path- See Also:
- Constant Field Values
-
authenticationPathDefault
public static final java.lang.String authenticationPathDefault
- See Also:
- Constant Field Values
-
contentServicePath
public static final java.lang.String contentServicePath
ContentService service CGI path- See Also:
- Constant Field Values
-
contentServicePathDefault
public static final java.lang.String contentServicePathDefault
- See Also:
- Constant Field Values
-
documentManagementPath
public static final java.lang.String documentManagementPath
DocumentManagement service CGI path- See Also:
- Constant Field Values
-
documentManagementPathDefault
public static final java.lang.String documentManagementPathDefault
- See Also:
- Constant Field Values
-
searchServicePath
public static final java.lang.String searchServicePath
SearchService service CGI path- See Also:
- Constant Field Values
-
searchServicePathDefault
public static final java.lang.String searchServicePathDefault
- See Also:
- Constant Field Values
-
memberServicePath
public static final java.lang.String memberServicePath
MemberService service CGI path- See Also:
- Constant Field Values
-
memberServicePathDefault
public static final java.lang.String memberServicePathDefault
- See Also:
- Constant Field Values
-
dataCollection
public static final java.lang.String dataCollection
Name of the Livelink Collection- See Also:
- Constant Field Values
-
dataCollectionDefault
public static final java.lang.String dataCollectionDefault
- 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
-
-