Could someone explain Spring Security BasePermission.Create?
Posted
by Matthew Sowders
on Stack Overflow
See other posts from Stack Overflow
or by Matthew Sowders
Published on 2010-04-29T00:03:12Z
Indexed on
2010/04/29
0:07 UTC
Read the original article
Hit count: 656
I am working on a project that involves Spring Security ACL and I came across the create permission BasePermission.CREATE
. Would someone please explain how this is supposed to work or what it allows someone to do?
It is my understanding that each object has an acl, and each acl has many ace's, and each ace has an sid and a permission. How can you grant permission on an object to create it, if it must be created in order to attach the acl to it?
© Stack Overflow or respective owner