Class EscapeHatch.CrumbExclusionImpl
java.lang.Object
hudson.security.csrf.CrumbExclusion
org.jenkinsci.plugins.oic.properties.EscapeHatch.CrumbExclusionImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- EscapeHatch
Excluding the escapeHatch login from CSRF protection as the crumb is calculated based on the authentication
mirroring behavior of the normal login page.
- Author:
- Michael Bischoff
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain) Methods inherited from class hudson.security.csrf.CrumbExclusion
all, process
-
Constructor Details
-
CrumbExclusionImpl
public CrumbExclusionImpl()
-
-
Method Details
-
process
public boolean process(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Overrides:
process
in classCrumbExclusion
- Throws:
IOException
jakarta.servlet.ServletException
-