org.jboss.web.tomcat.security
Class FormAuthValve

java.lang.Object
  extended byValveBase
      extended byorg.jboss.web.tomcat.security.FormAuthValve

public class FormAuthValve
extends ValveBase

A valve that associates the j_username with the session under the attribute name j_username for use by form login/error pages. In addition, it maps any authentication exception found in the SecurityAssociation to the session attribute name j_exception.

See Also:
Serialized Form

Constructor Summary
FormAuthValve()
           
 
Method Summary
 void invoke(Request request, Response response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormAuthValve

public FormAuthValve()
Method Detail

invoke

public void invoke(Request request,
                   Response response)
            throws java.io.IOException,
                   ServletException
Throws:
java.io.IOException
ServletException