org.jenkinsci.plugins.ghprb
Class GhprbRootAction.GhprbRootActionCrumbExclusion
java.lang.Object
hudson.security.csrf.CrumbExclusion
org.jenkinsci.plugins.ghprb.GhprbRootAction.GhprbRootActionCrumbExclusion
- All Implemented Interfaces:
- hudson.ExtensionPoint
- Enclosing class:
- GhprbRootAction
@Extension
public static class GhprbRootAction.GhprbRootActionCrumbExclusion
- extends hudson.security.csrf.CrumbExclusion
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Method Summary |
String |
getExclusionPath()
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GhprbRootAction.GhprbRootActionCrumbExclusion
public GhprbRootAction.GhprbRootActionCrumbExclusion()
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 class hudson.security.csrf.CrumbExclusion
- Throws:
IOException
javax.servlet.ServletException
getExclusionPath
public String getExclusionPath()
Copyright © 2004-2016. All Rights Reserved.