Class DefaultClientRegistrationProvider

    • Constructor Detail

      • DefaultClientRegistrationProvider

        public DefaultClientRegistrationProvider​(KeycloakSession session)
    • Method Detail

      • createDefault

        @POST
        @Consumes("application/json")
        @Produces("application/json")
        public javax.ws.rs.core.Response createDefault​(ClientRepresentation client)
      • getDefault

        @GET
        @Path("{clientId}")
        @Produces("application/json")
        public javax.ws.rs.core.Response getDefault​(@PathParam("clientId")
                                                    String clientId)
      • updateDefault

        @PUT
        @Path("{clientId}")
        @Consumes("application/json")
        @Produces("application/json")
        public javax.ws.rs.core.Response updateDefault​(@PathParam("clientId")
                                                       String clientId,
                                                       ClientRepresentation client)
      • deleteDefault

        @DELETE
        @Path("{clientId}")
        public void deleteDefault​(@PathParam("clientId")
                                  String clientId)