Set permission requirements on a per-triple-collection basis
------------------------------------------------------------
Key: CLEREZZA-253
URL: https://issues.apache.org/jira/browse/CLEREZZA-253
Project: Clerezza
Issue Type: Improvement
Reporter: Reto Bachmann-Gmür
Currently one requires a TcPermission matching the name of the triple
collection to access it. This issue shall allow to assign other arbitrary
permssion requirements instead to a TripleCollection.
For example an MGraph could be configured to require (FriendOfAFriendPermission
"reto" "") for reading and (FriendPermission "reto" "") for reading.
(the social-distance permission are just an example, intrucing something like
this is not part of this issue).
For this we should introduce a new service in rdf.access allowing to define the
set of permissions needed to access a triple collection for reading ans well as
for reading and writing. If the permissions aren't explicitly set TcPermissions
are required (as with the current implementation).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.