Package be.personify.iam.scim.rest
Class BulkController
java.lang.Object
be.personify.iam.scim.rest.Controller
be.personify.iam.scim.rest.BulkController
Controller managing bulk operations with circular reference processing,
maxPayloadSize and maxOperations
https://tools.ietf.org/html/rfc7644#section-3.7
-
Field Summary
Fields inherited from class be.personify.iam.scim.rest.Controller
env, schemaReader -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpost(Map<String, Object> objects, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) postBulk(Map<String, Object> bulk, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class be.personify.iam.scim.rest.Controller
composeError, createId, createMeta, createVersion, delete, filterAttributes, get, getListFromString, invalidSchemaForEndpoint, invalidSchemaForResource, missingRequiredSchemaForResource, patch, patch, post, put, search, search, showError, showError
-
Constructor Details
-
BulkController
public BulkController()
-
-
Method Details
-
post
@PostMapping(path="/scim/v2/Bulk", produces={"application/scim+json","application/json"}) public org.springframework.http.ResponseEntity<Map<String,Object>> post(@RequestBody Map<String, Object> objects, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
postBulk
-