I'd like to know how to associate (to bind), in jboss AS, a custom SecurityManagerService to a specific security domain. Basically I need to have two different SecurityManagerService configurations for two different security domains defined in the login-config.xml as application-policy section.
In other words, is there any way to specify the SecurityDomainService in this xml section?
<application-policy name="myDomain">
--
</application-policy>