Uses of Class
com.unboundid.scim.sdk.SCIMBackend

Packages that use SCIMBackend
com.unboundid.scim.sdk   
com.unboundid.scim.wink   
 

Uses of SCIMBackend in com.unboundid.scim.sdk
 

Subclasses of SCIMBackend in com.unboundid.scim.sdk
 class ResourceSchemaBackend
          This class provides an implementation of the SCIM server backend API that serves up the resource schema from a collection of ResourceDescriptors.
 

Uses of SCIMBackend in com.unboundid.scim.wink
 

Constructors in com.unboundid.scim.wink with parameters of type SCIMBackend
AbstractBulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
AbstractSCIMResource(String path, ResourceDescriptor resourceDescriptor, ResourceStats resourceStats, SCIMBackend backend)
          Create a new AbstractSCIMResource for CRUD operations.
BulkContentRequestHandler(SCIMApplication application, RequestContext requestContext, SCIMBackend backend, BulkStreamResponse bulkStreamResponse)
          Create a new instance of this bulk operation handler.
BulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
JSONBulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
JSONQueryResource(ResourceDescriptor resourceDescriptor, ResourceStats resourceStats, SCIMBackend backend)
          Create a new SCIM wink resource for XML query operations on a SCIM endpoint.
SCIMApplication(Collection<ResourceDescriptor> resourceDescriptors, SCIMBackend backend)
          Create a new SCIMApplication that defines the endpoints provided by the ResourceDescriptors and uses the provided backend to process the request.
SCIMResource(ResourceDescriptor resourceDescriptor, ResourceStats resourceStats, SCIMBackend backend)
          Create a new SCIM wink resource for operations on a SCIM endpoint.
XMLBulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
XMLQueryResource(ResourceDescriptor resourceDescriptor, ResourceStats resourceStats, SCIMBackend backend)
          Create a new SCIM wink resource for XML query operations on a SCIM endpoint.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.