Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » web » tomcat » security » [javadoc | source]
org.jboss.web.tomcat.security
public class: JaccContextValve [javadoc | source]
java.lang.Object
   org.apache.catalina.valves.ValveBase
      org.jboss.web.tomcat.security.JaccContextValve
A Valve that sets the JACC context id and HttpServletRequest policy context handler value. The context id needs to be established prior to any authorization valves.
Field Summary
public static  ThreadLocal activeCS     
Constructor:
 public JaccContextValve(JBossWebMetaData wmd,
    CodeSource cs) 
Method from org.jboss.web.tomcat.security.JaccContextValve Summary:
invoke
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.web.tomcat.security.JaccContextValve Detail:
 public  void invoke(Request request,
    Response response) throws IOException, ServletException