Package com.microstrategy.webapi
Interface IDSSXMLUserPrivilege
- 
public interface IDSSXMLUserPrivilegeThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanCheckPrivilege(int privilegeType)This method determines whether the user has a given privilege. 
 - 
 
- 
- 
Method Detail
- 
CheckPrivilege
boolean CheckPrivilege(int privilegeType) throws MSTRWebAPIExceptionThis method determines whether the user has a given privilege.- Parameters:
 privilegeType- A privilege value from the enumeration classEnumDSSXMLPrivilegeTypes.- Returns:
 - true if the user has the given privilege, false otherwise.
 - Throws:
 MSTRWebAPIException- Signals an error condition.
 
 - 
 
 -