Symfony2: ClassACE and ObjectACE
问题 The ACL class have permissions on all objects of that class? Or only have permission on itself and not on the objects? Let me explain on Symfony2: I have an Entity Order and 5 created Orders. If I give owner permission to the class Order I have grants to edit all the objects? $objectIdentity = new ObjectIdentity('class', 'Acme\DemoBundle\Entity\Order'); $securityIdentity = new RoleSecurityIdentity($role->getRole()); $acl = $aclProvider->createAcl($objectIdentity); $acl->insertClassAce(