| Package | Description |
|---|---|
| org.wso2.charon3.core.encoder | |
| org.wso2.charon3.core.objects |
| Modifier and Type | Method and Description |
|---|---|
MultiValuedAttribute |
JSONDecoder.buildComplexMultiValuedAttribute(AttributeSchema attributeSchema,
org.json.JSONArray attributeValues) |
MultiValuedAttribute |
JSONDecoder.buildPrimitiveMultiValuedAttribute(AttributeSchema attributeSchema,
org.json.JSONArray attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONEncoder.encodeMultiValuedAttribute(MultiValuedAttribute multiValuedAttribute,
org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MultiValuedAttribute> |
ScimAttributeAware.getMultiValuedAttribute(SCIMAttributeSchema scimAttributeSchema)
gets a
MultiValuedAttribute from the given ScimAttributeAware.getResource() object |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ScimAttributeAware.multiValuedAttributeEquals(MultiValuedAttribute attribute,
MultiValuedAttribute otherAttribute)
tells us if two simple attributes are identical
|
Copyright © 2022 WSO2. All rights reserved.