Uses of Class
org.apache.syncope.core.logic.SyncopeLogic
Package
Description
-
Uses of SyncopeLogic in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionIdRepoLogicContext.syncopeLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter) Modifier and TypeMethodDescriptionIdRepoLogicContext.userLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleProvider ruleProvider) ModifierConstructorDescriptionUserLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO searchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleProvider ruleEnforcer) -
Uses of SyncopeLogic in org.apache.syncope.core.rest.cxf
Modifier and TypeMethodDescriptionIdRepoRESTCXFContext.syncopeService
(Bus bus, SyncopeLogic syncopeLogic, VirtualThreadPoolTaskExecutor batchExecutor, BatchDAO batchDAO, EntityFactory entityFactory) IdRepoRESTCXFContext.userSelfService
(UserLogic userLogic, SyncopeLogic syncopeLogic) -
Uses of SyncopeLogic in org.apache.syncope.core.rest.cxf.service
Modifier and TypeFieldDescriptionprotected final SyncopeLogic
SyncopeServiceImpl.logic
protected final SyncopeLogic
UserSelfServiceImpl.syncopeLogic
ModifierConstructorDescriptionSyncopeServiceImpl
(SyncopeLogic logic, VirtualThreadPoolTaskExecutor batchExecutor, Bus bus, BatchDAO batchDAO, EntityFactory entityFactory) UserSelfServiceImpl
(UserLogic logic, SyncopeLogic syncopeLogic)