Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 

ACL Management

ACL Management – Document Access Control

Purpose

The Access Control List (ACL) system is used to manage and enforce access permissions on documents. It ensures that only authorized users, groups, or roles can access and perform actions on specific documents.

How It Works

Each document is associated with an ACL that defines:

  • Which roles can access the document.
  • The level of permissions granted.
  • Any specific access restrictions that apply.

 

Permission Types

PermissionDescription
ReadAllows users to view the document. 
WriteAllows users to modify the document content, if applicable in the screen.
DeleteAllows users to delete the document, if applicable in the screen.

 

Permission Inheritance

Documents may inherit permissions from higher-level entities, such as:

  • Document Classifications
  • Document types

When a document-specific ACL is configured, it may override or complement inherited permissions depending on the system configuration.

Default ACL Rules

Each document is automatically assigned a set of default ACL rules when it is created.

These default rules are mandatory and cannot be permanently removed from the document’s ACL configuration. However, they can be disabled when access restrictions are required.

This approach ensures that a baseline security model is always maintained while still providing flexibility to adapt access permissions to specific business needs.

Note: Disabled default ACL rules remain visible in the ACL configuration for auditability and can be re-enabled at any time by authorized users.

 

Access Validation Process

When a user attempts to access a document:

  1. The system identifies the user and their roles memberships.
  2. The document ACL is evaluated.
  3. Inherited permissions are considered.
  4. Access is granted or denied based on the applicable rules.

 

Search

 

  • No labels