Package org.jenkinsci.plugins.oic
Class OicCrumbExclusion
java.lang.Object
hudson.security.csrf.CrumbExclusion
org.jenkinsci.plugins.oic.OicCrumbExclusion
- All Implemented Interfaces:
ExtensionPoint
Crumb exclusion to allow POSTing to
OicSecurityRealm.doFinishLogin(org.kohsuke.stapler.StaplerRequest2, org.kohsuke.stapler.StaplerResponse2)
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
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
-
OicCrumbExclusion
public OicCrumbExclusion()
-
-
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
-