Interface IDSSXMLUserPrivilege


  • public interface IDSSXMLUserPrivilege
    This interface is used to access a list of user privileges for an Intelligence Server user in an easy way.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • CheckPrivilege

        boolean CheckPrivilege​(int privilegeType)
                        throws MSTRWebAPIException
        This method determines whether the user has a given privilege.
        Parameters:
        privilegeType - A privilege value from the enumeration class EnumDSSXMLPrivilegeTypes.
        Returns:
        true if the user has the given privilege, false otherwise.
        Throws:
        MSTRWebAPIException - Signals an error condition.