We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427b8a1 commit 1eb47fdCopy full SHA for 1eb47fd
cookbook/security/acl_advanced.rst
@@ -53,7 +53,9 @@ tables are ordered from least rows to most rows in a typical application:
53
54
- *acl_security_identities*: This table records all security identities (SID)
55
which hold ACEs. The default implementation ships with two security
56
- identities: ``RoleSecurityIdentity`` and ``UserSecurityIdentity``.
+ identities:
57
+ :class:`Symfony\\Component\\Security\\Acl\\Domain\\RoleSecurityIdentity` and
58
+ :class:`Symfony\\Component\\Security\\Acl\\Domain\\UserSecurityIdentity`.
59
- *acl_classes*: This table maps class names to a unique ID which can be
60
referenced from other tables.
61
- *acl_object_identities*: Each row in this table represents a single domain
0 commit comments