Class Endpoint

java.lang.Object
hudson.security.csrf.CrumbExclusion
org.jenkinsci.plugins.ssegateway.Endpoint
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension public class Endpoint extends CrumbExclusion implements RootAction
Author:
tom.fennelly@gmail.com
  • Field Details Link icon

  • Constructor Details Link icon

    • Endpoint Link icon

      public Endpoint() throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
  • Method Details Link icon

    • process Link icon

      public boolean process(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException
      Overrides:
      process in class CrumbExclusion
      Throws:
      IOException
      jakarta.servlet.ServletException
    • init Link icon

      protected void init() throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • getIconFileName Link icon

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName Link icon

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName Link icon

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • doConnect Link icon

      @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public org.kohsuke.stapler.HttpResponse doConnect(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) throws IOException
      Throws:
      IOException
    • doConfigure Link icon

      @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public org.kohsuke.stapler.HttpResponse doConfigure(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) throws IOException
      Throws:
      IOException
    • doPing Link icon

      @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public org.kohsuke.stapler.HttpResponse doPing(org.kohsuke.stapler.StaplerRequest2 request) throws IOException
      Throws:
      IOException