Class CA1HandlerLogin
java.lang.Object
com.io7m.cardant.server.http.CAHTTPHandlerFunctional
com.io7m.cardant.server.inventory.v1.CA1HandlerLogin
- All Implemented Interfaces:
io.helidon.webserver.http.Handler,io.helidon.webserver.ServerLifecycle
The v1 login servlet.
-
Constructor Summary
ConstructorsConstructorDescriptionCA1HandlerLogin(com.io7m.repetoir.core.RPServiceDirectoryType services) The v1 login servlet. -
Method Summary
Methods inherited from class com.io7m.cardant.server.http.CAHTTPHandlerFunctional
handleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycle
afterStop, beforeStart
-
Constructor Details
-
CA1HandlerLogin
public CA1HandlerLogin(com.io7m.repetoir.core.RPServiceDirectoryType services) The v1 login servlet.- Parameters:
services- The services
-