public interface ResourceFactory<R extends BaseResource>
| Modifier and Type | Method and Description |
|---|---|
R |
createResource(ResourceDescriptor resourceDescriptor,
SCIMObject scimObject)
Creates a new SCIM resource instance from a
SCIMObjectfor
the specified resource descriptor. |
R createResource(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
SCIMObjectfor
the specified resource descriptor.resourceDescriptor - The resource descriptor for the SCIM resource
instance.scimObject - The SCIMObject containing all the
SCIM attributes and their values.Copyright © 2011–2016 UnboundID. All rights reserved.