[Yanel-commits] rev 44102 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Mon Aug 10 15:31:50 CEST 2009


Author: michi
Date: 2009-08-10 15:31:49 +0200 (Mon, 10 Aug 2009)
New Revision: 44102

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/210b8dac-b9a6-491d-a4eb-5067ee33126b
Log:
note about custom realm class added

Modified: public/yanel/trunk/src/realms/yanel-website/content/210b8dac-b9a6-491d-a4eb-5067ee33126b
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/210b8dac-b9a6-491d-a4eb-5067ee33126b	2009-08-10 13:25:50 UTC (rev 44101)
+++ public/yanel/trunk/src/realms/yanel-website/content/210b8dac-b9a6-491d-a4eb-5067ee33126b	2009-08-10 13:31:49 UTC (rev 44102)
@@ -1,5 +1,9 @@
 <?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>Realm Configuration</title>  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body>  <h1>Realm Configuration<br/></h1> 
-<p> </p><ul><li><a href="#name">Name of realm</a><br/></li><li>Access policy manager</li><li>Access identity manager</li><li>Custom web authenticator (optional)<br/></li><li>Default Data/Content repository</li><li>Resource configurations repository</li><li>Default language of realm (optional)<br/></li><li>Languages supported by this realm (optional)<br/></li><li>Language handler (optional)<br/></li><li>Translation manager (optional)<br/></li><li><a href="#yarep-repos">Additional Yarep based repositories (optional)</a></li><li><a href="#i18n">I18n configuration of this realm</a> (optional)<br/></li><li>Custom menu implementation (optional)<br/></li><li><a href="#repo-navigation">Custom repository navigation implemenation</a> (optional)</li></ul>
+<p> </p>
+<ul>
+<li><a href="#name">Name of realm</a><br/></li>
+<li><a href="#realm-class">Custom implementation of realm</a><br/></li>
+<li>Access policy manager</li><li>Access identity manager</li><li>Custom web authenticator (optional)<br/></li><li>Default Data/Content repository</li><li>Resource configurations repository</li><li>Default language of realm (optional)<br/></li><li>Languages supported by this realm (optional)<br/></li><li>Language handler (optional)<br/></li><li>Translation manager (optional)<br/></li><li><a href="#yarep-repos">Additional Yarep based repositories (optional)</a></li><li><a href="#i18n">I18n configuration of this realm</a> (optional)<br/></li><li>Custom menu implementation (optional)<br/></li><li><a href="#repo-navigation">Custom repository navigation implemenation</a> (optional)</li></ul>
 
 <p>
 Also see <a href="http://svn.wyona.com/repos/public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml">src/realms/from-scratch-realm-template/realm.xml</a>
@@ -12,6 +16,19 @@
 </p>
 <p>
 </p><pre space="preserve">&lt;name&gt;The name of my realm&lt;/name&gt;</pre>
+
+<a name="realm-class">
+</a><h2>Custom implementation of realm</h2>
+<p>
+The implementation of the realm can be configured as follows
+</p>
+<p>
+</p><pre space="preserve">&lt;realm-config class="org.wyona.yanel.impl.map.FOAFRealm" xmlns="http://www.wyona.org/yanel/realm/1.0"&gt;...&lt;/realm-config&gt;</pre>
+<p>
+whereas if the class attribute is not set, then the default implementation will be used.
+</p>
+
+
 <a name="yarep-repos">
 </a><h2>Additional Yarep based repositories</h2>
 <p>



More information about the Yanel-commits mailing list