Package io.jenkins.plugins.casc
Class TokenReloadCrumbExclusion
java.lang.Object
hudson.security.csrf.CrumbExclusion
io.jenkins.plugins.casc.TokenReloadCrumbExclusion
- 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 request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain) Methods inherited from class hudson.security.csrf.CrumbExclusion
all, process
-
Constructor Details
-
TokenReloadCrumbExclusion
public TokenReloadCrumbExclusion()
-
-
Method Details
-
process
public boolean process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException - Overrides:
process
in classCrumbExclusion
- Throws:
IOException
javax.servlet.ServletException
-