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(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
Main Filter method
Filter . |
void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
Filter
. The FilterChain is only composed of the preFilters and the
NuxeoAuthenticationFilterIOException
javax.servlet.ServletException
FilterChain
Copyright © 2015 Nuxeo SA. All rights reserved.