| Package | Description |
|---|---|
| com.unboundid.scim.data |
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<ComplexValue> |
AttributeValueResolver.COMPLEX_RESOLVER
A default
AttributeValueResolver for complex SCIM attribute
values. |
| Modifier and Type | Method and Description |
|---|---|
ComplexValue |
BaseResource.getComplexAttributeValue(String name)
Get a complex attribute with the specified name.
|
ComplexValue |
BaseResource.getComplexAttributeValue(String schema,
String name)
Get a complex attribute with the specified name and schema.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ComplexValue> |
BaseResource.getMultiValuedAttribute(String name)
Get the values of a multi-valued attribute with the specified name.
|
Collection<ComplexValue> |
BaseResource.getMultiValuedAttribute(String schema,
String name)
Get the values of the multi-valued attribute specified by schema and
attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResource.addOrReplaceMultiValuedValue(String name,
ComplexValue attributeValue)
Add or replace a value on a multi-valued attribute with the specified
name.
|
void |
BaseResource.addOrReplaceMultiValuedValue(String schema,
String name,
ComplexValue attributeValue)
Add or replace a value on a multi-valued attribute with the specified
schema and name.
|
void |
BaseResource.setComplexAttribute(String name,
ComplexValue attributeValue)
Set a complex attribute value with the specified name.
|
void |
BaseResource.setComplexAttribute(String schema,
String name,
ComplexValue attributeValue)
Set a complex attribute value with the specified schema and name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResource.setMultiValuedAttribute(String name,
Collection<ComplexValue> values)
Set all values of a multi-valued attribute with the specified name.
|
void |
BaseResource.setMultiValuedAttribute(String schema,
String name,
Collection<ComplexValue> values)
Set all values of a multi-valued attribute with the specified schema and
name.
|
Copyright © 2011–2016 UnboundID. All rights reserved.