net.sf.jguard.jee.listeners
Class SessionAttributeListener

java.lang.Object
  extended by net.sf.jguard.jee.listeners.SessionAttributeListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionAttributeListener

public class SessionAttributeListener
extends Object
implements javax.servlet.http.HttpSessionAttributeListener

Audit JGuard Subject of http sessions, generating log for Subject changes

Author:
Frederico Borelli
See Also:
AuditManager

Field Summary
static org.slf4j.Logger logger
           
 
Constructor Summary
SessionAttributeListener()
           
 
Method Summary
 void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
           
 void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
           
 void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.slf4j.Logger logger
Constructor Detail

SessionAttributeListener

public SessionAttributeListener()
Method Detail

attributeAdded

public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener

attributeRemoved

public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener

attributeReplaced

public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener


Copyright © 2004-2011. All Rights Reserved.