<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <a class="moz-txt-link-freetext" href="https://jira.jboss.org/browse/SECURITY-539">https://jira.jboss.org/browse/SECURITY-539</a><br>
    <br>
    -------- Original Message --------
    <table class="moz-email-headers-table" border="0" cellpadding="0"
      cellspacing="0">
      <tbody>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Subject: </th>
          <td>[jboss-dev-forums] [PicketBox Development] -
            SubjectFactory Implementation</td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Date: </th>
          <td>Mon, 15 Nov 2010 05:12:35 -0500</td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">From: </th>
          <td>Anil Saldhana <a class="moz-txt-link-rfc2396E" href="mailto:do-not-reply@jboss.com">&lt;do-not-reply@jboss.com&gt;</a></td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">To: </th>
          <td>JBoss development <a class="moz-txt-link-rfc2396E" href="mailto:jboss-dev-forums@lists.jboss.org">&lt;jboss-dev-forums@lists.jboss.org&gt;</a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <pre>Anil Saldhana [<a class="moz-txt-link-freetext" href="http://community.jboss.org/people/anil.saldhana%40jboss.com">http://community.jboss.org/people/anil.saldhana%40jboss.com</a>] created the discussion

"SubjectFactory Implementation"

To view the discussion, visit: <a class="moz-txt-link-freetext" href="http://community.jboss.org/message/571189#571189">http://community.jboss.org/message/571189#571189</a>

--------------------------------------------------------------
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 ( <a class="moz-txt-link-freetext" href="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</a> <a class="moz-txt-link-freetext" href="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</a>) 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.
--------------------------------------------------------------

</pre>
  </body>
</html>