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 Type
    Method
    Description
    void
     
    void
    doFilter(javax.servlet.ServletRequest var1, javax.servlet.ServletResponse var2, SecurityFilterChain var3)
     
    void