Interface UserResource


  • @Consumes("application/json")
    @Produces("application/json")
    public interface UserResource
    Since:
    0.9.0
    • Method Detail

      • toRepresentation

        @GET
        org.keycloak.representations.idm.UserRepresentation toRepresentation()
      • update

        @PUT
        javax.ws.rs.core.Response update​(org.keycloak.representations.idm.UserRepresentation userRepresentation)
      • remove

        @DELETE
        javax.ws.rs.core.Response remove()
      • resetPassword

        @PUT
        @Path("reset-password")
        String resetPassword​(org.keycloak.representations.idm.CredentialRepresentation credentialRepresentation)