org.jenkinsci.plugins.ghprb
Class GhprbCrumbExclusion
java.lang.Object
hudson.security.csrf.CrumbExclusion
org.jenkinsci.plugins.ghprb.GhprbCrumbExclusion
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class GhprbCrumbExclusion
- extends hudson.security.csrf.CrumbExclusion
Excludes GhprbRootAction
from the CSRF protection.
- Since:
- 1.28
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 |
GhprbCrumbExclusion
public GhprbCrumbExclusion()
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.