Package io.jans.scim.model.scim2

Provides necessary classes to model and compose the different types of resources defined by SCIM2 spec, for instance, User, Group, ServiceProviderConfig, etc. See sections 4-7 of RFC 7643 for more info.

The root of the resource hierarchy is the class BaseScimResource.

This package also contains utility classes to model SCIM errors, data validations, and describe meta information such as attribute characteristics.