Jeff Brekke wrote:
> 
> 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.
> 

I don't know who initially proposed the feature, but currently only the markup is
included in the schema but no code implements it. I think it's in the TODO list...

--
Rapha�l Luta - [EMAIL PROTECTED]


--
--------------------------------------------------------------
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