hudson.security.csrf
Class CrumbIssuer.RestrictedApi

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.Api
          extended by hudson.security.csrf.CrumbIssuer.RestrictedApi
All Implemented Interfaces:
ModelObject, SearchableModelObject, SearchItem
Enclosing class:
CrumbIssuer

@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class CrumbIssuer.RestrictedApi
extends Api


Field Summary
 
Fields inherited from class hudson.model.Api
bean
 
Method Summary
 void doXml(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, String xpath, String wrapper, String tree, int depth)
          Exposes the bean as XML.
 
Methods inherited from class hudson.model.Api
doJson, doPython, doSchema, getDisplayName, getSearchUrl
 
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doXml

public void doXml(org.kohsuke.stapler.StaplerRequest req,
                  org.kohsuke.stapler.StaplerResponse rsp,
                  @QueryParameter
                  String xpath,
                  @QueryParameter
                  String wrapper,
                  @QueryParameter
                  String tree,
                  @QueryParameter
                  int depth)
           throws IOException,
                  javax.servlet.ServletException
Description copied from class: Api
Exposes the bean as XML.

Overrides:
doXml in class Api
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2013. All Rights Reserved.