Package com.unboundid.scim2.client

Client classes for accessing SCIM 2 resources. SCIM 2 clients are typically built around the ScimService class, which provides methods for accessing a SCIM 2 service provider's resources, configuration, schemas, and resource types. Requests for resources may designate the type of the return value by specifying a GenericScimResource or a POJO derived from BaseScimResource.
See Also:
GenericScimResource, BaseScimResource