| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to | |
| 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.
|
<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 | Class and Description |
|---|---|
class |
DerSchemaTO |
class |
SchemaTO |
class |
VirSchemaTO |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractSchemaTO> |
SchemaType.getToClass() |
| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
SchemaType.fromToClass(Class<? extends AbstractSchemaTO> toClass) |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.