Package com.cloudbees.jenkins
Class GitHubWebHookCrumbExclusion
java.lang.Object
hudson.security.csrf.CrumbExclusion
com.cloudbees.jenkins.GitHubWebHookCrumbExclusion
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain) Methods inherited from class hudson.security.csrf.CrumbExclusion
all
-
Constructor Details
-
GitHubWebHookCrumbExclusion
public GitHubWebHookCrumbExclusion()
-
-
Method Details
-
process
public boolean process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException - Specified by:
process
in classCrumbExclusion
- Throws:
IOException
javax.servlet.ServletException
-
getExclusionPath
-