Interface ServiceProviderConfigResource

All Known Implementing Classes:
ServiceProviderConfigResourceImpl

@Path("ServiceProviderConfig") public interface ServiceProviderConfigResource
From SCIM Protocol Specification, section 4, page 73
Author:
chrisharm
See Also:
  • Scim spec section 4 /ServiceProviderConfig An HTTP GET to this endpoint will return a JSON structure that describes the SCIM specification features available on a service provider. This endpoint SHALL return responses with a JSON object using a "schemas" attribute of "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig". The attributes returned in the JSON object are defined in Section 5 of [RFC7643]. An example representation of SCIM service provider configuration may be found in Section 8.5 of [RFC7643].
  • Method Summary

    Modifier and Type
    Method
    Description
    default jakarta.ws.rs.core.Response
    getServiceProviderConfiguration(jakarta.ws.rs.core.UriInfo context)
     
  • Method Details

    • getServiceProviderConfiguration

      @GET @Produces({"application/scim+json","application/json"}) default jakarta.ws.rs.core.Response getServiceProviderConfiguration(@Context jakarta.ws.rs.core.UriInfo context)