Class ScimConfigResource


  • @Path("/scim-config")
    @Produces("application/json")
    @Consumes("application/json")
    public class ScimConfigResource
    extends Object
    • Constructor Detail

      • ScimConfigResource

        public ScimConfigResource()
    • Method Detail

      • getAppConfiguration

        @GET
        public jakarta.ws.rs.core.Response getAppConfiguration()
      • patchAppConfigurationProperty

        @PATCH
        @Consumes("application/json-patch+json")
        public jakarta.ws.rs.core.Response patchAppConfigurationProperty​(@NotNull
                                                                         @NotNull String requestString)
                                                                  throws IOException,
                                                                         com.github.fge.jsonpatch.JsonPatchException
        Throws:
        IOException
        com.github.fge.jsonpatch.JsonPatchException