@RestController @RequestMapping(value="/Schemas") public class SchemasController extends SchemaAwareController
This specification provides a minimal core schema for representing users and groups (resources), encompassing common attributes found in many existing deployments and schemas. In addition to the minimal core schema, this document also specifies a standardized means by which service providers may extend schemas to define new resources and attributes in both standardized and service-provider-specific cases.
Resources are categorized into common resource types such as "User" or "Group". Collections of resources of the same type are usually contained within the same "container" ("folder") endpoint.
RFC 7643 SCIM Core Schema September 2015 https://tools.ietf.org/html/rfc7643#page-29
resourceDefinitionsgenericScimResourceConverter, resourceTypeDefinition| Constructor and Description |
|---|
SchemasController(Scim2Properties scim2Properties,
java.util.Set<ResourceTypeDefinition> resourceDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<com.bettercloud.scim2.common.GenericScimResource> |
getResources(java.util.Set<ResourceTypeDefinition> resourceDefinitions) |
get, searchgetValidSortPaths@Autowired public SchemasController(Scim2Properties scim2Properties, java.util.Set<ResourceTypeDefinition> resourceDefinitions)
protected java.util.List<com.bettercloud.scim2.common.GenericScimResource> getResources(java.util.Set<ResourceTypeDefinition> resourceDefinitions)
getResources in class SchemaAwareController