Class MTLSService


  • @ApplicationScoped
    @Named
    public class MTLSService
    extends Object
    Author:
    Yuriy Zabrovarnyy
    • Constructor Detail

      • MTLSService

        public MTLSService()
    • Method Detail

      • processMTLS

        public boolean processMTLS​(jakarta.servlet.http.HttpServletRequest httpRequest,
                                   jakarta.servlet.http.HttpServletResponse httpResponse,
                                   jakarta.servlet.FilterChain filterChain,
                                   io.jans.as.common.model.registration.Client client)
                            throws Exception
        Throws:
        Exception
      • processRegisterMTLS

        public boolean processRegisterMTLS​(jakarta.servlet.http.HttpServletRequest httpRequest)