protected org.springframework.http.ResponseEntity<?> |
Controller.delete(String id,
Schema schema) |
|
protected Map<String,Object> |
Controller.filterAttributes(Schema schema,
Map<String,Object> entity,
List<String> includeList,
String excludedAttributes) |
|
protected org.springframework.http.ResponseEntity<Map<String,Object>> |
Controller.get(String id,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Schema schema,
String attributes,
String excludedAttributes) |
|
protected org.springframework.http.ResponseEntity<Map<String,Object>> |
Controller.patch(String id,
Map<String,Object> patchRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Schema schema,
String attributes,
String excludedAttributes) |
|
void |
PatchUtils.patchEntity(Map<String,Object> existingEntity,
be.personify.util.scim.PatchOperation opType,
String path,
Object value,
Schema schema) |
|
protected org.springframework.http.ResponseEntity<Map<String,Object>> |
Controller.post(Map<String,Object> entity,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Schema schema,
String attributes,
String excludedAttributes) |
|
protected org.springframework.http.ResponseEntity<Map<String,Object>> |
Controller.put(String id,
Map<String,Object> entity,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Schema schema,
String attributes,
String excludedAttributes) |
|
protected org.springframework.http.ResponseEntity<Map<String,Object>> |
Controller.search(Integer startIndex,
Integer count,
Schema schema,
String filter) |
|
protected org.springframework.http.ResponseEntity<Map<String,Object>> |
Controller.search(Integer startIndex,
Integer count,
Schema schema,
String filter,
String sortBy,
String sortOrder,
String attributes,
String excludedAttributes) |
Search entities
|