[seam-issues] [JBoss JIRA] Updated: (SEAMSECURITY-58) identity.inGroup method should return true for a user when the user is assigned a role within that group using identity.addRole

Martin Gencur (JIRA) jira-events at lists.jboss.org
Mon Apr 11 04:11:33 EDT 2011


     [ https://issues.jboss.org/browse/SEAMSECURITY-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Gencur updated SEAMSECURITY-58:
--------------------------------------

    Description: 
Currently when I use identity.addRole("admin", "USERS", "GROUP") for certain user and then invoke identity.inGroup("USERS", "GROUP") on that user, I get false. This is visible e.g. in an Authorization example where "admin" user cannot perform operations dedicated to a simple "user".






  was:
Currently when I use identity.addRole("admin", "USERS", "GROUP") for certain user and then invoke identity.inGroup("USERS", "GROUP") on that user, I get false. This is visible e.g. in an Authorization example.








> identity.inGroup method should return true for a user when the user is assigned a role within that group using identity.addRole
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SEAMSECURITY-58
>                 URL: https://issues.jboss.org/browse/SEAMSECURITY-58
>             Project: Seam Security
>          Issue Type: Feature Request
>    Affects Versions: 3.0.0.Final
>            Reporter: Martin Gencur
>            Assignee: Shane Bryzak
>             Fix For: Future
>
>
> Currently when I use identity.addRole("admin", "USERS", "GROUP") for certain user and then invoke identity.inGroup("USERS", "GROUP") on that user, I get false. This is visible e.g. in an Authorization example where "admin" user cannot perform operations dedicated to a simple "user".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list