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

Shane Bryzak sbryzak at redhat.com
Fri Mar 9 06:00:33 EST 2007


  User: sbryzak2
  Date: 07/03/09 06:00:33

  Modified:    doc/reference/en/modules  security.xml
  Log:
  more specific
  
  Revision  Changes    Path
  1.49      +1 -1      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.48
  retrieving revision 1.49
  diff -u -b -r1.48 -r1.49
  --- security.xml	9 Mar 2007 10:43:47 -0000	1.48
  +++ security.xml	9 Mar 2007 11:00:33 -0000	1.49
  @@ -668,7 +668,7 @@
         <para>
           If no expression is specified in the <literal>@Restrict</literal> annotation, the default security check 
           that is performed is a permission check of <literal>entityName:action</literal>,
  -        where <literal>entityName</literal> is the name of the entity (or the class name if no @Name is 
  +        where <literal>entityName</literal> is the Seam component name of the entity (or the fully-qualified class name if no @Name is 
           specified), and the <literal>action</literal> is either <literal>read</literal>, 
           <literal>insert</literal>, <literal>update</literal> or <literal>delete</literal>. 
         </para>
  
  
  



More information about the jboss-cvs-commits mailing list