Package jenkins.plugins.jclouds.internal
Class PhoneHomeCrumbExclusion
- java.lang.Object
-
- hudson.security.csrf.CrumbExclusion
-
- jenkins.plugins.jclouds.internal.PhoneHomeCrumbExclusion
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class PhoneHomeCrumbExclusion extends CrumbExclusion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PhoneHomeCrumbExclusion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExclusionPath()
boolean
process(HttpServletRequest req, HttpServletResponse resp, FilterChain chain)
-
Methods inherited from class hudson.security.csrf.CrumbExclusion
all
-
-
-
-
Method Detail
-
process
public boolean process(HttpServletRequest req, HttpServletResponse resp, FilterChain chain) throws IOException, ServletException
- Specified by:
process
in classCrumbExclusion
- Throws:
IOException
ServletException
-
getExclusionPath
public String getExclusionPath()
-
-