Skip to content

Commit ed657a8

Browse files
author
Steve Riesenberg
committed
Polish gh-12280
Apply editing changes from gh-9668
1 parent edd1915 commit ed657a8

File tree

1 file changed

+2
-2
lines changed
  • docs/modules/ROOT/pages/servlet/authorization

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/servlet/authorization/acls.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The only columns are the ID and the Java class name.
6666
Thus, there is a single row for each unique Class for which we wish to store ACL permissions.
6767

6868
* `ACL_OBJECT_IDENTITY` stores information for each unique domain object instance in the system.
69-
Columns include a primary key ID, a foreign key to the `ACL_CLASS` table, a unique identifier so we know which ACL_CLASS instance we're providing information for, the parent, a foreign key to the `ACL_SID` table to represent the owner of the domain object instance, and whether we allow ACL entries to inherit from any parent ACL.
70-
We have a single row for every domain object instance we're storing ACL permissions for.
69+
Columns include the ID, a foreign key to the ACL_CLASS table, a unique identifier so we know the ACL_CLASS instance for which we provide information, the parent, a foreign key to the ACL_SID table to represent the owner of the domain object instance, and whether we allow ACL entries to inherit from any parent ACL.
70+
We have a single row for every domain object instance for which we store ACL permissions.
7171

7272
* Finally, `ACL_ENTRY` stores the individual permissions assigned to each recipient.
7373
Columns include a foreign key to the `ACL_OBJECT_IDENTITY`, the recipient (i.e. a foreign key to ACL_SID), whether we'll be auditing or not, and the integer bit mask that represents the actual permission being granted or denied.

0 commit comments

Comments
 (0)