Class RootPage

java.lang.Object
io.levysworks.endpoints.pages.RootPage

@Path("/") public class RootPage extends Object
Endpoint serving the SSH Key request page for users
  • Constructor Details

    • RootPage

      public RootPage()
  • Method Details

    • root

      @GET @Produces("text/html") public String root()
      Handles GET requests to the requests page

      Renders a simple form for requesting an SSH key

      Returns:
      HTML response with rendered request view