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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159770#4159770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159770 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
