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 SchemaLogic
IdRepoLogicContext. 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 SCIMConfManager
SCIMLogicContext. 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 SchemaLogic
SCIMConfManager. schemaLogic
Constructors 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 SchemaService
IdRepoRESTCXFContext. 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 SchemaLogic
SchemaServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type SchemaLogic Constructor Description SchemaServiceImpl(SchemaLogic logic)
-