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

Shane Bryzak sbryzak at redhat.com
Mon Dec 3 01:26:00 EST 2007


  User: sbryzak2
  Date: 07/12/03 01:26:00

  Modified:    src/main/org/jboss/seam/security  PermissionCheck.java
  Log:
  JBSEAM-2318
  
  Revision  Changes    Path
  1.2       +5 -0      jboss-seam/src/main/org/jboss/seam/security/PermissionCheck.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PermissionCheck.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/PermissionCheck.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PermissionCheck.java	30 Jan 2007 10:47:23 -0000	1.1
  +++ PermissionCheck.java	3 Dec 2007 06:26:00 -0000	1.2
  @@ -35,6 +35,11 @@
       this.granted = true;
     }
   
  +  public void revoke()
  +  {
  +     this.granted = false;
  +  }
  +
     public boolean isGranted()
     {
       return granted;
  
  
  



More information about the jboss-cvs-commits mailing list