User: stark   
  Date: 01/01/22 08:57:15

  Modified:    documentation HowTo.Security.html
  Log:
  Add a reference to Edward Kenworthy tutorial and acknowledge that
  AppCallbackHandler was derived from it.
  
  Add Integrating Your Security Model section that introduces the
  the AbstractServerLoginModule and DatabaseServerLoginModule.
  
  Revision  Changes    Path
  1.2       +6 -1      newsite/documentation/HowTo.Security.html
  
  Index: HowTo.Security.html
  ===================================================================
  RCS file: /products/cvs/ejboss/newsite/documentation/HowTo.Security.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HowTo.Security.html       2001/01/21 19:59:15     1.1
  +++ HowTo.Security.html       2001/01/22 16:57:14     1.2
  @@ -9,6 +9,10 @@
   <h1>How To Setup JAAS Based Security in JBoss</h1>
   <p>By <a href="mailto:[EMAIL PROTECTED]">Scott Stark</a>
   for JBoss-PRE2.1, Jan 20 2001</p>
  +For a previous tutorial by <a href="" >Edward Kenworthy</a>, see
  +<a 
href="http://www.mail-archive.com/[email protected]/msg07614.html">Security
 Walkthrough/How To/Tutorial, first cut</a>.
  +The AppCallbackHandler implementation of CallbackHandler in this document
  +was derived from that tutorial.
   
   <h2>Introduction</h2>
   This document describes the JBoss server's security architecture in some detail. It
  @@ -21,6 +25,7 @@
        <li><a href="#Using JaasSecurityManager">Using JaasSecurityManager</a></li>
        <li><a href="#The Stateless Session Bean">The Stateless Session Bean</a></li>
        <li><a href="#Deploying a Bean with Security">Deploying a Bean with 
Security</a></li>
  +     <li><a href="#Integrating Your Security Model">Integrating Your Security 
Model</a></li>
        <li><a href="#Key Sequence Diagrams">Key Sequence Diagrams</a></li>
   </ul>
   
  @@ -373,7 +378,7 @@
   where ${jboss_home} is the location of your JBoss distribution.
   
   @author [EMAIL PROTECTED]
  -@version $Revision: 1.1 $
  +@version $Revision: 1.2 $
   */
   public class StatelessSessionClient
   {
  
  
  

Reply via email to