Class HawtioQuarkusAuthenticationFilter

  • All Implemented Interfaces:
    javax.servlet.Filter

    public class HawtioQuarkusAuthenticationFilter
    extends io.hawt.web.auth.AuthenticationFilter
    Jolokia endpoint authentication filter for Quarkus.
    • Field Summary

      • Fields inherited from class io.hawt.web.auth.AuthenticationFilter

        authConfiguration, timeout
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doFilter​(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)  
      void init​(javax.servlet.FilterConfig filterConfig)  
      • Methods inherited from class io.hawt.web.auth.AuthenticationFilter

        destroy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HawtioQuarkusAuthenticationFilter

        public HawtioQuarkusAuthenticationFilter()
    • Method Detail

      • init

        public void init​(javax.servlet.FilterConfig filterConfig)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Filter
        Overrides:
        init in class io.hawt.web.auth.AuthenticationFilter
        Throws:
        javax.servlet.ServletException
      • doFilter

        public void doFilter​(javax.servlet.ServletRequest request,
                             javax.servlet.ServletResponse response,
                             javax.servlet.FilterChain chain)
                      throws java.io.IOException,
                             javax.servlet.ServletException
        Specified by:
        doFilter in interface javax.servlet.Filter
        Overrides:
        doFilter in class io.hawt.web.auth.AuthenticationFilter
        Throws:
        java.io.IOException
        javax.servlet.ServletException