All Implemented Interfaces:
Resource, Adaptable

@Produces("application/json") public class MeObject extends DefaultObject
Since:
9.1
  • Constructor Details

    • MeObject

      public MeObject()
  • Method Details

    • doGet

      @GET public NuxeoPrincipal doGet(@Context jakarta.ws.rs.core.Request request)
    • preferences

      @GET @Path("preferences") public UserPreferences preferences()
    • preferences

      @Path("preferences/{key}") public UserPreferencesObject preferences(@PathParam("key") String key)
      Since:
      2025.16
    • changePassword

      @PUT @Path("changepassword") public jakarta.ws.rs.core.Response changePassword(String payload) throws org.json.JSONException
      Throws:
      org.json.JSONException