Author: sohil.shah(a)jboss.com
Date: 2010-06-05 11:17:59 -0400 (Sat, 05 Jun 2010)
New Revision: 1123
Added:
authz/gatein/authz-plugin/trunk/service/src/main/resources/
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/gatein-authz-configuration.xml
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/portal/
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/portal/gatein-authz-configuration.xml
Removed:
authz/gatein/authz-plugin/trunk/service/src/test/resources/conf/
Log:
refactoring
Added:
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/gatein-authz-configuration.xml
===================================================================
---
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/gatein-authz-configuration.xml
(rev 0)
+++
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/gatein-authz-configuration.xml 2010-06-05
15:17:59 UTC (rev 1123)
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+ <!--
+
+ Copyright (C) 2009 eXo Platform SAS. This is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public License
+ as published by the Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version. This software is distributed in the
+ hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details. You should have received a copy of the
GNU Lesser General Public License along with this software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ -->
+<configuration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd
http://www.exoplaform.org/xml/ns/kernel_1_1.xsd"
+
xmlns="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd">
+ <component>
+ <type>org.jboss.gatein.authz.service.event.LocalEventBusComponent</type>
+ <init-params>
+ <value-param>
+ <name>name</name>
+ <value>/policy-server/EventBus</value>
+ </value-param>
+ </init-params>
+ </component>
+
+ <component>
+ <type>org.jboss.gatein.authz.service.tools.HibernateServiceComponent</type>
+ <init-params>
+ <value-param>
+ <name>name</name>
+ <value>/policy-server/HibernateService</value>
+ </value-param>
+ </init-params>
+ </component>
+
+ <component>
+ <type>org.jboss.gatein.authz.service.provisioning.RelationalDBPolicyStoreComponent</type>
+ <init-params>
+ <value-param>
+ <name>name</name>
+ <value>/policy-server/PolicyStore</value>
+ </value-param>
+ </init-params>
+ </component>
+
+ <component>
+ <type>org.jboss.gatein.authz.service.plugin.DroolsRuleManagerComponent</type>
+ <init-params>
+ <value-param>
+ <name>name</name>
+ <value>/policy-server/DroolsRuleManager</value>
+ </value-param>
+ </init-params>
+ </component>
+
+ <component>
+ <type>org.jboss.gatein.authz.service.decision.PolicyDecisionPointComponent</type>
+ <init-params>
+ <value-param>
+ <name>name</name>
+ <value>/policy-server/PolicyDecisionPoint</value>
+ </value-param>
+ <value-param>
+ <name>debug</name>
+ <value>true</value>
+ </value-param>
+ </init-params>
+ </component>
+
+ <component>
+ <type>org.jboss.gatein.authz.service.PolicyServerComponent</type>
+ <init-params>
+ <value-param>
+ <name>name</name>
+ <value>/policy-server/PolicyServer</value>
+ </value-param>
+ </init-params>
+ </component>
+</configuration>
\ No newline at end of file
Added:
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/portal/gatein-authz-configuration.xml
===================================================================
---
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/portal/gatein-authz-configuration.xml
(rev 0)
+++
authz/gatein/authz-plugin/trunk/service/src/main/resources/conf/portal/gatein-authz-configuration.xml 2010-06-05
15:17:59 UTC (rev 1123)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+ <!--
+
+ Copyright (C) 2009 eXo Platform SAS. This is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public License
+ as published by the Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version. This software is distributed in the
+ hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details. You should have received a copy of the
GNU Lesser General Public License along with this software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ -->
+<configuration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd
http://www.exoplaform.org/xml/ns/kernel_1_1.xsd"
+
xmlns="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd">
+
+</configuration>
\ No newline at end of file