Package br.com.davinti.vitruvio.server
Class CookieAuthFilter
Object
CookieAuthFilter
- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CookieAuthFilter
public CookieAuthFilter()
-
-
Method Details
-
init
public void init(FilterConfig filterConfig) throws ServletException - Specified by:
initin interfaceFilter- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException - Specified by:
doFilterin interfaceFilter- Throws:
IOExceptionServletException
-
destroy
public void destroy()- Specified by:
destroyin interfaceFilter
-