public class SCIMResourceTypeSchema extends Object implements ResourceTypeSchema, Serializable
| Modifier and Type | Method and Description |
|---|---|
static SCIMResourceTypeSchema |
createSCIMResourceSchema(List<String> schemas,
AttributeSchema... attributeSchemas) |
ArrayList<AttributeSchema> |
getAttributesList() |
List<String> |
getSchemasList() |
Boolean |
isSchemaAvailable(String schema) |
void |
setAttributeList(ArrayList attributeList) |
void |
setSchemasList(String schema) |
public static SCIMResourceTypeSchema createSCIMResourceSchema(List<String> schemas, AttributeSchema... attributeSchemas)
public List<String> getSchemasList()
getSchemasList in interface ResourceTypeSchemapublic void setSchemasList(String schema)
setSchemasList in interface ResourceTypeSchemapublic ArrayList<AttributeSchema> getAttributesList()
getAttributesList in interface ResourceTypeSchemapublic void setAttributeList(ArrayList attributeList)
setAttributeList in interface ResourceTypeSchemaCopyright © 2023 WSO2. All rights reserved.