| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractSchemaTO> |
SchemaService.create(AttributableType attrType,
SchemaType schemaType,
T schemaTO)
Creates a new schema.
|
void |
SchemaService.delete(AttributableType attrType,
SchemaType schemaType,
String schemaName)
Deletes the schema matching the given kind, type and name.
|
<T extends AbstractSchemaTO> |
SchemaService.list(AttributableType attrType,
SchemaType schemaType)
Returns a list of schemas with matching kind and type.
|
<T extends AbstractSchemaTO> |
SchemaService.read(AttributableType attrType,
SchemaType schemaType,
String schemaName)
Returns schema matching the given kind, type and name.
|
<T extends AbstractSchemaTO> |
SchemaService.update(AttributableType attrType,
SchemaType schemaType,
String schemaName,
T schemaTO)
Updates the schema matching the given kind, type and name.
|
| Modifier and Type | Method and Description |
|---|---|
AttributableType |
SubjectType.asAttributableType() |
AttributableType |
IntMappingType.getAttributableType() |
static AttributableType |
AttributableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributableType[] |
AttributableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IntMappingType.contains(AttributableType attributableType,
String type)
Check if attribute type belongs to the specified attributable type set.
|
static Set<IntMappingType> |
IntMappingType.getAttributeTypes(AttributableType attributableType)
Get attribute types for a certain attributable type.
|
static Set<IntMappingType> |
IntMappingType.getAttributeTypes(AttributableType attributableType,
Collection<IntMappingType> toBeFiltered)
Get attribute types for a certain attributable type.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.