Interface ITDConnection9

    • Method Detail

      • externalAuthenticationEnabled

        boolean externalAuthenticationEnabled()

        Checks if external authentication enabled on server

        Getter method for the COM property "ExternalAuthenticationEnabled"

        Returns:
        Returns a value of type boolean
      • createSession

        void createSession()

        Creates application session on server, similar to login operation but for SSO configuration.

      • createSessionEx

        IList createSessionEx()

        For HP use. Establishes application session on the server in SSO env. Returns the list of project descriptors visible to the authenticating user.

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • createSessionEx

        java.lang.Object createSessionEx​(int index)
      • applyClientCert

        void applyClientCert​(java.lang.Object certContext)

        Apply client certificate to connection, the parameter should be valid CERT_CONTEXT structure.

        Parameters:
        certContext - Mandatory java.lang.Object parameter.
      • setExecutionMode

        void setExecutionMode​(TDAPI_EXECUTION_MODES executionMode)

        Set execution mode to WebClient

        Parameters:
        executionMode - Mandatory step.repository.alm.v16.otaclient.TDAPI_EXECUTION_MODES parameter.
      • applyCookie

        void applyCookie​(java.lang.String cookie)

        Applies cookie to connection

        Parameters:
        cookie - Mandatory java.lang.String parameter.
      • isServerCompatible

        boolean isServerCompatible()

        Get Compatibility of OTA to Server

        Getter method for the COM property "IsServerCompatible"

        Returns:
        Returns a value of type boolean
      • initAndCheckServerCompatibility

        boolean initAndCheckServerCompatibility​(java.lang.String serverName)

        Initialize connection and check whether server version is compatible with OTA

        Parameters:
        serverName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type boolean