1 Reply Latest reply on Jul 10, 2011 6:29 PM by shane.bryzak

    JpaIdentityStore and simple role based authentication

    kgoedert

      Hi,


      I have in the past worked with seam 2, and I am now trying to build my first app using seam 3. I was reading about the seam security module and JpaIdentityStore and I still have some doubts about it. In this app I'm building using seam 3, I would like to use a simple model that I already have which is user, role and user_Role. In seam 2 I used a model like this with jaas authentication. Is it possible to use this same simple model with seam 3 JpaIdentityStore? Or do I need to represent all the model that is shown in the documentation?


      Thanks


      Kelly