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
-
Interface Summary Interface Description ScimInterface Interface providing a way to create, retrieve, update and delete SCIM resources.SearchResultHandler<T> An interface for handling the search result response. -
Class Summary Class Description ScimService The main entry point to the client API used to access a SCIM 2 service provider. -
Exception Summary Exception Description ScimServiceException This exception is thrown when problems occur in theScimService.