Uses of Class
org.apache.syncope.core.logic.ConnectorLogic
-
Packages that use ConnectorLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of ConnectorLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ConnectorLogic Modifier and Type Method Description ConnectorLogic
IdMLogicContext. connectorLogic(ConnIdBundleManager connIdBundleManager, ExternalResourceDAO resourceDAO, ConnInstanceDAO connInstanceDAO, ConnInstanceDataBinder connInstanceDataBinder, ConnectorManager connectorManager)
-
Uses of ConnectorLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type ConnectorLogic Modifier and Type Method Description ConnectorService
IdMRESTCXFContext. connectorService(ConnectorLogic connectorLogic)
-
Uses of ConnectorLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as ConnectorLogic Modifier and Type Field Description protected ConnectorLogic
ConnectorServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type ConnectorLogic Constructor Description ConnectorServiceImpl(ConnectorLogic logic)
-