edu.internet2.middleware.grouper.ui
Class GrouperSessionAttributeListener

java.lang.Object
  extended by edu.internet2.middleware.grouper.ui.GrouperSessionAttributeListener
All Implemented Interfaces:
EventListener, HttpSessionAttributeListener

public class GrouperSessionAttributeListener
extends Object
implements HttpSessionAttributeListener

Ensure that GrouperSessions are closed when a HttpSession dies

Version:
$Id: GrouperSessionAttributeListener.java,v 1.5 2007-04-11 08:19:24 isgwb Exp $
Author:
Gary Brown.

Constructor Summary
GrouperSessionAttributeListener()
           
 
Method Summary
 void attributeAdded(HttpSessionBindingEvent arg0)
           
 void attributeRemoved(HttpSessionBindingEvent event)
           
 void attributeReplaced(HttpSessionBindingEvent arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperSessionAttributeListener

public GrouperSessionAttributeListener()
Method Detail

attributeAdded

public void attributeAdded(HttpSessionBindingEvent arg0)
Specified by:
attributeAdded in interface HttpSessionAttributeListener

attributeRemoved

public void attributeRemoved(HttpSessionBindingEvent event)
Specified by:
attributeRemoved in interface HttpSessionAttributeListener

attributeReplaced

public void attributeReplaced(HttpSessionBindingEvent arg0)
Specified by:
attributeReplaced in interface HttpSessionAttributeListener