Date: 2004-11-03T16:24:52
Editor: BrianLee <[EMAIL PROTECTED]>
Wiki: Jakarta-Slide Wiki
Page: DataNode
URL: http://wiki.apache.org/jakarta-slide/DataNode
no comment
Change Log:
------------------------------------------------------------------------------
@@ -1,18 +1,19 @@
=== Domain.xml Data Node ===
-"In Slide for each User, Role or Action a Resource is created, so that they are part
of the Namespace. These entries configure the pathes where those objects are stores."
+In Slide an ObjectNode exists for each User, Role, Action. These ObjectNodes are part
of the Namespace.
+The entries below configure ObjectNodes according to paths (uri) and what class
implementation to utilize.
{{{
<data>
<objectnode classname="org.apache.slide.structure.SubjectNode" uri="/">
<!-- Subject can be:
- any user "all"
- authenticated user "authenticated"
- unauthenticated user "unauthenticated"
- self "self"
- owner of resource "owner"
- a user "/users/john"
- a role "/roles/admin"
+ any user "all"
+ authenticated user "authenticated"
+ unauthenticated user "unauthenticated"
+ self "self"
+ 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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]