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. derSchemasConstructors 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 DerSchemaTOSchemaRestClient. 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 DerSchemaTOSchemaDataBinder. getDerSchemaTO(String key)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type DerSchemaTO Modifier and Type Method Description DerSchemaSchemaDataBinder. create(DerSchemaTO schemaTO)DerSchemaSchemaDataBinder. 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 DerSchemaTOSchemaDataBinderImpl. getDerSchemaTO(String key)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type DerSchemaTO Modifier and Type Method Description DerSchemaSchemaDataBinderImpl. create(DerSchemaTO schemaTO)protected DerSchemaSchemaDataBinderImpl. fill(DerSchema schema, DerSchemaTO schemaTO)DerSchemaSchemaDataBinderImpl. update(DerSchemaTO schemaTO, DerSchema schema)
-