This content has been marked as final.
Show 4 replies
-
1. Re: Security integration for JCA 1.6
anil.saldhana May 13, 2010 12:10 PM (in response to jesper.pedersen)http://community.jboss.org/wiki/PicketBoxJSR-196CallbackHandler
PicketBox 3.0.0.Beta6
org.picketbox.picketbox
Location: https://repository.jboss.org/nexus/content/groups/public/org/picketbox/picketbox/
-
2. Re: Security integration for JCA 1.6
jesper.pedersen Jun 28, 2010 1:06 PM (in response to jesper.pedersen)The first part of this work is included in the 1.0.0.Alpha13 release - see user guide for additional information.
-
3. Security integration for JCA 1.6
jesper.pedersen Feb 3, 2011 3:42 PM (in response to jesper.pedersen)The XSD for PicketBox 4 is here: http://anonsvn.jboss.org/repos/picketbox/trunk/security-jboss-sx/jbosssx/src/main/resources/schema/security-config_7_0.xsd
-
4. Re: Security integration for JCA 1.6
jesper.pedersen Feb 25, 2011 1:53 PM (in response to jesper.pedersen)A simple SubjectFactory implementation has been added to ease testing
org.jboss.jca.core.security.DefaultSubjectFactory
A couple of properties
- SecurityDomain -- the name of the security domain (ignored)
- UserName -- the user name
- Password -- the password
The lookup is done on the bean name instead in the standalone distribution.