IPrivilegeService Interface

Methods for performing operations on privilege.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public interface IPrivilegeService

The IPrivilegeService type exposes the following members.

Properties
  NameDescription
Public propertyApplicationPrivileges
Gets all the registered application privileges.
Public propertyObjectPrivileges
Gets all the registered object privileges.
Top
Methods
  NameDescription
Public methodGetApplicationPrivilegesForAccount
Retrieve assigned application privileges of an account including inherited privileges.
Public methodGetApplicationPrivilegesForGroup
Retrieve assigned application privileges of a group including inherited privileges.
Public methodGetEffectiveApplicationPrivilegesForAccount
Retrieve effective application privileges of an account.
Top
See Also