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 (26.2.0.1000)
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(Guid) Retrieve assigned application privileges for an account including inherited privileges.
Obsolete
Public methodGetApplicationPrivilegesForAccount(Guid, NullableGuid) Retrieve assigned application privileges for an account including inherited privileges.
Public methodGetApplicationPrivilegesForGroup Retrieve assigned application privileges for a group including inherited privileges.
Public methodGetEffectiveApplicationPrivilegesForAccount(Guid) Retrieve effective application privileges of an account.
Obsolete
Public methodGetEffectiveApplicationPrivilegesForAccount(Guid, NullableGuid) Retrieve effective application privileges of an account.
Top
See Also