Skip to content

Commit 1eb47fd

Browse files
committed
add API links
1 parent 427b8a1 commit 1eb47fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cookbook/security/acl_advanced.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ tables are ordered from least rows to most rows in a typical application:
5353

5454
- *acl_security_identities*: This table records all security identities (SID)
5555
which hold ACEs. The default implementation ships with two security
56-
identities: ``RoleSecurityIdentity`` and ``UserSecurityIdentity``.
56+
identities:
57+
:class:`Symfony\\Component\\Security\\Acl\\Domain\\RoleSecurityIdentity` and
58+
:class:`Symfony\\Component\\Security\\Acl\\Domain\\UserSecurityIdentity`.
5759
- *acl_classes*: This table maps class names to a unique ID which can be
5860
referenced from other tables.
5961
- *acl_object_identities*: Each row in this table represents a single domain

0 commit comments

Comments
 (0)