11 Replies Latest reply on Jan 25, 2012 9:33 AM by bmajsak

    How to test JAAS on Application Server(JB7,GF3)

    hantsy

      I used JAAS in my application.

       

      In web.xml, I configured the JAAS to protect resouce path.

       

      And on EJB bussiness, I used @RolesAllowed on method.

       

      How to test JAAS? I can not find an example about this topic in the arquillian showcase.

       

      Any help here? Thanks.