1 2 Previous Next 16 Replies Latest reply on Apr 17, 2012 12:14 PM by baraber

    Permission-based authorization in Seam Faces

    fabriciolemos

      Is there any plan for supporting Permission-based authorization?


      Role and Group-based authorization are very limited because if I need to change the role and group rights for certain resources (something that happens often) I have to change my source code, recompile and redeploy my app.


      Or at least if Seam Faces authorization were more flexible and supported other kinds of authorization, besides the typesafe one which requires an annotation for each group/role, I could adapt something like identity.hasRole(role1) to identity.hasRole(permission1) treating roles as if they were permissions.

        1 2 Previous Next