Uses of Class
org.apache.syncope.core.logic.SyncopeLogic
Packages that use SyncopeLogic
Package
Description
-
Uses of SyncopeLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SyncopeLogicMethods in org.apache.syncope.core.logic that return SyncopeLogicModifier and TypeMethodDescriptionIdRepoLogicContext.syncopeLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter) Methods in org.apache.syncope.core.logic with parameters of type SyncopeLogicModifier 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) Constructors in org.apache.syncope.core.logic with parameters of type SyncopeLogicModifierConstructorDescriptionUserLogic
(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
Methods in org.apache.syncope.core.rest.cxf with parameters of type SyncopeLogicModifier 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
Fields in org.apache.syncope.core.rest.cxf.service declared as SyncopeLogicModifier and TypeFieldDescriptionprotected final SyncopeLogic
SyncopeServiceImpl.logic
protected final SyncopeLogic
UserSelfServiceImpl.syncopeLogic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type SyncopeLogicModifierConstructorDescriptionSyncopeServiceImpl
(SyncopeLogic logic, VirtualThreadPoolTaskExecutor batchExecutor, Bus bus, BatchDAO batchDAO, EntityFactory entityFactory) UserSelfServiceImpl
(UserLogic logic, SyncopeLogic syncopeLogic)