Interface SCIMConfService

All Superinterfaces:
JAXRSService
All Known Implementing Classes:
SCIMConfServiceImpl

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

    • 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