java.lang.Object
hudson.security.csrf.CrumbExclusion
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest.OauthCrumbExclusion
All Implemented Interfaces:
ExtensionPoint

@Extension public class OauthCrumbExclusion extends CrumbExclusion
Adds exception to the CSRF protection filter for OAuth (applink) requests.
  • Constructor Details

    • OauthCrumbExclusion

      public OauthCrumbExclusion()
  • 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 class CrumbExclusion
      Throws:
      IOException
      javax.servlet.ServletException