Class IdUViewPasswordUpdateRun
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.internal.common.IdCommonInstrumentedServlet
com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
com.io7m.idstore.server.internal.user_view.IdUViewPasswordUpdateRun
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
The page that executes the password update.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdUViewPasswordUpdateRun(IdServiceDirectoryType inServices) The page that executes the password update. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.slf4j.Loggerlogger()protected voidserviceAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.http.HttpSession session) Methods inherited from class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
clock, database, service, services, strings, user, userController, userIdMethods inherited from class com.io7m.idstore.server.internal.common.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
-
IdUViewPasswordUpdateRun
The page that executes the password update.- Parameters:
inServices- The service directory
-
-
Method Details
-
logger
protected org.slf4j.Logger logger()- Specified by:
loggerin classIdUViewAuthenticatedServlet
-
serviceAuthenticated
protected void serviceAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.http.HttpSession session) throws IOException, jakarta.servlet.ServletException - Specified by:
serviceAuthenticatedin classIdUViewAuthenticatedServlet- Throws:
IOExceptionjakarta.servlet.ServletException
-