public class SecurityFilterChain extends java.lang.Object implements FilterChain
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy() | 
| void | doFilter(ServletRequest request,
        ServletResponse response)Invokes the next filter in the chain or the final servlet at
 the end of the chain. | 
| void | setConstraints(java.util.ArrayList<AbstractConstraint> constraints) | 
| void | setMethodMap(java.util.HashMap<java.lang.String,AbstractConstraint[]> methodMap) | 
| void | setWebApp(ServletContext app) | 
| java.lang.String | toString() | 
public void setWebApp(ServletContext app)
public void setConstraints(java.util.ArrayList<AbstractConstraint> constraints)
public void setMethodMap(java.util.HashMap<java.lang.String,AbstractConstraint[]> methodMap)
public void destroy()
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
FilterChaindoFilter in interface FilterChainrequest - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object