Class IdUViewPasswordResetConfirm
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.internal.common.IdCommonInstrumentedServlet
com.io7m.idstore.server.internal.user_view.IdUViewPasswordResetConfirm
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
The page that checks a password reset token and prompts a user to enter a new
password.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdUViewPasswordResetConfirm(IdServiceDirectoryType inServices) The page that checks a password reset token and prompts a user to enter a new password. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidservice(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods 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
-
IdUViewPasswordResetConfirm
The page that checks a password reset token and prompts a user to enter a new password.- 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
-