|
Class Summary |
| AbstractBulkResource |
This class is the base class for JAX-RS resources implementing the Bulk
operation. |
| AbstractSCIMResource |
This class is an abstract Wink dynamic resource implementation for
SCIM operations on a SCIM endpoint. |
| AbstractStaticResource |
This class is an abstract base class for JAX-RS static SCIM resources
such as the Service Provider Configuration. |
| AdjustableSemaphore |
A semaphore that can be dynamically resized. |
| BulkContentRequestHandler |
This class implements the bulk operation handler to process bulk operation
requests in the SCIM server. |
| BulkResource |
This class is a JAX-RS resource for the Bulk operation, where the content
type is determined by HTTP headers. |
| JSONBulkResource |
This class is a JAX-RS resource for the Bulk operation, where JSON
content type is specified in the URL path. |
| JSONQueryResource |
This class is a Wink dynamic resource implementation for query operations
on a SCIM resource where the client requests JSON response format in the URL
by appending ".json" on to the endpoint. |
| JSONServiceProviderConfigResource |
This class is a JAX-RS resource for the SCIM Service Provider Configuration
where the response format is specified in the URL to be JSON. |
| MonitorResource |
This class is a JAX-RS resource to allow monitor data to be fetched and
reset. |
| RequestContext |
|
| ResourceStats |
This class holds various statistics of each SCIM resource being served. |
| SCIMApplication |
This class is a JAX-RS Application that returns the SCIM resource
implementations. |
| SCIMResource |
This class is a Wink dynamic resource implementation for operations
on a SCIM resource. |
| ServiceProviderConfigResource |
This class is a JAX-RS resource for the SCIM Service Provider Configuration. |
| XMLBulkResource |
This class is a JAX-RS resource for the Bulk operation, where XML
content type is specified in the URL path. |
| XMLQueryResource |
This class is a Wink dynamic resource implementation for query operations
on a SCIM resource where the client requests XML response format in the URL
by appending ".xml" on to the endpoint. |
| XMLServiceProviderConfigResource |
This class is a JAX-RS resource for the SCIM Service Provider Configuration
where the response format is specified in the URL to be XML. |