public abstract class CrumbExclusion extends Object implements ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
CrumbExclusion() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<CrumbExclusion> |
all() |
abstract boolean |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
This method is called for every incoming POST request.
|
public abstract boolean process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public static ExtensionList<CrumbExclusion> all()
Copyright © 2004–2021. All rights reserved.