[Yanel-commits] rev 21458 - in public/yanel/trunk/src/resources/importsite: . resources resources/realms resources/realms/from-scratch-realm-template resources/realms/from-scratch-realm-template/yanel resources/realms/from-scratch-realm-template/yanel/ac-identities resources/realms/from-scratch-realm-template/yanel/ac-policies resources/realms/from-scratch-realm-template/yanel/config resources/realms/from-scratch-realm-template/yanel/rti

michi at wyona.com michi at wyona.com
Fri Jan 5 11:26:39 CET 2007


Author: michi
Date: 2007-01-05 11:26:38 +0100 (Fri, 05 Jan 2007)
New Revision: 21458

Added:
   public/yanel/trunk/src/resources/importsite/resources/
   public/yanel/trunk/src/resources/importsite/resources/realms/
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-identities/
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-identities/lenya.iml
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-policies/
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-policies/.policy
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/ac-identities-repository.xml
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/ac-policies-repository.xml
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/data-repository.xml
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/rti-repository.xml
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/rti/
   public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/rti/.yanel-rti
Log:
from scratch realm as self-contained template added

Added: public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-identities/lenya.iml
===================================================================
--- public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-identities/lenya.iml	2007-01-05 10:25:50 UTC (rev 21457)
+++ public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-identities/lenya.iml	2007-01-05 10:26:38 UTC (rev 21458)
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+
+<identity id="lenya" xmlns="http://www.wyona.org/security/1.0">
+  <name>Michael Wechner</name>
+  <description></description>
+  <email>michi at wyona.org</email>
+  <password type="md5">8e07dafd13495561db9063ebe4db4b27</password>
+
+  <groups>
+    <group>editor</group>
+    <group>admin</group>
+  </groups>
+</identity>

Added: public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-policies/.policy
===================================================================
--- public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-policies/.policy	2007-01-05 10:25:50 UTC (rev 21457)
+++ public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/ac-policies/.policy	2007-01-05 10:26:38 UTC (rev 21458)
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+
+<policy xmlns="http://www.wyona.org/security/1.0">
+
+  <role id="view">
+    <world permission="true"/>
+  </role>
+
+  <role id="open">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="write">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="create">
+    <user id="lenya" permission="true"/>
+  </role>
+
+</policy>

Added: public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/ac-identities-repository.xml
===================================================================
--- public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/ac-identities-repository.xml	2007-01-05 10:25:50 UTC (rev 21457)
+++ public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/ac-identities-repository.xml	2007-01-05 10:26:38 UTC (rev 21458)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel from Scratch Access Control Identities</name>
+
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../ac-identities"/>
+
+  <storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
+    <content src="../ac-identities"/>
+  </storage>
+</repository>

Added: public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/ac-policies-repository.xml
===================================================================
--- public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/ac-policies-repository.xml	2007-01-05 10:25:50 UTC (rev 21457)
+++ public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/ac-policies-repository.xml	2007-01-05 10:26:38 UTC (rev 21458)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel From Scratch Access Control Policies</name>
+
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../ac-policies"/>
+
+  <storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
+    <content src="../ac-policies"/>
+  </storage>
+</repository>

Added: public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/data-repository.xml
===================================================================
--- public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/data-repository.xml	2007-01-05 10:25:50 UTC (rev 21457)
+++ public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/data-repository.xml	2007-01-05 10:26:38 UTC (rev 21458)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel From Scratch Data Repository</name>
+
+  <paths src="../data-paths" fallback="true"/>
+
+  <storage class="org.wyona.yarep.core.impl.fs.FileSystemStorage">
+    <content src="../data"/>
+  </storage>
+</repository>

Added: public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/rti-repository.xml
===================================================================
--- public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/rti-repository.xml	2007-01-05 10:25:50 UTC (rev 21457)
+++ public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/rti-repository.xml	2007-01-05 10:26:38 UTC (rev 21458)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel From Scratch RTI Repository</name>
+
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../rti"/>
+
+  <storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
+    <content src="../rti"/>
+  </storage>
+</repository>

Added: public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml
===================================================================
--- public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml	2007-01-05 10:25:50 UTC (rev 21457)
+++ public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml	2007-01-05 10:26:38 UTC (rev 21458)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<realm-config xmlns="http://www.wyona.org/yanel/realm/1.0">
+  <name>Yanel From Scratch Realm</name>
+  <rti>rti-repository.xml</rti>
+  <data>data-repository.xml</data>
+  <ac-policies>ac-policies-repository.xml</ac-policies>
+  <ac-identities>ac-identities-repository.xml</ac-identities>
+</realm-config>

Added: public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/rti/.yanel-rti
===================================================================
--- public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/rti/.yanel-rti	2007-01-05 10:25:50 UTC (rev 21457)
+++ public/yanel/trunk/src/resources/importsite/resources/realms/from-scratch-realm-template/yanel/rti/.yanel-rti	2007-01-05 10:26:38 UTC (rev 21458)
@@ -0,0 +1,2 @@
+<{http://www.wyona.org/yanel/resource/1.0}file/>
+mime-type: application/xhtml+xml




More information about the Yanel-commits mailing list