1 Reply Latest reply on Jun 22, 2012 2:05 PM by rajivtmathew

    Spring Security on JBoss AS7

    rajivtmathew

      Hi there,

       

      I'm trying to migrate my application running on JBoss 5.x to 7.1. The application has so far used ACEGI security, which we're now attempting to migrate to Spring Security 3.1.0. I wanted to know where I could find a good launching point, a reference guide to understand how to integrate Spring Security framework into AS7. I have read and understand that the spring security libraries can be configured as 3rd party modules under [jbossdir]/modules/ but I was more interested in specific configuration of the relevant xml files so JBoss can understand where to find, for example, JaaS implementation (replacement for JBoss security's org.jboss.security.plugins.JaasSecurityDomain), and plug it in for use.