AccessControlProxy Methods CelloSaaS API Documentation
The AccessControlProxy type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCheckAllPermissions
Check if the logged in user has all the given privileges
Public methodStatic memberCheckPermission
Check if the logged in user has the given privilege
Public methodStatic memberCheckPermissionForEntity(BaseEntity, EntityAction)
Check if the logged in user has the privileges to access the entity for the given action
Public methodStatic memberCheckPermissionForEntity(BaseEntity, String)
Check if the logged in user has the privilege for the given entity
Public methodStatic memberCheckPermissionForEntityList(Dictionary String, BaseEntity , String, String)
Check if the logged in user has privileges to perform the following action on the entities
Public methodStatic memberCheckPermissionForEntityList(String, Dictionary String, BaseEntity , EntityAction)
Check if the logged in user has the privilege for the given entities
Public methodStatic memberCheckPermissions
Check if the logged in user has the given privileges and returns the result array in the same order
Public methodStatic memberCheckPrivilegeForEntity
Check if the logged in user has the privileges to access the entity
Public methodStatic memberCheckPrivilegeForFields(String, String,  String )
Check if the logged in user has the privileges on the entity record (referenceId)
Public methodStatic memberCheckPrivilegeForFields(String,  String ,  String )
Check if the logged in user has the privileges on the entity record (referenceId)
Public methodStatic memberCheckTenantAccessPrivilege
Check if the logged in user has the given privilege for the given tenantId.
Public methodStatic memberCheckTenantAccessWithTenantScope
Check if the logged in user has the given privilege for specified entity,tenantid and Fetch Type
Public methodStatic memberGetTenantAccessPrivileges( String )
Gets the tenant access privileges for the logged in user
Public methodStatic memberGetTenantAccessPrivileges(String,  String )
Gets the tenant access privileges for the given user
Back to Top
See Also