Class JwtBearerTokenCrumbExclusion

java.lang.Object
hudson.security.csrf.CrumbExclusion
io.jenkins.plugins.jwt.auth.filter.JwtBearerTokenCrumbExclusion
All Implemented Interfaces:
ExtensionPoint

@Extension public class JwtBearerTokenCrumbExclusion extends CrumbExclusion
A JWT bearer token that exclude requested from Crumb that contains a valid signed JWT token
  • Constructor Details

    • JwtBearerTokenCrumbExclusion

      public JwtBearerTokenCrumbExclusion()
  • Method Details

    • process

      public boolean process(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException
      Overrides:
      process in class CrumbExclusion
      Throws:
      IOException
      jakarta.servlet.ServletException