| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
abstract SCIMAttributeValue |
AttributeValueResolver.fromInstance(AttributeDescriptor attributeDescriptor,
T value)
Create a SCIM attribute value from the given instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract T |
AttributeValueResolver.toInstance(SCIMAttributeValue value)
Create an instance from the given attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected SCIMAttributeValue |
JsonParser.createComplexAttribute(org.json.JSONObject jsonAttribute,
AttributeDescriptor attributeDescriptor)
Parse a complex attribute from its representation as a JSON Object.
|
| Modifier and Type | Method and Description |
|---|---|
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.createSimpleValue(SimpleValue simpleValue)
Create a new simple 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.
|
| Modifier and Type | Method and Description |
|---|---|
static SCIMAttribute |
SCIMAttribute.create(AttributeDescriptor descriptor,
SCIMAttributeValue... values)
Create an attribute.
|
Copyright © 2011–2016 UnboundID. All rights reserved.