> On Dec 14, 2015, at 10:00 AM, Chris Pike <[email protected]> wrote: > > Is there an API call get all permissions assigned to a role that doesn't look > at the role hierarchy? > > The ReviewManager "rolePermissions" method returns all permissions granted or > inherited, but I need a method that only returns permissions directly > assigned to the role.
No, but there is now: https://issues.apache.org/jira/browse/FC-128 Very easy change, but have not added test cases to verify - yet. Shawn
