dlestrat 2004/04/25 09:37:13
Modified: portal/test/testdata/deploy portlet.xml
Log:
This is a start at implementing PLT.17.2 Accessing User Attributes.
Revision Changes Path
1.5 +12 -0 jakarta-jetspeed-2/portal/test/testdata/deploy/portlet.xml
Index: portlet.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/test/testdata/deploy/portlet.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- portlet.xml 18 Mar 2004 14:43:11 -0000 1.4
+++ portlet.xml 25 Apr 2004 16:37:13 -0000 1.5
@@ -50,6 +50,18 @@
<read-only>true</read-only>
</preference>
</portlet-preferences>
+ <user-attribute>
+ <description>User Given Name</description>
+ <name>user.name.given</name>
+ </user-attribute>
+ <user-attribute>
+ <description>User Last Name</description>
+ <name>user.name.family</name>
+ </user-attribute>
+ <user-attribute>
+ <description>User eMail</description>
+ <name>user.home-info.online.email</name>
+ </user-attribute>
<security-role-ref>
<description lang="en">This is the admin role</description>
<role-name>admin</role-name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]