Uses of Class
org.apache.syncope.core.logic.RemediationLogic
-
Packages that use RemediationLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of RemediationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return RemediationLogic Modifier and Type Method Description RemediationLogic
IdMLogicContext. remediationLogic(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO)
-
Uses of RemediationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type RemediationLogic Modifier and Type Method Description RemediationService
IdMRESTCXFContext. remediationService(RemediationLogic remediationLogic, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO)
-
Uses of RemediationLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as RemediationLogic Modifier and Type Field Description protected RemediationLogic
RemediationServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type RemediationLogic Constructor Description RemediationServiceImpl(RemediationLogic logic, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO)
-