The AccessControlProxy type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | CheckAllPermissions |
Check if the logged in user has all the given privileges
|
![]() ![]() | CheckPermission |
Check if the logged in user has the given privilege
|
![]() ![]() | CheckPermissionForEntity(BaseEntity, EntityAction) |
Check if the logged in user has the privileges to access the entity for the given action
|
![]() ![]() | CheckPermissionForEntity(BaseEntity, String) |
Check if the logged in user has the privilege for the given entity
|
![]() ![]() | CheckPermissionForEntityList(Dictionary String, BaseEntity , String, String) |
Check if the logged in user has privileges to perform the following action on the entities
|
![]() ![]() | CheckPermissionForEntityList(String, Dictionary String, BaseEntity , EntityAction) |
Check if the logged in user has the privilege for the given entities
|
![]() ![]() | CheckPermissions |
Check if the logged in user has the given privileges and returns the result array in the same order
|
![]() ![]() | CheckPrivilegeForEntity |
Check if the logged in user has the privileges to access the entity
|
![]() ![]() | CheckPrivilegeForFields(String, String, String ) |
Check if the logged in user has the privileges on the entity record (referenceId)
|
![]() ![]() | CheckPrivilegeForFields(String, String , String ) |
Check if the logged in user has the privileges on the entity record (referenceId)
|
![]() ![]() | CheckTenantAccessPrivilege |
Check if the logged in user has the given privilege for the given tenantId.
|
![]() ![]() | CheckTenantAccessWithTenantScope |
Check if the logged in user has the given privilege for specified entity,tenantid and Fetch Type
|
![]() ![]() | GetTenantAccessPrivileges( String ) |
Gets the tenant access privileges for the logged in user
|
![]() ![]() | GetTenantAccessPrivileges(String, String ) |
Gets the tenant access privileges for the given user
|
See Also