0 Replies Latest reply on May 9, 2011 8:49 AM by gmauricio

    JpaPermissionStore and JpaIdentitStore entities

    gmauricio

      I would like to know if I could annotate any type of property as @UserPermission or @RolePermission and not just a String like in examples. What I would like do is to have a relationship between the user and the recipient of a permission.


      What if I want to change a users username ? I don't want to update the recipient column of the user permissions table by hand.


      Any help will be greatly appreciated-