Class WorkflowContext
java.lang.Object
org.apache.syncope.core.workflow.java.WorkflowContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) gwfAdapter(GroupDataBinder groupDataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher, EncryptorManager encryptorManager, NotificationManager notificationManager)
-
Constructor Details
-
WorkflowContext
public WorkflowContext()
-
-
Method Details
-
uwfAdapter
@ConditionalOnMissingBean @Bean public UserWorkflowAdapter uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher, EncryptorManager encryptorManager, 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)
-