| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.sdk | |
| com.unboundid.scim.sdk.examples |
| Modifier and Type | Method and Description |
|---|---|
SCIMObject |
BaseResource.getScimObject()
Retrieves the
SCIMObject wrapped by this resource. |
| Modifier and Type | Method and Description |
|---|---|
R |
ResourceFactory.createResource(ResourceDescriptor resourceDescriptor,
SCIMObject scimObject)
Creates a new SCIM resource instance from a
SCIMObjectfor
the specified resource descriptor. |
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
SCIMObject |
PutResourceRequest.getResourceObject()
Get the contents of the resource to be created.
|
SCIMObject |
PostResourceRequest.getResourceObject()
Get the contents of the resource to be created.
|
SCIMObject |
PatchResourceRequest.getResourceObject()
Get the contents of the resource to be created.
|
SCIMObject |
SCIMQueryAttributes.pareObject(SCIMObject scimObject)
Pare down a SCIM object to its requested attributes.
|
| Modifier and Type | Method and Description |
|---|---|
SCIMObject |
SCIMQueryAttributes.pareObject(SCIMObject scimObject)
Pare down a SCIM object to its requested attributes.
|
| Constructor and Description |
|---|
PatchResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMObject resourceObject,
SCIMQueryAttributes attributes)
Create a new SCIM request from the provided information.
|
PatchResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMObject resourceObject,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest)
Create a new SCIM request from the provided information.
|
PatchResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMObject resourceObject,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest,
String ifMatchHeaderValue,
String ifNoneMatchHeaderValue)
Create a new SCIM request from the provided information.
|
PostResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMObject resourceObject,
SCIMQueryAttributes attributes)
Create a new SCIM Post Resource request from the provided information.
|
PostResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMObject resourceObject,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest)
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.
|
PutResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMObject resourceObject,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest)
Create a new SCIM Put Resource request from the provided information.
|
PutResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMObject resourceObject,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest,
String ifMatchHeaderValue,
String ifNoneMatchHeaderValue)
Create a new SCIM Put Resource request from the provided information.
|
SCIMObject(SCIMObject scimObject)
Create a new copy of the provided SCIM object.
|
| Constructor and Description |
|---|
ClientExample.DeviceResource(ResourceDescriptor resourceDescriptor,
SCIMObject scimObject)
Create a device resource based on the provided SCIMObject.
|
Copyright © 2011–2016 UnboundID. All rights reserved.