Class WebHookCrumbExclusion
java.lang.Object
hudson.security.csrf.CrumbExclusion
org.jenkinsci.plugins.registry.notification.webhook.WebHookCrumbExclusion
- All Implemented Interfaces:
 ExtensionPoint
Excludes 
DockerHubWebHook and DockerRegistryWebHook from having a CSRF protection filter.- Author:
 - Robert Sandell <rsandell@cloudbees.com>.
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain) Methods inherited from class hudson.security.csrf.CrumbExclusion
all, process 
- 
Constructor Details
- 
WebHookCrumbExclusion
public WebHookCrumbExclusion() 
 - 
 - 
Method Details
- 
process
public boolean process(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Overrides:
 processin classCrumbExclusion- Throws:
 IOExceptionjakarta.servlet.ServletException
 
 -