Log in
Model

Rule

Magento\Authorization\Model\Acl\Loader\Rule

What it does

This class loads and applies ACL (Access Control List) rules from the database to control admin user permissions in Magento 2.

Developers interact with this class indirectly through the ACL system when defining or checking admin role permissions.

It automatically applies allow/deny rules to roles and handles missing rules by denying access by default for security.

Public Methods

  • populateAcl()