Author: ate
Date: Fri Oct 3 07:49:44 2008
New Revision: 701394
URL:
http://svn.apache.org/viewvc?rev=701394&view=revLog:
Adding JetspeedPrincipalManagerProvider to the default list of jetspeed services and providing a predefined lookup attribute for it in CommonPortletServices
Modified:
portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/CommonPortletServices.java
portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/jetspeed-services.xml
Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/CommonPortletServices.java
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/CommonPortletServices.java?rev=701394&r1=701393&r2=701394&view=diff==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/CommonPortletServices.java (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/CommonPortletServices.java Fri Oct 3 07:49:44 2008
@@ -54,4 +54,5 @@
public final static String CPS_PORTLET_CACHE = "cps:portletContentCache";
public final static String CPS_AUDIT_ACTIVITY = "cps:AuditActivity";
public final static String CPS_JETSPEED_SERIALIZER = "cps:JetspeedSerializer";
+ public final static String CPS_JETSPEED_PRINCIPAL_MANAGER_PROVIDER = "cps:JetspeedPrincipalManagerProvider";
}
\ No newline at end of file
Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/jetspeed-services.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/jetspeed-services.xml?rev=701394&r1=701393&r2=701394&view=diff==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/jetspeed-services.xml (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/jetspeed-services.xml Fri Oct 3 07:49:44 2008
@@ -126,6 +126,9 @@
<entry key="JetspeedSerializer">
<ref bean="org.apache.jetspeed.serializer.JetspeedSerializer" />
</entry>
+ <entry key="JetspeedPrincipalManagerProvider">
+ <ref bean="org.apache.jetspeed.security.spi.JetspeedPrincipalManagerProvider" />
+ </entry>
<!--<entry key="SecurityAttributesProvider">
<ref bean="org.apache.jetspeed.security.attributes.SecurityAttributesProvider" />
</entry>-->
---------------------------------------------------------------------
To unsubscribe, e-mail:
jetspeed-dev-unsubscribe@...
For additional commands, e-mail:
jetspeed-dev-help@...