| Package | Description |
|---|---|
| org.wso2.charon3.core.schema |
| Modifier and Type | Method and Description |
|---|---|
static SCIMDefinitions.ReferenceType |
SCIMDefinitions.ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCIMDefinitions.ReferenceType[] |
SCIMDefinitions.ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<SCIMDefinitions.ReferenceType> |
SCIMAttributeSchema.getReferenceTypes() |
| Modifier and Type | Method and Description |
|---|---|
static SCIMAttributeSchema |
SCIMAttributeSchema.createSCIMAttributeSchema(String uri,
String name,
SCIMDefinitions.DataType type,
Boolean multiValued,
String description,
Boolean required,
Boolean caseExact,
SCIMDefinitions.Mutability mutability,
SCIMDefinitions.Returned returned,
SCIMDefinitions.Uniqueness uniqueness,
ArrayList<String> canonicalValues,
ArrayList<SCIMDefinitions.ReferenceType> referenceTypes,
ArrayList<AttributeSchema> subAttributes) |
void |
SCIMAttributeSchema.setReferenceTypes(ArrayList<SCIMDefinitions.ReferenceType> referenceTypes) |
Copyright © 2020 WSO2. All rights reserved.