You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2014/03/21 20:03:48 UTC

[jira] [Created] (SHIRO-492) Subject.getRoles() functionality

John Vines created SHIRO-492:
--------------------------------

             Summary: Subject.getRoles() functionality
                 Key: SHIRO-492
                 URL: https://issues.apache.org/jira/browse/SHIRO-492
             Project: Shiro
          Issue Type: Improvement
          Components: Authorization (access control) 
            Reporter: John Vines


Currently shiro provides the ability to respond whether or not a user has a list of Authorizations. However, while the realms have methods for getting all authorizations (protected), these are not exposed in normal use to allow asking for all Roles. This should be exposed by adding a call to Subject to getRoles, to complement it's existing hasRoles calls. This may require making some of the calls around authorizations, like getAuthorizationInfo in AuthorizingRealm, public. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)