public class SchemaRestClient extends BaseRestClient
LOG| Constructor and Description |
|---|
SchemaRestClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
create(org.apache.syncope.common.lib.types.SchemaType schemaType,
org.apache.syncope.common.lib.to.SchemaTO modelObject) |
static org.apache.syncope.common.lib.to.DerSchemaTO |
deleteDerSchema(String name) |
static org.apache.syncope.common.lib.to.PlainSchemaTO |
deletePlainSchema(String name) |
static org.apache.syncope.common.lib.to.VirSchemaTO |
deleteVirSchema(String name) |
static List<String> |
getDerSchemaNames() |
static List<String> |
getPlainSchemaNames() |
static List<String> |
getSchemaNames(org.apache.syncope.common.lib.types.SchemaType schemaType) |
static <T extends org.apache.syncope.common.lib.to.SchemaTO> |
getSchemas(org.apache.syncope.common.lib.types.SchemaType schemaType,
org.apache.syncope.common.lib.types.AnyTypeKind kind) |
static <T extends org.apache.syncope.common.lib.to.SchemaTO> |
getSchemas(org.apache.syncope.common.lib.types.SchemaType schemaType,
String keyword,
String... anyTypeClasses) |
static List<String> |
getVirSchemaNames() |
static <T extends org.apache.syncope.common.lib.to.SchemaTO> |
read(org.apache.syncope.common.lib.types.SchemaType schemaType,
String key) |
static void |
update(org.apache.syncope.common.lib.types.SchemaType schemaType,
org.apache.syncope.common.lib.to.SchemaTO modelObject) |
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBypublic static <T extends org.apache.syncope.common.lib.to.SchemaTO> List<T> getSchemas(org.apache.syncope.common.lib.types.SchemaType schemaType, org.apache.syncope.common.lib.types.AnyTypeKind kind)
public static <T extends org.apache.syncope.common.lib.to.SchemaTO> List<T> getSchemas(org.apache.syncope.common.lib.types.SchemaType schemaType, String keyword, String... anyTypeClasses)
public static List<String> getSchemaNames(org.apache.syncope.common.lib.types.SchemaType schemaType)
public static <T extends org.apache.syncope.common.lib.to.SchemaTO> T read(org.apache.syncope.common.lib.types.SchemaType schemaType,
String key)
public static void create(org.apache.syncope.common.lib.types.SchemaType schemaType,
org.apache.syncope.common.lib.to.SchemaTO modelObject)
public static void update(org.apache.syncope.common.lib.types.SchemaType schemaType,
org.apache.syncope.common.lib.to.SchemaTO modelObject)
public static org.apache.syncope.common.lib.to.PlainSchemaTO deletePlainSchema(String name)
public static org.apache.syncope.common.lib.to.DerSchemaTO deleteDerSchema(String name)
public static org.apache.syncope.common.lib.to.VirSchemaTO deleteVirSchema(String name)
Copyright © 2020–2022. All rights reserved.