Class CswsParameters


  • public class CswsParameters
    extends java.lang.Object
    This class describes live link connection parameters.
    • Field Detail

      • 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
      • 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
    • Constructor Detail

      • CswsParameters

        public CswsParameters()