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 AnyObjectWorkflowAdapter
awfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
GroupWorkflowAdapter
gwfAdapter(GroupDataBinder groupDataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
UserWorkflowAdapter
uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, EntityFactory entityFactory, SecurityProperties securityProperties, ConfParamOps confParamOps, ApplicationEventPublisher publisher)
-
-
-
Method Detail
-
uwfAdapter
@ConditionalOnMissingBean @Bean public UserWorkflowAdapter uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, EntityFactory entityFactory, SecurityProperties securityProperties, ConfParamOps confParamOps, ApplicationEventPublisher publisher)
-
gwfAdapter
@ConditionalOnMissingBean @Bean public GroupWorkflowAdapter gwfAdapter(GroupDataBinder groupDataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
-
awfAdapter
@ConditionalOnMissingBean @Bean public AnyObjectWorkflowAdapter awfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
-
-