Class IdA1AuthenticatedServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.http.IdCommonInstrumentedServlet
com.io7m.idstore.server.admin_v1.IdA1AuthenticatedServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable
Direct Known Subclasses:
IdA1CommandServlet

public abstract class IdA1AuthenticatedServlet extends IdCommonInstrumentedServlet
A servlet that checks that an admin is authenticated before delegating execution to a subclass.
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    IdA1AuthenticatedServlet(com.io7m.repetoir.core.RPServiceDirectoryType services)
    A servlet that checks that an admin is authenticated before delegating execution to a subclass.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final IdAdmin
     
    protected final IdServerClock
     
    protected final IdACB1Sends
     
    protected final void
    service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse)
     
    protected abstract void
    serviceAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, IdSessionAdmin session)
     
    protected final IdServerStrings
     

    Methods inherited from class com.io7m.idstore.server.http.IdCommonInstrumentedServlet

    service

    Methods inherited from class jakarta.servlet.http.HttpServlet

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

    Methods inherited from class jakarta.servlet.GenericServlet

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

    Methods inherited from class java.lang.Object

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

    • IdA1AuthenticatedServlet

      protected IdA1AuthenticatedServlet(com.io7m.repetoir.core.RPServiceDirectoryType services)
      A servlet that checks that an admin is authenticated before delegating execution to a subclass.
      Parameters:
      services - The service directory
  • Method Details

    • admin

      protected final IdAdmin admin()
      Returns:
      The authenticated user
    • sends

      protected final IdACB1Sends sends()
    • clock

      protected final IdServerClock clock()
    • strings

      protected final IdServerStrings strings()
    • serviceAuthenticated

      protected abstract void serviceAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, IdSessionAdmin session) throws Exception
      Throws:
      Exception
    • service

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