Class IdUViewPasswordResetConfirmRun
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.http.IdCommonInstrumentedServlet
com.io7m.idstore.server.user_view.IdUViewPasswordResetConfirmRun
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
The page that completes a password reset.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdUViewPasswordResetConfirmRun(com.io7m.repetoir.core.RPServiceDirectoryType inServices) The page that completes a password reset. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidservice(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods 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
-
IdUViewPasswordResetConfirmRun
public IdUViewPasswordResetConfirmRun(com.io7m.repetoir.core.RPServiceDirectoryType inServices) The page that completes a password reset.- Parameters:
inServices- The service directory
-
-
Method Details
-
service
protected void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException - Overrides:
servicein classjakarta.servlet.http.HttpServlet- Throws:
jakarta.servlet.ServletExceptionIOException
-