Question:  I'm wondering if the securtity stuff in the psml registry schema is
OK or just in there since we know it's coming up?  We're at a point where our
production intranet portal needs this before we can release.  Currently we all
have the same portlets defined in the registry.  But we want the users to only
see portlets they have permission to access.  From what I can gather from the
psml schema it would look like this

<portlet name="RSSPortlet://relativity.yi.org/jetspeed.rss">

 <classname>org.apache.jetspeed.RSSPortlet</classname>

 <url>http://relativity.yi.org/jetspeed.rss</url>

 <parameter name="itemDisplayed" type="int" value="4"/>

 <parameter name="showDescriptons" type="boolean">true</parameter>

 <parameter name="showImages" type="boolean">true</parameter>        

 <security>
   <type>TURBINEROLE</type>
 </security>
</portlet>


Then, any user with the role of TURBINEROLE, would be able to view the
portlet.  If this is the case, I'm +100.

jb

Jeff Brekke
mailto:[EMAIL PROTECTED]
http://sites.netscape.net/ekkerbj


____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to