Class LLCheckAuthServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.looseleaf.server.internal.v1.LLCheckAuthServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public final class LLCheckAuthServlet extends jakarta.servlet.http.HttpServlet
The v1 "check-auth" servlet.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    LLCheckAuthServlet(com.io7m.repetoir.core.RPServiceDirectoryType inServices)
    The v1 "check-auth" servlet.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LLCheckAuthServlet

      public LLCheckAuthServlet(com.io7m.repetoir.core.RPServiceDirectoryType inServices)
      The v1 "check-auth" servlet.
      Parameters:
      inServices - The service directory
  • Method Details

    • service

      protected void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException
      Overrides:
      service in class jakarta.servlet.http.HttpServlet
      Throws:
      IOException