Date: 2004-11-03T16:01:24
   Editor: BrianLee <[EMAIL PROTECTED]>
   Wiki: Jakarta-Slide Wiki
   Page: DataNode
   URL: http://wiki.apache.org/jakarta-slide/DataNode

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -5,7 +5,7 @@
 {{{
 <data>
     <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/">
-                <!-- Subject can be:
+        <!-- Subject can be:
                 any user             "all"
                 authenticated user   "authenticated"
                 unauthenticated user "unauthenticated"
@@ -13,23 +13,24 @@
                 owner of resource    "owner"
                 a user               "/users/john"
                 a role               "/roles/admin"
-                -->
-    <permission action="all" subject="/roles/root" inheritable="true"/>
-    <permission action="/actions/read-acl" subject="all" inheritable="true" 
negative="true"/>
-    <permission action="/actions/write-acl" subject="all" inheritable="true" 
negative="true"/>
-    <permission action="/actions/unlock" subject="all" inheritable="true" 
negative="true"/>
-    <permission action="/actions/read" subject="all" inheritable="true"/>
-    <!-- /users -->
-    <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/users">
-        ...
-    </objectnode>
-    <!-- /roles -->
-    <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/roles">
-        ...
-    </objectnode>
-    <!-- action -->
-    <objectnode classname="org.apache.slide.structure.ActionNode" uri="/actions">
-        ...
+        -->
+        <permission action="all" subject="/roles/root" inheritable="true"/>
+        <permission action="/actions/read-acl" subject="all" inheritable="true" 
negative="true"/>
+        <permission action="/actions/write-acl" subject="all" inheritable="true" 
negative="true"/>
+        <permission action="/actions/unlock" subject="all" inheritable="true" 
negative="true"/>
+        <permission action="/actions/read" subject="all" inheritable="true"/>
+        <!-- /users -->
+        <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/users">
+           ...
+        </objectnode>
+        <!-- /roles -->
+        <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/roles">
+            ...
+        </objectnode>
+        <!-- action -->
+        <objectnode classname="org.apache.slide.structure.ActionNode" uri="/actions">
+            ...
+        </objectnode>
     </objectnode>
 </data>
 }}}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to