| Package | Description |
|---|---|
| org.wso2.charon3.core.encoder | |
| org.wso2.charon3.core.objects |
| Modifier and Type | Method and Description |
|---|---|
ComplexAttribute |
JSONDecoder.buildComplexAttribute(AttributeSchema complexAttributeSchema,
org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONEncoder.encodeComplexAttribute(ComplexAttribute complexAttribute,
org.json.JSONObject rootObject) |
protected void |
JSONEncoder.encodeComplexAttributeValue(ComplexAttribute attributeValue,
org.json.JSONArray jsonArray) |
| Modifier and Type | Method and Description |
|---|---|
protected ComplexAttribute |
AbstractSCIMObject.getMetaAttribute()
Return the meta attribute
|
ComplexAttribute |
ScimAttributeAware.getOrCrateComplexAttribute(SCIMAttributeSchema scimAttributeSchema)
gets a
ComplexAttribute from the given ScimAttributeAware.getResource() object if it does exist and will
create it if it does not exist |
| Modifier and Type | Method and Description |
|---|---|
Optional<ComplexAttribute> |
ScimAttributeAware.getComplexAttribute(SCIMAttributeSchema scimAttributeSchema)
gets a
ComplexAttribute from the given ScimAttributeAware.getResource() object |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ScimAttributeAware.complexAttributeEquals(ComplexAttribute attribute,
ComplexAttribute otherAttribute)
tells us if two complex attributes are identical or not
|
protected BiConsumer<SCIMAttributeSchema,Supplier<Object>> |
ScimAttributeAware.getSetSubAttributeConsumer(ComplexAttribute complexAttribute)
|
Optional<SimpleAttribute> |
ScimAttributeAware.getSimpleAttribute(SCIMAttributeSchema scimAttributeSchema,
ComplexAttribute complexAttribute)
gets a
SimpleAttribute from the given complexAttribute object |
Optional<String> |
ScimAttributeAware.getSimpleAttributeValue(SCIMAttributeSchema scimAttributeSchema,
ComplexAttribute complexAttribute)
gets a
SimpleAttribute from the given complexAttribute object |
Copyright © 2019 WSO2. All rights reserved.