Interface AuthInfoRestService

All Known Implementing Classes:
AuthInfoRestServiceImpl

@Path("/guice/auth") public interface AuthInfoRestService
  • Method Details

    • getIndex

      @GET @Path("/") @Produces("text/html") String getIndex(@QueryParam("message") String message)
    • getTestPage

      @GET @Path("/test") @Produces("text/plain") String getTestPage()
    • saveJWTCookie

      @POST @Path("/") @Produces("text/html") String saveJWTCookie(@FormParam("token") String token, @FormParam("op") String op)