Log in
Model

AuthorizationComposite

Magento\Customer\Model\Customer\AuthorizationComposite

What it does

This class implements a composite authorization pattern that checks multiple authorization rules in sequence for customer-related operations.

It's used when you need to verify permissions through multiple authorization checks, where all checks must pass for access to be granted.

If any authorization check fails, the entire authorization process returns false.

Public Methods

  • isAllowed()