| Package | Description |
|---|---|
| com.unboundid.scim.schema | |
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptor.DataType |
AttributeDescriptor.getDataType()
Retrieve the data type for this attribute.
|
static AttributeDescriptor.DataType |
AttributeDescriptor.DataType.parse(String type)
Parses a supplied data type into a SCIM defined data type.
|
static AttributeDescriptor.DataType |
AttributeDescriptor.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeDescriptor.DataType[] |
AttributeDescriptor.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeDescriptor |
AttributeDescriptor.createAttribute(String name,
AttributeDescriptor.DataType dataType,
String description,
String schema,
boolean readOnly,
boolean required,
boolean caseExact,
AttributeDescriptor... subAttributes)
Create a new singular attribute descriptor with the provided information.
|
static AttributeDescriptor |
CoreSchema.createMultiValuedValueDescriptor(String schema,
AttributeDescriptor.DataType dataType)
Convenience method to create an attribute descriptor for the value
normative sub-attribute of multi-valued attributes.
|
static AttributeDescriptor |
AttributeDescriptor.createSubAttribute(String name,
AttributeDescriptor.DataType dataType,
String description,
String schema,
boolean readOnly,
boolean required,
boolean caseExact,
String... canonicalValues)
Create a new sub-attribute descriptor with the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
static SCIMAttributeValue |
SCIMAttributeValue.createValue(AttributeDescriptor.DataType dataType,
String value)
Create a new simple attribute value of the specified data type.
|
Copyright © 2011–2016 UnboundID. All rights reserved.