Uses of Class
org.apache.syncope.core.logic.GroupLogic
Package
Description
-
Uses of GroupLogic in org.apache.syncope.core.logic
Modifier 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) Modifier and TypeMethodDescriptionIdMLogicContext.remediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) ModifierConstructorDescriptionRemediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) -
Uses of GroupLogic in org.apache.syncope.core.rest.cxf
Modifier and TypeMethodDescriptionIdRepoRESTCXFContext.groupService
(GroupDAO groupDAO, GroupLogic groupLogic, SearchCondVisitor searchCondVisitor) -
Uses of GroupLogic in org.apache.syncope.core.rest.cxf.service
ModifierConstructorDescriptionGroupServiceImpl
(SearchCondVisitor searchCondVisitor, GroupDAO groupDAO, GroupLogic logic) -
Uses of GroupLogic in org.apache.syncope.ext.scimv2.cxf
Modifier 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
Modifier and TypeFieldDescriptionprotected final GroupLogic
AbstractSCIMService.groupLogic
protected final GroupLogic
AbstractSCIMService.groupLogic
protected final GroupLogic
AbstractSCIMService.groupLogic
ModifierConstructorDescriptionSCIMGroupServiceImpl
(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)