Class WorkflowContext
- java.lang.Object
-
- org.apache.syncope.core.workflow.java.WorkflowContext
-
@Configuration(proxyBeanMethods=false) public class WorkflowContext extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyObjectWorkflowAdapterawfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)GroupWorkflowAdaptergwfAdapter(GroupDataBinder groupDataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)UserWorkflowAdapteruwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager)
-
-
-
Method Detail
-
uwfAdapter
@ConditionalOnMissingBean @Bean public UserWorkflowAdapter uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager)
-
gwfAdapter
@ConditionalOnMissingBean @Bean public GroupWorkflowAdapter gwfAdapter(GroupDataBinder groupDataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
-
awfAdapter
@ConditionalOnMissingBean @Bean public AnyObjectWorkflowAdapter awfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
-
-