Uses of Class
org.apache.syncope.core.logic.GroupLogic
Packages that use GroupLogic
Package
Description
-
Uses of GroupLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as GroupLogicMethods in org.apache.syncope.core.logic that return GroupLogicModifier and TypeMethodDescriptionIdRepoLogicContext.groupLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO anySearchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder groupDataBinder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SyncopeTaskScheduler scheduler, EntityFactory entityFactory) Methods in org.apache.syncope.core.logic with parameters of type GroupLogicModifier and TypeMethodDescriptionIdMLogicContext.remediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) Constructors in org.apache.syncope.core.logic with parameters of type GroupLogicModifierConstructorDescriptionRemediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) -
Uses of GroupLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type GroupLogicModifier and TypeMethodDescriptionIdRepoRESTCXFContext.groupService
(GroupDAO groupDAO, GroupLogic groupLogic, SearchCondVisitor searchCondVisitor) -
Uses of GroupLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as GroupLogicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type GroupLogicModifierConstructorDescriptionGroupServiceImpl
(SearchCondVisitor searchCondVisitor, GroupDAO groupDAO, GroupLogic logic) -
Uses of GroupLogic in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type GroupLogicModifier and TypeMethodDescriptionSCIMv2RESTCXFContext.scimService
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMv2RESTCXFContext.scimv2GroupService
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.scimv2UserService
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager) -
Uses of GroupLogic in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as GroupLogicModifier and TypeFieldDescriptionprotected final GroupLogic
AbstractSCIMService.groupLogic
protected final GroupLogic
AbstractSCIMService.groupLogic
protected final GroupLogic
AbstractSCIMService.groupLogic
Constructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type GroupLogicModifierConstructorDescriptionSCIMGroupServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMUserServiceImpl
(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager)