This package contains client classes for building SCIM 2 requests and for accessing resources from SCIM 2 service providers.
The most important of these is the
ScimService
class, which is the
main entry point for the SCIM 2 client API. This class provides methods for
accessing a SCIM 2 service provider's resources, configuration, schemas,
and resource types.
Package | Description |
---|---|
com.unboundid.scim2.client |
Client classes for accessing SCIM 2 resources.
|
com.unboundid.scim2.client.requests |
Classes for building SCIM 2 requests.
|