Uses of Class
org.apache.syncope.core.logic.ApplicationLogic
-
Packages that use ApplicationLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of ApplicationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ApplicationLogic Modifier and Type Method Description ApplicationLogic
IdRepoLogicContext. applicationLogic(ApplicationDataBinder binder, ApplicationDAO applicationDAO)
-
Uses of ApplicationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type ApplicationLogic Modifier and Type Method Description ApplicationService
IdRepoRESTCXFContext. applicationService(ApplicationLogic applicationLogic)
-
Uses of ApplicationLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as ApplicationLogic Modifier and Type Field Description protected ApplicationLogic
ApplicationServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type ApplicationLogic Constructor Description ApplicationServiceImpl(ApplicationLogic logic)
-