Last active
January 3, 2016 17:49
-
-
Save egulias/8498166 to your computer and use it in GitHub Desktop.
Symfony Security debug for ACL-Voterssecurity:debug:acl_voters command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Who's voting?] Vote intention | |
+------------------------------------------------------------------------+---------+-------+------+ | |
| Class | Abstain | Grant | Deny | | |
+------------------------------------------------------------------------+---------+-------+------+ | |
| Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter | X | | | | |
| Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter | X | | | | |
| Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter | X | | | | |
| Symfony\Component\Security\Acl\Voter\AclVoter | | | X | | |
+------------------------------------------------------------------------+---------+-------+------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment