Uses of Class
org.apache.syncope.core.logic.AnyObjectLogic
-
-
Uses of AnyObjectLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AnyObjectLogic Modifier and Type Field Description protected AnyObjectLogicRemediationLogic. anyObjectLogicMethods in org.apache.syncope.core.logic that return AnyObjectLogic Modifier and Type Method Description AnyObjectLogicIdRepoLogicContext. anyObjectLogic(AnyObjectDataBinder binder, TemplateUtils templateUtils, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnyObjectProvisioningManager provisioningManager)Methods in org.apache.syncope.core.logic with parameters of type AnyObjectLogic Modifier and Type Method Description RemediationLogicIdMLogicContext. remediationLogic(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO)Constructors in org.apache.syncope.core.logic with parameters of type AnyObjectLogic Constructor Description RemediationLogic(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) -
Uses of AnyObjectLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AnyObjectLogic Modifier and Type Method Description AnyObjectServiceIdRepoRESTCXFContext. anyObjectService(AnyObjectDAO anyObjectDAO, AnyObjectLogic anyObjectLogic, SearchCondVisitor searchCondVisitor) -
Uses of AnyObjectLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AnyObjectLogic Modifier and Type Field Description protected AnyObjectLogicAnyObjectServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AnyObjectLogic Constructor Description AnyObjectServiceImpl(SearchCondVisitor searchCondVisitor, AnyObjectDAO anyObjectDAO, AnyObjectLogic logic) -
Uses of AnyObjectLogic in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type AnyObjectLogic Modifier and Type Method Description SCIMServiceSCIMv2RESTCXFContext. scimService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic)SCIMAnyObjectServiceSCIMv2RESTCXFContext. scimv2AnyObjectService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)SCIMGroupServiceSCIMv2RESTCXFContext. scimv2GroupService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)SCIMUserServiceSCIMv2RESTCXFContext. scimv2UserService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) -
Uses of AnyObjectLogic in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as AnyObjectLogic Modifier and Type Field Description protected AnyObjectLogicAbstractSCIMService. anyObjectLogic
-