com.dabsquared.gitlabjenkins
Class GitLabWebHook.GitlabWebHookCrumbExclusion

java.lang.Object
  extended by hudson.security.csrf.CrumbExclusion
      extended by com.dabsquared.gitlabjenkins.GitLabWebHook.GitlabWebHookCrumbExclusion
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
GitLabWebHook

@Extension
public static class GitLabWebHook.GitlabWebHookCrumbExclusion
extends hudson.security.csrf.CrumbExclusion


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
GitLabWebHook.GitlabWebHookCrumbExclusion()
           
 
Method Summary
 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

GitLabWebHook.GitlabWebHookCrumbExclusion

public GitLabWebHook.GitlabWebHookCrumbExclusion()
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


Copyright © 2004-2015. All Rights Reserved.