Package org.codice.ddf.platform.filter
Interface SecurityFilter
public interface SecurityFilter
SecurityFilter is a marker interface that indicates that the Filters will be
handled by the org.codice.ddf.pax.web.jetty.JettyAuthenticator instead of injected in
servlets directly.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voiddoFilter(javax.servlet.ServletRequest var1, javax.servlet.ServletResponse var2, SecurityFilterChain var3) voidinit()
-
Method Details
-
init
void init() -
doFilter
void doFilter(javax.servlet.ServletRequest var1, javax.servlet.ServletResponse var2, SecurityFilterChain var3) throws IOException, AuthenticationException - Throws:
IOExceptionAuthenticationException
-
destroy
void destroy()
-