You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2013/09/12 15:10:44 UTC

svn commit: r1522560 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/restriction/RestrictionProvider.java

Author: angela
Date: Thu Sep 12 13:10:44 2013
New Revision: 1522560

URL: http://svn.apache.org/r1522560
Log:
OAK-51 : Access Control Management

- composite restrictions

Modified:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/restriction/RestrictionProvider.java

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/restriction/RestrictionProvider.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/restriction/RestrictionProvider.java?rev=1522560&r1=1522559&r2=1522560&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/restriction/RestrictionProvider.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/restriction/RestrictionProvider.java Thu Sep 12 13:10:44 2013
@@ -102,6 +102,8 @@ public interface RestrictionProvider {
      * the target policies applies to the repository level.
      * @param aceTree The tree corresponding to an ACE that will have the
      * specified restrictions added.
+     * @param restrictions The set of restrictions to be written to the specified
+     * tree.
      * @throws RepositoryException If an error occurs while writing the
      * restrictions.
      */