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

Packages that use SCIMObject
com.unboundid.scim.data   
com.unboundid.scim.sdk   
com.unboundid.scim.sdk.examples   
 

Uses of SCIMObject in com.unboundid.scim.data
 

Methods in com.unboundid.scim.data that return SCIMObject
 SCIMObject BaseResource.getScimObject()
          Retrieves the SCIMObject wrapped by this resource.
 

Methods in com.unboundid.scim.data with parameters of type SCIMObject
 R ResourceFactory.createResource(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
          Creates a new SCIM resource instance from a SCIMObjectfor the specified resource descriptor.
 

Constructors in com.unboundid.scim.data with parameters of type SCIMObject
BaseResource(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
          Construct a BaseResource with the specified ResourceDescriptor and backed by the given SCIMObject.
GroupResource(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
          Construct a GroupResource with the specified ResourceDescriptor and backed by the given SCIMObject.
ServiceProviderConfig(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
          Construct a ServiceProviderConfig with the specified ResourceDescriptor and backed by the given SCIMObject.
UserResource(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
          Construct a UserResource with the specified ResourceDescriptor and backed by the given SCIMObject.
 

Uses of SCIMObject in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return SCIMObject
 SCIMObject PostResourceRequest.getResourceObject()
          Get the contents of the resource to be created.
 SCIMObject PutResourceRequest.getResourceObject()
          Get the contents of the resource to be created.
 SCIMObject SCIMQueryAttributes.pareObject(SCIMObject scimObject)
          Pare down a SCIM object to its requested attributes.
 

Methods in com.unboundid.scim.sdk with parameters of type SCIMObject
 SCIMObject SCIMQueryAttributes.pareObject(SCIMObject scimObject)
          Pare down a SCIM object to its requested attributes.
 

Constructors in com.unboundid.scim.sdk with parameters of type SCIMObject
PostResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMObject resourceObject, SCIMQueryAttributes attributes)
          Create a new SCIM Post Resource request from the provided information.
PutResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, SCIMObject resourceObject, SCIMQueryAttributes attributes)
          Create a new SCIM Put Resource request from the provided information.
SCIMObject(SCIMObject scimObject)
          Create a new copy of the provided SCIM object.
 

Uses of SCIMObject in com.unboundid.scim.sdk.examples
 

Constructors in com.unboundid.scim.sdk.examples with parameters of type SCIMObject
ClientExample.DeviceResource(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
          Create a device resource based on the provided SCIMObject.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.