Class QuarkusWelcomeResource
java.lang.Object
org.keycloak.quarkus.runtime.services.resources.QuarkusWelcomeResource
- Author:
- Stian Thorgersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponsegetResource(String path) Resources for welcome pagejakarta.ws.rs.core.ResponseWelcome page of Keycloak
-
Constructor Details
-
QuarkusWelcomeResource
public QuarkusWelcomeResource()
-
-
Method Details
-
getWelcomePage
@GET @Produces("text/html; charset=utf-8") public jakarta.ws.rs.core.Response getWelcomePage() throws URISyntaxExceptionWelcome 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
-