taylor 2004/12/02 18:06:33
Modified: applications/demo/src/webapp/WEB-INF portlet.xml
Log:
added a SSO Web Content portlet
Revision Changes Path
1.29 +40 -0
jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml
Index: portlet.xml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- portlet.xml 2 Dec 2004 01:11:44 -0000 1.28
+++ portlet.xml 3 Dec 2004 02:06:33 -0000 1.29
@@ -554,5 +554,45 @@
</portlet-info>
</portlet>
+ <portlet id="SSOWebContent">
+ <portlet-name>SSOWebContentPortlet</portlet-name>
+ <display-name>SSO WebContent Portlet</display-name>
+ <description>
+ Prototype of the SSO WebContent portlet
+ </description>
+ <init-param>
+ <name>EditPage</name>
+ <value>/WEB-INF/view/sso-edit-prefs.vm</value>
+ </init-param>
+
+
<portlet-class>org.apache.jetspeed.portlet.SSOWebContentPortlet</portlet-class>
+ <expiration-cache>-1</expiration-cache>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>EDIT</portlet-mode>
+ <portlet-mode>VIEW</portlet-mode>
+ </supports>
+ <portlet-preferences>
+ <preference>
+ <name>SRC</name>
+ <value>http://www.apache.org</value>
+ </preference>
+ <preference>
+ <name>sso.url.Principal</name>
+ <value>sso-principal</value>
+ </preference>
+ <preference>
+ <name>sso.url.Credential</name>
+ <value>sso-credential</value>
+ </preference>
+ </portlet-preferences>
+ <supported-locale>en</supported-locale>
+ <portlet-info>
+ <title>WebContent Prototype Portlet</title>
+ <short-title>WebContent</short-title>
+ <keywords>WebContent,Web, SSO, single signon</keywords>
+ </portlet-info>
+ </portlet>
+
</portlet-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]