Uses of Class
org.apache.syncope.core.logic.SyncopeLogic
-
Packages that use SyncopeLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SyncopeLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SyncopeLogic Modifier and Type Field Description protected SyncopeLogic
UserLogic. syncopeLogic
Methods in org.apache.syncope.core.logic that return SyncopeLogic Modifier and Type Method Description SyncopeLogic
IdRepoLogicContext. syncopeLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter)
Methods in org.apache.syncope.core.logic with parameters of type SyncopeLogic Modifier and Type Method Description UserLogic
IdRepoLogicContext. userLogic(UserDataBinder binder, TemplateUtils templateUtils, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleEnforcer ruleEnforcer)
Constructors in org.apache.syncope.core.logic with parameters of type SyncopeLogic Constructor Description UserLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO searchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleEnforcer ruleEnforcer)
-
Uses of SyncopeLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SyncopeLogic Modifier and Type Method Description SyncopeService
IdRepoRESTCXFContext. syncopeService(Bus bus, SyncopeLogic syncopeLogic, ThreadPoolTaskExecutor batchExecutor, BatchDAO batchDAO, EntityFactory entityFactory)
UserSelfService
IdRepoRESTCXFContext. userSelfService(UserLogic userLogic, SyncopeLogic syncopeLogic)
-
Uses of SyncopeLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SyncopeLogic Modifier and Type Field Description protected SyncopeLogic
SyncopeServiceImpl. logic
protected SyncopeLogic
UserSelfServiceImpl. syncopeLogic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type SyncopeLogic Constructor Description SyncopeServiceImpl(SyncopeLogic logic, ThreadPoolTaskExecutor batchExecutor, Bus bus, BatchDAO batchDAO, EntityFactory entityFactory)
UserSelfServiceImpl(UserLogic logic, SyncopeLogic syncopeLogic)
-