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

Packages that use SCIMAttributeValue
com.unboundid.scim.data   
com.unboundid.scim.marshal.json   
com.unboundid.scim.sdk   
 

Uses of SCIMAttributeValue in com.unboundid.scim.data
 

Methods in com.unboundid.scim.data that return SCIMAttributeValue
abstract  SCIMAttributeValue AttributeValueResolver.fromInstance(AttributeDescriptor attributeDescriptor, T value)
          Create a SCIM attribute value from the given instance.
 

Methods in com.unboundid.scim.data with parameters of type SCIMAttributeValue
abstract  T AttributeValueResolver.toInstance(SCIMAttributeValue value)
          Create an instance from the given attribute value.
 

Uses of SCIMAttributeValue in com.unboundid.scim.marshal.json
 

Methods in com.unboundid.scim.marshal.json that return SCIMAttributeValue
protected  SCIMAttributeValue JsonParser.createComplexAttribute(org.json.JSONObject jsonAttribute, AttributeDescriptor attributeDescriptor)
          Parse a complex attribute from its representation as a JSON Object.
 

Uses of SCIMAttributeValue in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return SCIMAttributeValue
static SCIMAttributeValue SCIMAttributeValue.createBinaryValue(byte[] value)
          Create a new simple binary attribute value.
static SCIMAttributeValue SCIMAttributeValue.createBooleanValue(Boolean value)
          Create a new simple Boolean attribute value.
static SCIMAttributeValue SCIMAttributeValue.createComplexValue(Collection<SCIMAttribute> attributes)
          Create a new complex attribute value from a collection of attributes.
static SCIMAttributeValue SCIMAttributeValue.createComplexValue(SCIMAttribute... attributes)
          Create a new complex attribute value from the provided attributes.
static SCIMAttributeValue SCIMAttributeValue.createDateValue(Date value)
          Create a new simple Date attribute value.
static SCIMAttributeValue SCIMAttributeValue.createStringValue(String value)
          Create a new simple String attribute value.
static SCIMAttributeValue SCIMAttributeValue.createValue(AttributeDescriptor.DataType dataType, String value)
          Create a new simple attribute value of the specified data type.
 SCIMAttributeValue SCIMAttribute.getValue()
          Retrieves the value of this attribute.
 SCIMAttributeValue[] SCIMAttribute.getValues()
          Retrieves the values of this attribute.
 

Methods in com.unboundid.scim.sdk with parameters of type SCIMAttributeValue
static SCIMAttribute SCIMAttribute.create(AttributeDescriptor descriptor, SCIMAttributeValue... values)
          Create an attribute.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.