Package com.io7m.idstore.server.user_v1
Class IdU1CommandServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.http.IdCommonInstrumentedServlet
com.io7m.idstore.server.user_v1.IdU1AuthenticatedServlet
com.io7m.idstore.server.user_v1.IdU1CommandServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
A servlet for executing a single command.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdU1CommandServlet(IdServiceDirectoryType inServices) A servlet for executing a single command. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidserviceAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, IdSessionUser session) Methods inherited from class com.io7m.idstore.server.user_v1.IdU1AuthenticatedServlet
messages, sends, service, strings, user, userSessionMethods inherited from class com.io7m.idstore.server.http.IdCommonInstrumentedServlet
serviceMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModifiedMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
IdU1CommandServlet
A servlet for executing a single command.- Parameters:
inServices- The service directory
-
-
Method Details
-
serviceAuthenticated
protected void serviceAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, IdSessionUser session) throws Exception - Specified by:
serviceAuthenticatedin classIdU1AuthenticatedServlet- Throws:
Exception
-