public interface NuxeoAuthPreFilter
In order to avoid that you can run your Filter as a pre-Filter for the NuxeoAuthenticationFilter. For that you need to implement this interface and register your implementation via the preFilter extension point.
Modifier and Type | Method and Description |
---|---|
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Main Filter method
Filter . |
void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
Filter
.
The FilterChain is only composed of the preFilters and the
NuxeoAuthenticationFilterIOException
ServletException
FilterChain
Copyright © 2013 Nuxeo SA. All Rights Reserved.