Uses of Interface
org.apache.syncope.common.rest.api.service.SyncopeService
-
Packages that use SyncopeService Package Description org.apache.syncope.client.console.rest org.apache.syncope.client.enduser.rest org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SyncopeService in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SyncopeService Modifier and Type Method Description SyncopeService
BaseRestClient. getSyncopeService()
-
Uses of SyncopeService in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return SyncopeService Modifier and Type Method Description SyncopeService
BaseRestClient. getSyncopeService()
-
Uses of SyncopeService in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf that return SyncopeService Modifier and Type Method Description SyncopeService
IdRepoRESTCXFContext. syncopeService(Bus bus, SyncopeLogic syncopeLogic, ThreadPoolTaskExecutor batchExecutor, BatchDAO batchDAO, EntityFactory entityFactory)
-
Uses of SyncopeService in org.apache.syncope.core.rest.cxf.service
Classes in org.apache.syncope.core.rest.cxf.service that implement SyncopeService Modifier and Type Class Description class
SyncopeServiceImpl
-