Package hudson.security.csrf
Class CrumbIssuer.RestrictedApi
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Api
hudson.security.csrf.CrumbIssuer.RestrictedApi
- All Implemented Interfaces:
ModelObject
,SearchableModelObject
,SearchItem
- Enclosing class:
- CrumbIssuer
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class CrumbIssuer.RestrictedApi
extends Api
-
Field Summary
-
Method Summary
Methods inherited from class hudson.model.Api
doJson, doJson, doPython, doPython, doSchema, getDisplayName, getSearchUrl, setHeaders
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.search.SearchItem
getSearchIcon
-
Method Details
-
doXml
public void doXml(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, @QueryParameter String xpath, @QueryParameter String wrapper, @QueryParameter String tree, @QueryParameter int depth) throws IOException, jakarta.servlet.ServletException Description copied from class:Api
Exposes the bean as XML.- Overrides:
doXml
in classApi
- Throws:
IOException
jakarta.servlet.ServletException
-