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

Packages that use InvalidResourceException
com.unboundid.scim.data   
com.unboundid.scim.marshal   
com.unboundid.scim.marshal.json   
com.unboundid.scim.marshal.xml   
com.unboundid.scim.schema   
com.unboundid.scim.sdk   
 

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.
<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.
 

Uses of InvalidResourceException in com.unboundid.scim.marshal
 

Methods in com.unboundid.scim.marshal that throw InvalidResourceException
<R extends BaseResource>
R
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>
Resources<R>
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.
<R extends BaseResource>
R
JsonUnmarshaller.unmarshal(InputStream inputStream, ResourceDescriptor resourceDescriptor, ResourceFactory<R> resourceFactory)
          Reads a SCIM resource from an input stream.
protected
<R extends BaseResource>
R
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>
Resources<R>
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
<R extends BaseResource>
R
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>
Resources<R>
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.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.