11.3.7.1. Using your container's JAAS configuration
If you would rather not use the simplified JAAS configuration provided by the Seam Security API, you may instead delegate to the default system JAAS configuration by providing a jaasConfigName property in components.xml. For example, if you are using JBoss AS and wish to use the other policy (which uses the UsersRolesLoginModule login module provided by JBoss AS), then the entry in components.xml would look like this:
<security:identity authenticate-method="#{authenticator.authenticate}"
jaas-config-name="other"/>