Date: 2004-11-04T17:50:25
Editor: BrianLee <[EMAIL PROTECTED]>
Wiki: Jakarta-Slide Wiki
Page: DataNode
URL: http://wiki.apache.org/jakarta-slide/DataNode
no comment
Change Log:
------------------------------------------------------------------------------
@@ -254,3 +254,15 @@
Within each one, a set of permissions are defined which sets both access and
permissable
actions which were defined earlier in this file (see above).
+
+{{{
+<objectnode classname="org.apache.slide.structure.SubjectNode" uri="/projector">
+ <permission action="all" subject="unauthenticated" inheritable="true"/>
+ <permission action="/actions/write" subject="/roles/projector"
inheritable="true"/>
+ <permission action="/actions/read-acl" subject="owner" inheritable="true"/>
+ <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/projector/work">
+ </objectnode>
+</objectnode>
+}}}
+
+You can even define a resource collection within another resource collection as shown
above.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]