File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -175,9 +175,10 @@ Process for Reaching Authorization Decisions
175
175
The ACL class provides two methods for determining whether a security identity
176
176
has the required bitmasks, ``isGranted `` and ``isFieldGranted ``. When the ACL
177
177
receives an authorization request through one of these methods, it delegates
178
- this request to an implementation of ``PermissionGrantingStrategy ``. This allows
179
- you to replace the way access decisions are reached without actually modifying
180
- the ACL class itself.
178
+ this request to an implementation of
179
+ :class: `Symfony\\ Component\\ Security\\ Acl\\ Domain\\ PermissionGrantingStrategy `.
180
+ This allows you to replace the way access decisions are reached without actually
181
+ modifying the ACL class itself.
181
182
182
183
The ``PermissionGrantingStrategy `` first checks all your object-scope ACEs. If none
183
184
is applicable, the class-scope ACEs will be checked. If none is applicable,
You can’t perform that action at this time.
0 commit comments