Author: sohil.shah(a)jboss.com
Date: 2007-09-19 22:00:51 -0400 (Wed, 19 Sep 2007)
New Revision: 8375
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/META-INF/jboss-service.xml
Log:
sso related configuration cleanup
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/META-INF/jboss-service.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/META-INF/jboss-service.xml 2007-09-20
01:58:45 UTC (rev 8374)
+++
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/META-INF/jboss-service.xml 2007-09-20
02:00:51 UTC (rev 8375)
@@ -602,40 +602,6 @@
@portal.single.xml.open@
-->
- <!--
- | Uncomment to enable CAS server based SSO authentication. This will expose
authentication service that will
- | be leveraged by CAS to perform user authentication. Its usefull only when both CAS
and JBoss Portal are
- | deployed on the same AS instance
- -->
-
- <!--
- <mbean
- code="org.jboss.portal.identity.sso.cas.CASAuthenticationService"
- name="portal:service=Module,type=CASAuthenticationService"
- xmbean-dd=""
- xmbean-code="org.jboss.portal.jems.as.system.JBossServiceModelMBean">
- <xmbean/>
-
<depends>portal:service=Module,type=IdentityServiceController</depends>
- <attribute name="HavingRole"></attribute>
- </mbean>
- -->
-
- <!--
- | Uncomment to enable JOSSO server based SSO authentication. This will expose
authentication service that will
- | be leveraged by JOSSO to perform user authentication. Its usefull only when both
JOSSO and JBoss Portal are
- | deployed on the same AS instance
- -->
- <!--
- <mbean
- code="org.jboss.portal.identity.sso.josso.JOSSOIdentityServiceImpl"
- name="portal:service=Module,type=JOSSOIdentityService"
- xmbean-dd=""
- xmbean-code="org.jboss.portal.jems.as.system.JBossServiceModelMBean">
- <xmbean/>
-
<depends>portal:service=Module,type=IdentityServiceController</depends>
- </mbean>
- -->
-
<!-- Registries -->
<mbean
code="org.jboss.portal.portlet.impl.container.PortletApplicationRegistryImpl"
Show replies by date