org.jenkinsci.plugins.ghprb
Class GhprbCrumbExclusion

java.lang.Object
  extended by hudson.security.csrf.CrumbExclusion
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
GhprbCrumbExclusion()
           
 
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
 

Constructor Detail

GhprbCrumbExclusion

public GhprbCrumbExclusion()
Method Detail

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-2015. All Rights Reserved.