0 Replies Latest reply on Jul 14, 2003 7:54 PM by spoutnika

    method permissiions questions

    spoutnika

      Hi

      I have a small question about method permissions. I want to create a web j2ee application and manage users and their roles.

      Thus, my problem is to create users and their to associate roles with a web interface (with check box for example). Each role must give access or not to each methods (like adduser in a session bean). My question is how i can do that with ejb-jar.xml?
      I thought using a DB with a role table associate with methodPermission table but I think it s not a good deal...

      Looking forward to have a solution :o)

      s.