com.caucho.server.security
Class SecurityFilterChain
java.lang.Object
com.caucho.server.security.SecurityFilterChain
- All Implemented Interfaces:
- FilterChain
public class SecurityFilterChain
- extends java.lang.Object
- implements FilterChain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
setWebApp
public void setWebApp(ServletContext app)
setConstraints
public void setConstraints(java.util.ArrayList<AbstractConstraint> constraints)
setMethodMap
public void setMethodMap(java.util.HashMap<java.lang.String,AbstractConstraint[]> methodMap)
destroy
public void destroy()
doFilter
public void doFilter(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
- Description copied from interface:
FilterChain
- Invokes the next filter in the chain or the final servlet at
the end of the chain.
- Specified by:
doFilter
in interface FilterChain
- Parameters:
request
- the servlet requestresponse
- the servlet response
- Throws:
ServletException
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object