| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
SimpleValue |
BaseResource.getSimpleAttributeValue(String name)
Get a simple attribute with the specified name.
|
SimpleValue |
BaseResource.getSimpleAttributeValue(String schema,
String name)
Get a simple attribute with the specified name and schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResource.setSimpleAttribute(String name,
SimpleValue value)
Set a simple attribute value with the specified name, using an
AttributeValueResolver appropriate for the attribute
data type. |
void |
BaseResource.setSimpleAttribute(String schema,
String name,
SimpleValue value)
Set a simple attribute value with the specified schema and name,
using an
AttributeValueResolver appropriate for
the attribute data type. |
| Modifier and Type | Method and Description |
|---|---|
SimpleValue |
ComplexValue.get(String name)
Returns a SimpleValue for the specified sub-attribute name.
|
abstract SimpleValue |
SCIMAttributeValue.getValue()
Retrieves the simple value, or
null if the attribute value is
complex. |
SimpleValue |
ComplexValue.put(String name,
SimpleValue value)
Overridden from HashMap.
|
| Modifier and Type | Method and Description |
|---|---|
static SCIMAttributeValue |
SCIMAttributeValue.createSimpleValue(SimpleValue simpleValue)
Create a new simple attribute value.
|
SimpleValue |
ComplexValue.put(String name,
SimpleValue value)
Overridden from HashMap.
|
Copyright © 2011–2016 UnboundID. All rights reserved.