Uses of Class
org.apache.syncope.core.logic.GroupLogic
-
-
Uses of GroupLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as GroupLogic Modifier and Type Field Description protected GroupLogic
RemediationLogic. groupLogic
Methods in org.apache.syncope.core.logic that return GroupLogic Modifier and Type Method Description GroupLogic
IdRepoLogicContext. groupLogic(GroupProvisioningManager provisioningManager, JobManager jobManager, TemplateUtils templateUtils, EntityFactory entityFactory, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, SchedulerFactoryBean scheduler, TaskDAO taskDAO, GroupDataBinder groupDataBinder, TaskDataBinder taskDataBinder, ImplementationDAO implementationDAO, SecurityProperties securityProperties)
Methods in org.apache.syncope.core.logic with parameters of type GroupLogic Modifier and Type Method Description RemediationLogic
IdMLogicContext. remediationLogic(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO)
Constructors in org.apache.syncope.core.logic with parameters of type GroupLogic Constructor Description RemediationLogic(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 GroupLogic Modifier and Type Method Description GroupService
IdRepoRESTCXFContext. 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 GroupLogic Modifier and Type Field Description protected GroupLogic
GroupServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type GroupLogic Constructor Description GroupServiceImpl(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 GroupLogic Modifier and Type Method Description SCIMService
SCIMv2RESTCXFContext. scimService(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic)
SCIMGroupService
SCIMv2RESTCXFContext. scimv2GroupService(UserDAO userDAO, GroupDAO groupDAO, UserLogic userLogic, GroupLogic groupLogic, SCIMDataBinder binder, SCIMConfManager confManager)
SCIMUserService
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 GroupLogic Modifier and Type Field Description protected GroupLogic
AbstractSCIMService. groupLogic
protected GroupLogic
AbstractSCIMService. groupLogic
protected GroupLogic
AbstractSCIMService. groupLogic
Constructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type GroupLogic Constructor Description SCIMGroupServiceImpl(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)
-