Uses of Class
org.apache.syncope.common.lib.to.DerSchemaTO
-
-
Uses of DerSchemaTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type DerSchemaTO Modifier and Type Field Description protected List<DerSchemaTO>
AnyDirectoryPanel. derSchemas
Constructors in org.apache.syncope.client.console.panels with parameters of type DerSchemaTO Constructor Description DerSchemaDetails(String id, DerSchemaTO schemaTO)
-
Uses of DerSchemaTO in org.apache.syncope.client.console.wizards.any
Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type DerSchemaTO Constructor Description DerSchemas(String id, Map<String,DerSchemaTO> schemas, IModel<List<Attr>> attrTOs)
-
Uses of DerSchemaTO in org.apache.syncope.client.enduser.panels.any
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type DerSchemaTO Constructor Description DerSchemas(String id, Map<String,DerSchemaTO> schemas, IModel<List<Attr>> attrTOs)
-
Uses of DerSchemaTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return DerSchemaTO Modifier and Type Method Description DerSchemaTO
SchemaRestClient. deleteDerSchema(String name)
-
Uses of DerSchemaTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return DerSchemaTO Modifier and Type Method Description DerSchemaTO
SchemaDataBinder. getDerSchemaTO(String key)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type DerSchemaTO Modifier and Type Method Description DerSchema
SchemaDataBinder. create(DerSchemaTO schemaTO)
DerSchema
SchemaDataBinder. update(DerSchemaTO schemaTO, DerSchema derSchema)
-
Uses of DerSchemaTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return DerSchemaTO Modifier and Type Method Description DerSchemaTO
SchemaDataBinderImpl. getDerSchemaTO(String key)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type DerSchemaTO Modifier and Type Method Description DerSchema
SchemaDataBinderImpl. create(DerSchemaTO schemaTO)
protected DerSchema
SchemaDataBinderImpl. fill(DerSchema schema, DerSchemaTO schemaTO)
DerSchema
SchemaDataBinderImpl. update(DerSchemaTO schemaTO, DerSchema schema)
-