1 Reply Latest reply on May 8, 2003 2:10 AM by tonisoler

    Access Control List in jboss

    tonisoler


      I have tried the security in jboss, using roles and basic authentication. But really i nead something more!! i want bound access to one instance of an ejb..

      for example:
      i have an ejb that means "resource" and i have a lot resource: forum,faqs,webmail,... up to 50.
      can i bound access for each user and for each resource?

      Thanks toni.

        • 1. Re: Access Control List in jboss
          tonisoler

          I think 2 options:

          - Create an ejb for each resource "forum" , "faq", ..
          The problem: i have a lot of resources...

          - Create an ACL with entity beans with role and resource
          The problem: every time someone acces resource ejb, i have to search in ACL!

          thera are some pattern?