AclCollectionCache
  • References/PHP/Symfony/Component/Security/Acl/Domain

class AclCollectionCache This service caches ACLs for an entire collection of objects.

2025-01-10 15:47:30
RoleSecurityIdentity::equals()
  • References/PHP/Symfony/Component/Security/Acl/Domain

equals(

2025-01-10 15:47:30
ObjectIdentity::getIdentifier()
  • References/PHP/Symfony/Component/Security/Acl/Domain

string getIdentifier() Obtains a unique identifier for this object. The identifier must not be

2025-01-10 15:47:30
Entry::isAuditSuccess()
  • References/PHP/Symfony/Component/Security/Acl/Domain

bool isAuditSuccess() Whether auditing for successful denies is turned on

2025-01-10 15:47:30
Acl::deleteObjectAce()
  • References/PHP/Symfony/Component/Security/Acl/Domain

deleteObjectAce(int $index) Deletes an object-based ACE

2025-01-10 15:47:30
MutableAclProvider::updateUserSecurityIdentity()
  • References/PHP/Symfony/Component/Security/Acl/Dbal

updateUserSecurityIdentity(

2025-01-10 15:47:30
Acl::deleteClassFieldAce()
  • References/PHP/Symfony/Component/Security/Acl/Domain

deleteClassFieldAce(int $index, string $field) Deletes a class-field-based ACE

2025-01-10 15:47:30
MutableAclInterface::deleteObjectFieldAce()
  • References/PHP/Symfony/Component/Security/Acl/Model

deleteObjectFieldAce(int $index, string $field) Deletes an object-field-based ACE

2025-01-10 15:47:30
Entry::isGranting()
  • References/PHP/Symfony/Component/Security/Acl/Domain

bool isGranting() Returns whether this ACE is granting, or denying

2025-01-10 15:47:30
AuditableAclInterface::updateClassFieldAuditing()
  • References/PHP/Symfony/Component/Security/Acl/Model

updateClassFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates

2025-01-10 15:47:30