Interface ITDConnection6

    • Method Detail

      • setServerCredentials

        void setServerCredentials​(java.lang.String userName,
                                  java.lang.String password)

        Sets credentials for authentication on server.

        Parameters:
        userName - Mandatory java.lang.String parameter.
        password - Mandatory java.lang.String parameter.
      • setProxyCredentials

        void setProxyCredentials​(java.lang.String proxyHost,
                                 int port,
                                 java.lang.String userName,
                                 java.lang.String password)

        Sets credentials for authentication on proxy.

        Parameters:
        proxyHost - Mandatory java.lang.String parameter.
        port - Mandatory int parameter.
        userName - Mandatory java.lang.String parameter.
        password - Mandatory java.lang.String parameter.
      • designStepFactory

        com4j.Com4jObject designStepFactory()

        The DesignStepFactory object for this connection.

        Getter method for the COM property "DesignStepFactory"

        Returns:
        Returns a value of type com4j.Com4jObject