Uses of Class
org.apache.syncope.core.logic.ImplementationLogic
-
Packages that use ImplementationLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of ImplementationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ImplementationLogic Modifier and Type Method Description ImplementationLogic
IdRepoLogicContext. implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO externalResourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO)
-
Uses of ImplementationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type ImplementationLogic Modifier and Type Method Description ImplementationService
IdRepoRESTCXFContext. implementationService(ImplementationLogic implementationLogic)
-
Uses of ImplementationLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as ImplementationLogic Modifier and Type Field Description protected ImplementationLogic
ImplementationServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type ImplementationLogic Constructor Description ImplementationServiceImpl(ImplementationLogic logic)
-