Fixed typo in acl database schema appendix.

Fixes gh-5204
This commit is contained in:
Robert Roth 2018-04-04 13:09:07 +03:00 committed by Rob Winch
parent fddc28ba3b
commit 4bfce2a591
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ There are four tables used by the Spring Security <<domain-acls,ACL>> implementa
These can be unique principals or authorities which may apply to multiple principals.
. `acl_class` defines the domain object types to which ACLs apply.
The `class` column stores the Java class name of the object.
. `acl_object_identity` stores the object identity definitions of specific domai objects.
. `acl_object_identity` stores the object identity definitions of specific domain objects.
. `acl_entry` stores the ACL permissions which apply to a specific object identity and security identity.
It is assumed that the database will auto-generate the primary keys for each of the identities.