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