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
IOExceptionjavax.servlet.ServletExceptionpublic static ExtensionList<CrumbExclusion> all()
Copyright © 2019. All rights reserved.