Uses of Class
org.apache.syncope.core.logic.ReconciliationLogic
Packages that use ReconciliationLogic
Package
Description
-
Uses of ReconciliationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ReconciliationLogicModifier and TypeMethodDescriptionIdMLogicContext.reconciliationLogic
(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, ExternalResourceDAO resourceDAO, RealmSearchDAO realmSearchDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, AnySearchDAO anySearchDAO, VirAttrHandler virAttrHandler, ConnectorManager connectorManager, InboundMatcher inboundMatcher, OutboundMatcher outboundMatcher, MappingManager mappingManager) -
Uses of ReconciliationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type ReconciliationLogicModifier and TypeMethodDescriptionIdMRESTCXFContext.reconciliationService
(SearchCondVisitor searchCondVisitor, ReconciliationLogic reconciliationLogic) -
Uses of ReconciliationLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as ReconciliationLogicModifier and TypeFieldDescriptionprotected final ReconciliationLogic
ReconciliationServiceImpl.logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type ReconciliationLogicModifierConstructorDescriptionReconciliationServiceImpl
(SearchCondVisitor searchCondVisitor, ReconciliationLogic logic)