On Oct 31, 2007, at 8:42 AM, Prasanna (JIRA) wrote:


[ https://issues.apache.org/jira/browse/JS2-21? page=com.atlassian.jira.plugin.system.issuetabpanels:comment- tabpanel#action_12539103 ]

Prasanna commented on JS2-21:
-----------------------------

We need this feature of retrieving the roles based on the group assigned to user.
Just FYI

There is the Group Manager API:

Collection getGroupsInRole(String roleFullPathName) throws SecurityException;

and RoleManager:

Collection getRolesInGroup(String groupFullPathName) throws SecurityException;

Reply via email to