org.jboss.embedded.tomcat.security
Class SecurityAssociationValve

java.lang.Object
  extended by org.apache.catalina.valves.ValveBase
      extended by org.jboss.embedded.tomcat.security.SecurityAssociationValve
All Implemented Interfaces:
javax.management.MBeanRegistration, org.apache.catalina.Contained, org.apache.catalina.Valve

public class SecurityAssociationValve
extends org.apache.catalina.valves.ValveBase

comment

Version:
$Revision: 1.1 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.apache.catalina.valves.ValveBase
container, containerLog, controller, domain, info, mserver, next, oname, sm
 
Constructor Summary
SecurityAssociationValve()
           
SecurityAssociationValve(org.apache.catalina.Container container)
           
 
Method Summary
 void invoke(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response)
           
 
Methods inherited from class org.apache.catalina.valves.ValveBase
backgroundProcess, createObjectName, event, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityAssociationValve

public SecurityAssociationValve()

SecurityAssociationValve

public SecurityAssociationValve(org.apache.catalina.Container container)
Method Detail

invoke

public void invoke(org.apache.catalina.connector.Request request,
                   org.apache.catalina.connector.Response response)
            throws java.io.IOException,
                   javax.servlet.ServletException
Specified by:
invoke in interface org.apache.catalina.Valve
Specified by:
invoke in class org.apache.catalina.valves.ValveBase
Throws:
java.io.IOException
javax.servlet.ServletException