| Modifier and Type | Method and Description |
|---|---|
abstract SCIMAttributeValue |
AttributeValueResolver.fromInstance(AttributeDescriptor attributeDescriptor,
T value)
Create a SCIM attribute value from the given instance.
|
<T> void |
BaseResource.setAttributeValues(String schema,
String name,
AttributeValueResolver<T> resolver,
Collection<T> values)
Sets a multi-valued attribute value.
|
<T> void |
BaseResource.setSingularAttributeValue(String schema,
String name,
AttributeValueResolver<T> resolver,
T value)
Sets a singular attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends BaseResource> |
Unmarshaller.unmarshal(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM resource from an input stream.
|
SCIMException |
Unmarshaller.unmarshalError(InputStream inputStream)
Reads a SCIM error response from an input stream.
|
<R extends BaseResource> |
Unmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected SCIMAttribute |
JsonParser.create(AttributeDescriptor descriptor,
Object jsonAttribute)
Create a SCIM attribute from its JSON object representation.
|
protected SCIMAttributeValue |
JsonParser.createComplexAttribute(org.json.JSONObject jsonAttribute,
AttributeDescriptor attributeDescriptor)
Parse a complex attribute from its representation as a JSON Object.
|
protected SCIMAttribute |
JsonParser.createMutiValuedAttribute(org.json.JSONArray jsonAttribute,
AttributeDescriptor attributeDescriptor)
Parse a multi-valued attribute from its representation as a JSON Object.
|
<R extends BaseResource> |
JsonUnmarshaller.unmarshal(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM resource from an input stream.
|
protected <R extends BaseResource> |
JsonParser.unmarshal(org.json.JSONObject jsonObject,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory,
org.json.JSONArray defaultSchemas)
Read a SCIM resource from the specified JSON object.
|
SCIMException |
JsonUnmarshaller.unmarshalError(InputStream inputStream)
Reads a SCIM error response from an input stream.
|
<R extends BaseResource> |
JsonUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends BaseResource> |
XmlUnmarshaller.unmarshal(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM resource from an input stream.
|
SCIMException |
XmlUnmarshaller.unmarshalError(InputStream inputStream)
Reads a SCIM error response from an input stream.
|
<R extends BaseResource> |
XmlUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptor |
ResourceDescriptor.getAttribute(String schema,
String name)
Retrieves the attribute descriptor for a specified attribute.
|
AttributeDescriptor |
AttributeDescriptor.getSubAttribute(String externalName)
Retrieves the attribute descriptor for a specified subordinate attribute
of a complex attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCIMObject.checkSchema(ResourceDescriptor resourceDescriptor,
boolean includeCommonAttributes)
Check this object for potential schema violations based on the provided
resource descriptor.
|
SCIMQueryAttributes |
SCIMQueryAttributes.merge(SCIMQueryAttributes that)
Return query attributes formed by merging these query attributes with the
provided query attributes.
|
R |
Diff.toPartialResource(ResourceFactory<R> resourceFactory,
boolean includeReadOnlyAttributes)
Retrieves the partial resource with the modifications that maybe sent in
a PATCH request.
|
| Constructor and Description |
|---|
SCIMQueryAttributes(ResourceDescriptor resourceDescriptor,
String attributes)
Create a new instance of query attributes from their string representation.
|
Copyright © 2011-2013 UnboundID. All Rights Reserved.