|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InvalidResourceException in com.unboundid.scim.data |
|---|
| Methods in com.unboundid.scim.data that throw InvalidResourceException | ||
|---|---|---|
abstract SCIMAttributeValue |
AttributeValueResolver.fromInstance(AttributeDescriptor attributeDescriptor,
T value)
Create a SCIM attribute value from the given instance. |
|
|
BaseResource.setAttributeValues(String schema,
String name,
AttributeValueResolver<T> resolver,
Collection<T> values)
Sets a multi-valued attribute value. |
|
|
BaseResource.setSingularAttributeValue(String schema,
String name,
AttributeValueResolver<T> resolver,
T value)
Sets a singular attribute value. |
|
| Uses of InvalidResourceException in com.unboundid.scim.marshal |
|---|
| Methods in com.unboundid.scim.marshal that throw InvalidResourceException | ||
|---|---|---|
|
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. |
|
|
Unmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream. |
|
| Uses of InvalidResourceException in com.unboundid.scim.marshal.json |
|---|
| Methods in com.unboundid.scim.marshal.json that throw InvalidResourceException | ||
|---|---|---|
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. |
|
|
JsonUnmarshaller.unmarshal(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM resource from an input stream. |
|
protected
|
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. |
|
|
JsonUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream. |
|
| Uses of InvalidResourceException in com.unboundid.scim.marshal.xml |
|---|
| Methods in com.unboundid.scim.marshal.xml that throw InvalidResourceException | ||
|---|---|---|
|
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. |
|
|
XmlUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream. |
|
| Uses of InvalidResourceException in com.unboundid.scim.schema |
|---|
| Methods in com.unboundid.scim.schema that throw InvalidResourceException | |
|---|---|
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. |
| Uses of InvalidResourceException in com.unboundid.scim.sdk |
|---|
| Methods in com.unboundid.scim.sdk that throw InvalidResourceException | |
|---|---|
SCIMQueryAttributes |
SCIMQueryAttributes.merge(SCIMQueryAttributes that)
Return query attributes formed by merging these query attributes with the provided query attributes. |
| Constructors in com.unboundid.scim.sdk that throw InvalidResourceException | |
|---|---|
SCIMQueryAttributes(ResourceDescriptor resourceDescriptor,
String attributes)
Create a new instance of query attributes from their string representation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||