Marcus Moyses [
http://community.jboss.org/people/mmoyses] created the discussion
"Re: Security Configuration in Domain Model - AS7"
To view the discussion, visit:
http://community.jboss.org/message/575012#575012
--------------------------------------------------------------
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
[
http://community.jboss.org/message/575012#575012]
Start a new discussion in PicketBox Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]