Class ScepServletFilter

  • All Implemented Interfaces:
    jakarta.servlet.Filter

    public class ScepServletFilter
    extends org.xipki.servlet5.ServletFilter
    SCEP Gateway ServletFilter.
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.xipki.util.http.XiHttpFilter initFilter​(jakarta.servlet.FilterConfig filterConfig)  
      • Methods inherited from class org.xipki.servlet5.ServletFilter

        destroy, doFilter, init
      • Methods inherited from class java.lang.Object

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

      • ScepServletFilter

        public ScepServletFilter()
    • Method Detail

      • initFilter

        protected org.xipki.util.http.XiHttpFilter initFilter​(jakarta.servlet.FilterConfig filterConfig)
                                                       throws org.xipki.util.exception.ServletException0
        Specified by:
        initFilter in class org.xipki.servlet5.ServletFilter
        Throws:
        org.xipki.util.exception.ServletException0