Class OauthCrumbExclusion
- 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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description OauthCrumbExclusion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
process(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:
process
in classCrumbExclusion
- Throws:
IOException
javax.servlet.ServletException
-
-