Task #6600
Remove the privilege concept vom ACLs
Status:
Resolved
Priority:
Must have
Assignee:
Category:
Security
Target version:
Start date:
2010-02-25
Due date:
% Done:
100%
Estimated time:
Sprint:
PHP Version:
Has patch:
Complexity:
Description
ACL entries will simply define the access privilege by defining a GRANT or DENY for a resource. Example Policy.yaml entry:
acls:
Speaker:
UpdateOwnPaper: GRANT
ownAccount: GRANT
deleteAccount: DENY
The policy service should then provide two API methods: hasAccessOnJoinPoint() and hasAccessOnResource()
Related issues
Updated by Andreas Förthner almost 11 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r3881.