Class QuarkusWelcomeResource

java.lang.Object
org.keycloak.quarkus.runtime.services.resources.QuarkusWelcomeResource

@Path("/") public class QuarkusWelcomeResource extends Object
Author:
Stian Thorgersen
  • Constructor Details

    • QuarkusWelcomeResource

      public QuarkusWelcomeResource()
  • Method Details

    • getWelcomePage

      @GET @Produces("text/html; charset=utf-8") public jakarta.ws.rs.core.Response getWelcomePage() throws URISyntaxException
      Welcome page of Keycloak
      Throws:
      URISyntaxException
    • createUser

      @POST @Consumes("application/x-www-form-urlencoded") @Produces("text/html; charset=utf-8") public jakarta.ws.rs.core.Response createUser()
    • getResource

      @GET @Path("/welcome-content/{path}") @Produces("text/html; charset=utf-8") public jakarta.ws.rs.core.Response getResource(@PathParam("path") String path)
      Resources for welcome page