Class SchemaWebService


  • @Named("scim2SchemaEndpoint")
    @Path("/v2/Schemas")
    public class SchemaWebService
    extends BaseScimWebService
    Web service for the /Schemas endpoint.
    • Constructor Detail

      • SchemaWebService

        public SchemaWebService()
    • Method Detail

      • serve

        @GET
        @Produces("application/scim+json; charset=utf-8")
        @HeaderParam("Accept")
        @DefaultValue("application/scim+json")
        public jakarta.ws.rs.core.Response serve()
      • getSchemaById

        @GET
        @Path("{schemaUrn}")
        @Produces("application/scim+json; charset=utf-8")
        @HeaderParam("Accept")
        @DefaultValue("application/scim+json")
        public jakarta.ws.rs.core.Response getSchemaById​(@PathParam("schemaUrn")
                                                         String urn)
      • setup

        @PostConstruct
        public void setup()