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

Packages that use SCIMEndpoint
com.unboundid.scim.sdk   
 

Uses of SCIMEndpoint in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return SCIMEndpoint
<R extends BaseResource>
SCIMEndpoint<R>
SCIMService.getEndpoint(ResourceDescriptor resourceDescriptor, ResourceFactory<R> resourceFactory)
          Returns a SCIMEndpoint with the current settings that can be used to invoke CRUD operations.
 SCIMEndpoint<GroupResource> SCIMService.getGroupEndpoint()
          Returns a SCIMEndpoint for the Groups endpoint defined in the core schema.
 SCIMEndpoint<ResourceDescriptor> SCIMService.getResourceSchemaEndpoint()
          Returns a SCIMEndpoint for the Schemas endpoint.
 SCIMEndpoint<UserResource> SCIMService.getUserEndpoint()
          Returns a SCIMEndpoint for the Users endpoint defined in the core schema.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.