https://jira.jboss.org/browse/SECURITY-539

-------- Original Message --------
Subject: [jboss-dev-forums] [PicketBox Development] - SubjectFactory Implementation
Date: Mon, 15 Nov 2010 05:12:35 -0500
From: Anil Saldhana <do-not-reply@jboss.com>
To: JBoss development <jboss-dev-forums@lists.jboss.org>


Anil Saldhana [http://community.jboss.org/people/anil.saldhana%40jboss.com] created the discussion

"SubjectFactory Implementation"

To view the discussion, visit: http://community.jboss.org/message/571189#571189

--------------------------------------------------------------
For AS5, we introduced a SubjectFactory interface for use by JCA.  An issue that is my fault is that the implementation of this interface was done in the security branch of the AS workspace ( http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_0/security/src/main/org/jboss/security/integration/JBossSecuritySubjectFactory.java http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_0/security/src/main/org/jboss/security/integration/JBossSecuritySubjectFactory.java) rather than the external security project.  I do not remember why I placed the implementation in the AS workspace.

For AS7, we need to provide the subject factory implementation inside the PicketBox project.  We need to make it a security implementation and remove any JBoss Mgmt API, MC dependencies.
--------------------------------------------------------------