org.apache.webbeans.web.tomcat
Class TomcatSecurityListener

java.lang.Object
  extended by org.apache.webbeans.web.tomcat.TomcatSecurityListener
All Implemented Interfaces:
EventListener, ServletRequestListener

public class TomcatSecurityListener
extends Object
implements ServletRequestListener


Field Summary
static ThreadLocal<Principal> principal
           
 
Constructor Summary
TomcatSecurityListener()
           
 
Method Summary
 void requestDestroyed(ServletRequestEvent event)
           
 void requestInitialized(ServletRequestEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

principal

public static ThreadLocal<Principal> principal
Constructor Detail

TomcatSecurityListener

public TomcatSecurityListener()
Method Detail

requestDestroyed

public void requestDestroyed(ServletRequestEvent event)
Specified by:
requestDestroyed in interface ServletRequestListener

requestInitialized

public void requestInitialized(ServletRequestEvent event)
Specified by:
requestInitialized in interface ServletRequestListener


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.