Uses of Class
org.apache.syncope.core.logic.AnyObjectLogic
Packages that use AnyObjectLogic
Package
Description
-
Uses of AnyObjectLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AnyObjectLogicMethods in org.apache.syncope.core.logic that return AnyObjectLogicModifier and TypeMethodDescriptionIdRepoLogicContext.anyObjectLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnyObjectDataBinder binder, AnyObjectProvisioningManager provisioningManager) Methods in org.apache.syncope.core.logic with parameters of type AnyObjectLogicModifier and TypeMethodDescriptionIdMLogicContext.remediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) Constructors in org.apache.syncope.core.logic with parameters of type AnyObjectLogicModifierConstructorDescriptionRemediationLogic
(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 AnyObjectLogicModifier and TypeMethodDescriptionIdRepoRESTCXFContext.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 AnyObjectLogicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AnyObjectLogicModifierConstructorDescriptionAnyObjectServiceImpl
(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 AnyObjectLogicModifier and TypeMethodDescriptionSCIMv2RESTCXFContext.scimService
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMv2RESTCXFContext.scimv2AnyObjectService
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.scimv2GroupService
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.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 AnyObjectLogicModifier and TypeFieldDescriptionprotected final AnyObjectLogic
AbstractSCIMService.anyObjectLogic
Constructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type AnyObjectLogicModifierConstructorDescriptionprotected
AbstractSCIMService
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMAnyObjectServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMGroupServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMUserServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)