Uses of Class
org.apache.syncope.core.logic.SchemaLogic
-
Packages that use SchemaLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.logic.scim org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SchemaLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SchemaLogic Modifier and Type Method Description SchemaLogicIdRepoLogicContext. schemaLogic(SchemaDataBinder binder, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, DerSchemaDAO derSchemaDAO, PlainSchemaDAO plainSchemaDAO)Methods in org.apache.syncope.core.logic with parameters of type SchemaLogic Modifier and Type Method Description SCIMConfManagerSCIMLogicContext. scimConfManager(ConfParamOps confParamOps, SchemaLogic schemaLogic) -
Uses of SchemaLogic in org.apache.syncope.core.logic.scim
Fields in org.apache.syncope.core.logic.scim declared as SchemaLogic Modifier and Type Field Description protected SchemaLogicSCIMConfManager. schemaLogicConstructors in org.apache.syncope.core.logic.scim with parameters of type SchemaLogic Constructor Description SCIMConfManager(ConfParamOps confParamOps, SchemaLogic schemaLogic) -
Uses of SchemaLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SchemaLogic Modifier and Type Method Description SchemaServiceIdRepoRESTCXFContext. schemaService(SchemaLogic schemaLogic) -
Uses of SchemaLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SchemaLogic Modifier and Type Field Description protected SchemaLogicSchemaServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type SchemaLogic Constructor Description SchemaServiceImpl(SchemaLogic logic)
-