Interface SCIMConfService

  • All Superinterfaces:
    JAXRSService

    @Path("scimv2conf")
    public interface SCIMConfService
    extends JAXRSService
    REST operations for SCIM 2.0 configuration.
    • Method Detail

      • get

        @GET
        @Produces({"application/json","application/yaml","application/xml"})
        SCIMConf get()
        Reads SCIM configuration, generates empty if missing.
        Returns:
        SCIM configuration
      • set

        @PUT
        @Consumes({"application/json","application/yaml","application/xml"})
        @Produces({"application/json","application/yaml","application/xml"})
        void set​(@NotNull
                 @NotNull SCIMConf conf)
        Sets SCIM configuration.
        Parameters:
        conf - SCIM configuration