Class BitbucketWebhookCrumbExclusion
- java.lang.Object
 - 
- hudson.security.csrf.CrumbExclusion
 - 
- com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookCrumbExclusion
 
 
 
- 
- All Implemented Interfaces:
 ExtensionPoint
@Extension public class BitbucketWebhookCrumbExclusion extends CrumbExclusion
Adds exception to the CSRF protection filter forBitbucketWebhookEndpoint. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BitbucketWebhookCrumbExclusion() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain)- 
Methods inherited from class hudson.security.csrf.CrumbExclusion
all 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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:
 processin classCrumbExclusion- Throws:
 IOExceptionjavax.servlet.ServletException
 
 - 
 
 -