[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Wed Feb 21 16:14:30 EST 2007


  User: gavin   
  Date: 07/02/21 16:14:30

  Modified:    doc/reference/en/modules  security.xml
  Log:
  nonono
  
  Revision  Changes    Path
  1.43      +3 -8      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- security.xml	20 Feb 2007 10:17:05 -0000	1.42
  +++ security.xml	21 Feb 2007 21:14:30 -0000	1.43
  @@ -132,16 +132,11 @@
   </components>]]></programlisting>
   
         <para>
  -        If you wish to use the advanced security features such as rule-based permission checks, you must instead
  -        configure the identity like this:
  +        If you wish to use the advanced security features such as rule-based permission checks, all you need
  +        to do is include the Drools (JBoss Rules) jars in your classpath, and add some additional configuration,
  +        described later.
         </para>
   
  -      <programlisting><![CDATA[        
  -      
  -    <security:rule-based-identity authenticate-method="#{authenticator.authenticate}"/>
  -    
  -</components>]]></programlisting>
  -
         <para>
           The EL expression <literal>#{authenticator.authenticate}</literal> is a method binding indicating that
           the <literal>authenticate</literal> method of the <literal>authenticator</literal> component will be used
  
  
  



More information about the jboss-cvs-commits mailing list