Class WelcomeResource

    • Field Detail

      • logger

        protected static final org.jboss.logging.Logger logger
    • Constructor Detail

      • WelcomeResource

        public WelcomeResource()
    • Method Detail

      • getWelcomePage

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

        @POST
        @Consumes("application/x-www-form-urlencoded")
        @Produces("text/html; charset=utf-8")
        public javax.ws.rs.core.Response createUser​(javax.ws.rs.core.MultivaluedMap<String,​String> formData)
      • getResource

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