Class IdUVLogin

java.lang.Object
com.io7m.idstore.server.http.IdHTTPHandlerFunctional
com.io7m.idstore.server.user_view.IdUVLogin
All Implemented Interfaces:
io.helidon.webserver.http.Handler, io.helidon.webserver.ServerLifecycle

public final class IdUVLogin extends IdHTTPHandlerFunctional
The page that displays the login form, or executes the login if a username and password is provided.
  • Constructor Details

    • IdUVLogin

      public IdUVLogin(com.io7m.repetoir.core.RPServiceDirectoryType services)
      The page that displays the login form, or executes the login if a username and password is provided.
      Parameters:
      services - The services
  • Method Details