Class IdUVPasswordResetConfirm

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.http.IdHTTPServletFunctional
com.io7m.idstore.server.user_view.IdUVPasswordResetConfirm
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public final class IdUVPasswordResetConfirm extends IdHTTPServletFunctional
The page that checks a password reset token and prompts a user to enter a new password.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    IdUVPasswordResetConfirm(com.io7m.repetoir.core.RPServiceDirectoryType services)
    The page that checks a password reset token and prompts a user to enter a new password.
  • Method Summary

    Methods inherited from class com.io7m.idstore.server.http.IdHTTPServletFunctional

    service, service

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IdUVPasswordResetConfirm

      public IdUVPasswordResetConfirm(com.io7m.repetoir.core.RPServiceDirectoryType services)
      The page that checks a password reset token and prompts a user to enter a new password.
      Parameters:
      services - The services