Class OauthCrumbExclusion
java.lang.Object
hudson.security.csrf.CrumbExclusion
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest.OauthCrumbExclusion
- All Implemented Interfaces:
ExtensionPoint
Adds exception to the CSRF protection filter for OAuth (applink) requests.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain) Methods inherited from class hudson.security.csrf.CrumbExclusion
all, process
-
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 - Overrides:
processin classCrumbExclusion- Throws:
IOExceptionjavax.servlet.ServletException
-