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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 9 19:27:27 EDT 2006


  User: sbryzak2
  Date: 06/10/09 19:27:27

  Modified:    src/main/org/jboss/seam/annotations  Secure.java
  Log:
  Role-based domain security
  
  Revision  Changes    Path
  1.2       +1 -0      jboss-seam/src/main/org/jboss/seam/annotations/Secure.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Secure.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Secure.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Secure.java	9 Oct 2006 00:50:32 -0000	1.1
  +++ Secure.java	9 Oct 2006 23:27:27 -0000	1.2
  @@ -19,4 +19,5 @@
   {
     Permission[] permissions() default {};
     String[] roles() default "";
  +  String onfail() default "";
   }
  
  
  



More information about the jboss-cvs-commits mailing list