taylor 2004/11/26 10:33:13 Modified: applications/pam/src/java/org/apache/jetspeed/portlets/pam PortletApplicationResources.java Log: new common portlet service Revision Changes Path 1.14 +2 -1 jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationResources.java Index: PortletApplicationResources.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationResources.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- PortletApplicationResources.java 12 Nov 2004 06:34:26 -0000 1.13 +++ PortletApplicationResources.java 26 Nov 2004 18:33:12 -0000 1.14 @@ -39,6 +39,7 @@ public final static String CPS_ROLE_MANAGER_COMPONENT = "cps:RoleManager"; public final static String CPS_GROUP_MANAGER_COMPONENT = "cps:GroupManager"; public final static String CPS_PROFILER_COMPONENT = "cps:Profiler"; + public final static String CPS_SSO_COMPONENT = "cps:SSO"; public final static String CURRENT_FOLDER = "current_folder"; public final static String CURRENT_PAGE = "current_page"; public final static String CURRENT_USER = "current_user"; --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org