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

Shane Bryzak sbryzak at redhat.com
Wed Nov 28 16:44:22 EST 2007


  User: sbryzak2
  Date: 07/11/28 16:44:22

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  include deprecated loggedOut event
  
  Revision  Changes    Path
  1.112     +3 -0      jboss-seam/src/main/org/jboss/seam/security/Identity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Identity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Identity.java,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -b -r1.111 -r1.112
  --- Identity.java	25 Nov 2007 22:34:37 -0000	1.111
  +++ Identity.java	28 Nov 2007 21:44:22 -0000	1.112
  @@ -345,6 +345,9 @@
         unAuthenticate();
         Session.instance().invalidate();
         if (Events.exists()) Events.instance().raiseEvent(EVENT_LOGGED_OUT);
  +      
  +      // TODO - Deprecated, remove for next major release
  +      if (Events.exists()) Events.instance().raiseEvent("org.jboss.seam.loggedOut");      
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list