You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2013/09/18 00:35:14 UTC

svn commit: r878873 - in /websites/staging/jena/trunk/content: ./ documentation/security/index.html

Author: buildbot
Date: Tue Sep 17 22:35:14 2013
New Revision: 878873

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/security/index.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 17 22:35:14 2013
@@ -1 +1 @@
-1524244
+1524245

Modified: websites/staging/jena/trunk/content/documentation/security/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/security/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/security/index.html Tue Sep 17 22:35:14 2013
@@ -261,25 +261,6 @@ that have subject X and predicate Y.</p>
 </ul>
 <p>The <code>SecNode.VARIABLE</code> may occur multiple times and may occur with the <code>SecNode.ANY</code> node.</p>
 <h4 id="secnodefuture">SecNode.FUTURE</h4>
-<p>This node indicates a variable in the triple.  This differs from <code>SecNode.ANY</code> in that the system is asking 
-"if there are any prohibitions" not "if the user may perform". Thus queries with the <code>SecNode.VARIABLE</code> type 
-node should return <code>true</code> where <code>SecNode.ANY</code> returns <code>false</code>.  In general this type is used in the query to 
-determine if triple level filtering of results must be performed.</p>
-<ul>
-<li>
-<p><code>SecNode.VARIABLE, X, Y&gt;</code> - Asks if there are any prohibitions against the user seeing all subjects
-that have property X and object Y.</p>
-</li>
-<li>
-<p><code>&lt;X, SecNode.VARIABLE, Y&gt;</code> - Asks if there are any prohibitions against the user seeing all predicates
-that have subject X and object Y.</p>
-</li>
-<li>
-<p><code>&lt;X, Y, SecNode.VARIABLE&gt;</code> - Asks if there are any prohibitions against the user seeing all objects
-that have subject X and predicate Y.</p>
-</li>
-</ul>
-<p>The <code>SecNode.VARIABLE</code> may occur multiple times and may occur with the <code>SecNode.ANY</code> node.</p>
 <p>Insertions pose a different set of problems in that in some cases the system does not know what value will be 
 inserted.  For example when concatenating one RDFList with another (<code>rdfList.concatenate( rdfList2 )</code>) the system
 will create a series of anonymous nodes.  To check for these the <code>SecNode.FUTURE</code> is used. Initially the system will