Interface UserProfileResource


@Consumes("application/json") @Produces("application/json") public interface UserProfileResource
Author:
Vlastimil Elias <velias@redhat.com>
  • Method Details

    • getConfiguration

      @GET @Consumes("application/json") String getConfiguration()
    • getMetadata

      @GET @Path("/metadata") @Consumes("application/json") UserProfileMetadata getMetadata()
    • update

      @PUT @Produces("application/json") jakarta.ws.rs.core.Response update(String text)