[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations ...

Shane Bryzak Shane_Bryzak at symantec.com
Thu Oct 19 00:09:33 EDT 2006


  User: sbryzak2
  Date: 06/10/19 00:09:33

  Modified:    src/main/org/jboss/seam/annotations  AclProvider.java
  Log:
  implemented ACL checking
  
  Revision  Changes    Path
  1.2       +2 -1      jboss-seam/src/main/org/jboss/seam/annotations/AclProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AclProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/AclProvider.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- AclProvider.java	19 Oct 2006 03:41:52 -0000	1.1
  +++ AclProvider.java	19 Oct 2006 04:09:33 -0000	1.2
  @@ -6,7 +6,8 @@
   import java.lang.annotation.Target;
   
   /**
  - * Used in conjunction with @PermissionDefs
  + * Used in conjunction with @DefinePermissions to specify which AclProvider
  + * should be used to check permissions for the specified actions against the object.
    *
    * @author Shane Bryzak
    */
  
  
  



More information about the jboss-cvs-commits mailing list