3 Replies Latest reply on Jul 2, 2005 7:33 AM by darranl

    How can i restrict acess to EJB business Method

    acardeiradias

      I have a problem with restriction acess to EJB business method. I don't know nothing about security in Jboss.

      I have one EJB with various business methods. And i want to restrict acess to some methods.

      I explain the problem in detail:

      1- I have users in one database that are associate with papers (e.g. User:test could have papers: administrator and manager)

      2- In client application I want to call a EJB method , but i want to restrict acess to that method. If person have paper "Administrator" can call that method.


      How could i do that?

      Thank you, in advance