Class IdUVRealnameUpdateRun
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.http.IdHTTPServletFunctional
com.io7m.idstore.server.user_view.IdUVRealnameUpdateRun
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
The page that executes a real name update.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdUVRealnameUpdateRun(com.io7m.repetoir.core.RPServiceDirectoryType services) The page that executes a real name update. -
Method Summary
Methods inherited from class com.io7m.idstore.server.http.IdHTTPServletFunctional
service, 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
-
IdUVRealnameUpdateRun
public IdUVRealnameUpdateRun(com.io7m.repetoir.core.RPServiceDirectoryType services) The page that executes a real name update.- Parameters:
services- The services
-