1 Reply Latest reply on Jul 1, 2008 4:09 AM by sofi80

    Jboss SecurityDomaijn Annotation

    sofi80

      Hi,

      I have an EJB which is marked with SecurityDomain annotataion.
      I want that some of the methods in it will not be in the SecurityDomain, (so they will not go through the Jboss Security Interceptors).
      Is there a way to exclude a method from the security domain?
      (PermitAll does not help me, since It still perform login check via Jboss)

      Thanks