You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Tomba Rakesh <to...@yahoo.com> on 2005/06/13 12:11:16 UTC

API to get all roles define in a specific portlet

Hi All
 
Below showing a portlet in portlet.xml, there are two roles role1 and role2 define in this portlet.
Is there any API to get all roles define in a specific portlet? 
 
<portlet-app>
 ...
 <portlet>
  ...
  <security-role-ref>
   <role-name>role1</role-name>
   <role-link>acounting</manager>
  </security-role-ref>
  <security-role-ref>
   <role-name>role2</role-name>
   <role-link>finance</manager>
  </security-role-ref>
 </portlet>
 ...
 ...
</portlet-app>
 
Regards
Rakesh

		
---------------------------------
Discover Yahoo!
 Get on-the-go sports scores, stock quotes, news & more. Check it out!