Interface WebTrustedServer


  • public interface WebTrustedServer
    The WebTrustedServer interface represents a server that has trust relationship with IServer. It supports Tivoli and SiteMinder Single-Sign-on Authentication mode.
    Since:
    MicroStrategy Web 9.0.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getServerName()
      Returns the name of the server.
      int getStatus()
      Returns the status of the server.
      java.lang.String getToken()
      Returns the token string of the trust relationship
      void remove()
      Removes this Server from the trust relationship.
      void setStatus​(int status)
      Sets the status value of the server.
    • Method Detail

      • getStatus

        int getStatus()
        Returns the status of the server. This will be a value from EnumDSSXMLTrustWebServerStatus.
        Returns:
        The status of the server.
      • setStatus

        void setStatus​(int status)
        Sets the status value of the server. This will be a value from EnumDSSXMLTrustWebServerStatus.
        Parameters:
        status - The status value of the server.
      • remove

        void remove()
        Removes this Server from the trust relationship.
      • getServerName

        java.lang.String getServerName()
        Returns the name of the server.
        Returns:
        The name of the server.
      • getToken

        java.lang.String getToken()
        Returns the token string of the trust relationship
        Returns:
        The token string of the trust relationship