Class IdUVEmailVerificationPermit
java.lang.Object
com.io7m.idstore.server.http.IdHTTPHandlerFunctional
com.io7m.idstore.server.user_view.IdUVEmailVerificationPermit
- All Implemented Interfaces:
io.helidon.webserver.http.Handler, io.helidon.webserver.ServerLifecycle
The endpoint that allows for completing email verification challenges.
-
Constructor Summary
ConstructorsConstructorDescriptionIdUVEmailVerificationPermit(com.io7m.repetoir.core.RPServiceDirectoryType services) The page that executes a password update. -
Method Summary
Methods inherited from class IdHTTPHandlerFunctional
handleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycle
afterStart, afterStop, beforeStart
-
Constructor Details
-
IdUVEmailVerificationPermit
public IdUVEmailVerificationPermit(com.io7m.repetoir.core.RPServiceDirectoryType services) The page that executes a password update.- Parameters:
services- The services
-