Skip to content

Secured dynamic graphs #2095

Answered by rvesse
uahic asked this question in Q&A
Nov 16, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

There's a couple of things that may meet your requirements (though you've been very vague in your question).

Firstly in core Jena there's the Jena Permissions framework which provides wrappers around the normal Jena APIs e.g. Model, Graph, Dataset etc that can be used to apply custom security evaluators to access to the underlying graphs. These can be specified via Jena's Assembler configuration methodology (the TTL files you mention) but could equally be done programmatically. This methodology can be as dynamic as your SecurityEvaluator implementation.

Secondly, and not in Jena itself, but rather built using it, is rdf-abac where access to triples/quads is controlled by separately stored…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@uahic
Comment options

Answer selected by uahic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants