JBoss Community

Re: Security Configuration in Domain Model - AS7

created by Marcus Moyses in PicketBox Development - View the full discussion

I'm still learning AS7 so I'm gonna start with some basic configuration that we definitely need in the security container.

For now I'm trying to set up something as simple as:

<subsystem xmlns="urn:jboss:domain:security:1.0" >

     <security-manager class-name="org.jboss.security.plugins.auth.JaasSecurityManagerBase" deep-copy-subject-mode="false" default-callback-handler-class-name="org.jboss.security.auth.callback.JBossCallbackHandler"/>

</subsystem>

 

I can already see we are going to need another sub element for the authentication cache. Maybe one for the default login module xml.

I'll update this thread once I manage to install the basic security container.

Reply to this message by going to Community

Start a new discussion in PicketBox Development at Community