Class IdUVPasswordResetConfirmRun
java.lang.Object
com.io7m.idstore.server.http.IdHTTPHandlerFunctional
com.io7m.idstore.server.user_view.IdUVPasswordResetConfirmRun
- All Implemented Interfaces:
- io.helidon.webserver.http.Handler,- io.helidon.webserver.ServerLifecycle
The page that completes a password reset.
- 
Constructor SummaryConstructorsConstructorDescriptionIdUVPasswordResetConfirmRun(com.io7m.repetoir.core.RPServiceDirectoryType services) The page that completes a password reset.
- 
Method SummaryMethods inherited from class com.io7m.idstore.server.http.IdHTTPHandlerFunctionalhandleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycleafterStop, beforeStart
- 
Constructor Details- 
IdUVPasswordResetConfirmRunpublic IdUVPasswordResetConfirmRun(com.io7m.repetoir.core.RPServiceDirectoryType services) The page that completes a password reset.- Parameters:
- services- The services
 
 
-