User: stark   
  Date: 01/02/17 01:06:33

  Modified:    developers jboss-projects.html
  Added:       developers jboss-ss.html
  Log:
  Initial blurb on the JBossSS security service project
  
  Revision  Changes    Path
  1.2       +1 -1      newsite/developers/jboss-projects.html
  
  Index: jboss-projects.html
  ===================================================================
  RCS file: /products/cvs/ejboss/newsite/developers/jboss-projects.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss-projects.html       2001/02/16 02:48:35     1.1
  +++ jboss-projects.html       2001/02/17 09:06:32     1.2
  @@ -20,7 +20,7 @@
           <li><a href="jboss-jaws.html">JBossCMP</a></li>
           <li><a href="../documentation/jca_config.html">JBossCX</a></li>
           <li><a href="jboss-jbosstx.html">JBossTX</a> </li>
  -        <li><a href="../documentation/HowTo.Security.html">JBossSS</a></li>
  +        <li><a href="jboss-ss.html">JBossSS</a></li>
           <li><a href="jboss-zoap.html">JBossSOAP</a></li>
           <li><a href="jboss-test.html">JBossTest</a></li>
           <li><a href="../documentation/HowTo-JavaMail.html">JBossMail</a></li>
  
  
  
  1.1                  newsite/developers/jboss-ss.html
  
  Index: jboss-ss.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  <html>
  <TITLE>JBoss Security Service</TITLE>
  <LINK rel="stylesheet" href="main.css" type="text/css">
  <BODY marginwidth="0" marginheight="0" onload="">
                <table border="0" cellpadding="0" cellspacing="3">
                        <tr>
                                <td width="600" valign="top">
                                        <table border="0" cellpadding="2" 
cellspacing="0">
                                                <tr>
                                                        
            <td class="pageheader">JBoss/JBossSS</td>
                                                </tr>
                                                <tr>
                                                        <td 
class="newsheader"><b>JBossSS a JAAS Based Security Service</b></td>
                                                </tr>
                                                <tr>
                                                        
            <td class="newsbody"><IMG src="../pictures/jboss_ss.jpg" width="256" 
height="113" border="0" align="left" hspace="10" vspace="10">
                  JBossSS is a security service integration layer that support both 
non-JAAS and JAAS based security.
  
              <p> J2EE provides for a limited role based declarative security model, 
but does not specify
                        how roles are obtained from the operation environment. This is 
an implementation detail left
                        to the application server. JBossSS provides this 
implementation layer and a great deal more.
                        </p>
                        
                        <p>JBossSS was originaly started under the leadership of 
<b>Dan O'Connor</b>, and <b>Oleg Nitz</b>.
                        Since then, JBossSS has added addition JAAS support and is now 
lead by <b>Scott Stark</b> with
                        continued help from <b>Oleg Nitz</b>.
  
                    </td>
                                                </tr>
                                                <tr>
                                                        <td 
class="newsheader"><b>Features</b></td>
                                                </tr>
                                                <tr>
                                                        <td class="newsbody">
              <p></p>
              <UL>
                <li>Secure authentication of users via JAAS login modules.
                <li>Extensible authentication of users via JAAS login modules.
                <li>Support for custom per method authentication of users via 
integration with the
                          EJB container method interceptor.
                <li>Support for JAAS Subject based authorization of users.
                <li>Flexible mapping from legacy security systems to JAAS Subject 
based permissions.
              </UL>
              </td>
                                                </tr>
                                                <tr>
                                                        <td 
class="newsheader"><b>Mailing lists</b></td>
                                                </tr>
                                                <tr>
                                                        <td class="newsbody">
                                                        The JBossSS mailing list is 
the <A href="lists.html">jboss-user</A> list.
                                                        </td>
                                                </tr>
                                                <tr>
                                                        <td 
class="newsheader"><b>Distribution and CVS</b></td>
                                                </tr>
                                                <tr>
                                                        
            <td class="newsbody">JBossSS is integrated with the core JBoss/Server. 
              <p>CVS module is <A href="cvs.html">jboss</A></td>
                                                </tr>
                                        </table>
                                </td>
                        </tr>
                        <tr>
                                <td width="600"></td>
                        </tr>
                </table>
        </BODY>
  </html>
  
  
  

Reply via email to