Save This Page
Home » JBoss-5.1.0 » 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<CodeSource> activeCS     
Constructor:
 public JaccContextValve(JBossWebMetaData wmd,
    CodeSource cs) 
Method from org.jboss.web.tomcat.security.JaccContextValve Summary:
event,   invoke
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.web.tomcat.security.JaccContextValve Detail:
 public  void event(Request request,
    Response response,
    HttpEvent event) throws IOException, ServletException 
 public  void invoke(Request request,
    Response response) throws IOException, ServletException