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

Packages that use SCIMAttribute
com.unboundid.scim.marshal.json   
com.unboundid.scim.sdk   
 

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

Methods in com.unboundid.scim.marshal.json that return SCIMAttribute
protected  SCIMAttribute JsonParser.create(AttributeDescriptor descriptor, Object jsonAttribute)
          Create a SCIM attribute from its JSON object representation.
protected  SCIMAttribute JsonParser.createMutiValuedAttribute(org.json.JSONArray jsonAttribute, AttributeDescriptor attributeDescriptor)
          Parse a multi-valued attribute from its representation as a JSON Object.
protected  SCIMAttribute JsonBulkParser.createSimpleAttribute(Object jsonAttribute, AttributeDescriptor attributeDescriptor)
          Parse a simple attribute from its representation as a JSON Object.
protected  SCIMAttribute JsonParser.createSimpleAttribute(Object jsonAttribute, AttributeDescriptor attributeDescriptor)
          Parse a simple attribute from its representation as a JSON Object.
 

Uses of SCIMAttribute in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return SCIMAttribute
static SCIMAttribute SCIMAttribute.create(AttributeDescriptor descriptor, SCIMAttributeValue... values)
          Create an attribute.
 SCIMAttribute SCIMAttributeValue.getAttribute(String attributeName)
          Retrieves the attribute with the provided name from the complex value, or null if there is no such attribute or the attribute value is simple.
 SCIMAttribute SCIMObject.getAttribute(String schema, String name)
          Retrieves the attribute with the specified name.
 SCIMAttribute SCIMQueryAttributes.pareAttribute(SCIMAttribute attribute)
          Pare down an attribute to its requested sub-attributes.
 

Methods in com.unboundid.scim.sdk that return types with arguments of type SCIMAttribute
 Map<String,SCIMAttribute> SCIMAttributeValue.getAttributes()
          Retrieves the attributes comprising the complex value, keyed by the lower case name of the attribute, or null if the attribute value is simple.
 Collection<SCIMAttribute> SCIMObject.getAttributes(String schema)
          Retrieves the set of attributes in this object from the specified schema.
 

Methods in com.unboundid.scim.sdk with parameters of type SCIMAttribute
 boolean SCIMObject.addAttribute(SCIMAttribute attribute)
          Adds the provided attribute to this object.
static SCIMAttributeValue SCIMAttributeValue.createComplexValue(SCIMAttribute... attributes)
          Create a new complex attribute value from the provided attributes.
 SCIMAttribute SCIMQueryAttributes.pareAttribute(SCIMAttribute attribute)
          Pare down an attribute to its requested sub-attributes.
 void SCIMObject.setAttribute(SCIMAttribute attribute)
          Adds the provided attribute to this object, replacing any existing attribute with the same name.
 

Method parameters in com.unboundid.scim.sdk with type arguments of type SCIMAttribute
static SCIMAttributeValue SCIMAttributeValue.createComplexValue(Collection<SCIMAttribute> attributes)
          Create a new complex attribute value from a collection of attributes.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.