Class MTLSService


  • @ApplicationScoped
    public class MTLSService
    extends java.lang.Object
    Author:
    Yuriy Zabrovarnyy
    • Constructor Summary

      Constructors 
      Constructor Description
      MTLSService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean processMTLS​(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, javax.servlet.FilterChain filterChain, Client client)  
      • Methods inherited from class java.lang.Object

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

      • MTLSService

        public MTLSService()
    • Method Detail

      • processMTLS

        public boolean processMTLS​(javax.servlet.http.HttpServletRequest httpRequest,
                                   javax.servlet.http.HttpServletResponse httpResponse,
                                   javax.servlet.FilterChain filterChain,
                                   Client client)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception