Uses of Interface
org.apache.syncope.core.workflow.api.UserWorkflowAdapter
-
-
Uses of UserWorkflowAdapter in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable that return UserWorkflowAdapter Modifier and Type Method Description UserWorkflowAdapterFlowableWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher) -
Uses of UserWorkflowAdapter in org.apache.syncope.core.flowable.impl
Classes in org.apache.syncope.core.flowable.impl that implement UserWorkflowAdapter Modifier and Type Class Description classFlowableUserWorkflowAdapter -
Uses of UserWorkflowAdapter in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as UserWorkflowAdapter Modifier and Type Field Description protected UserWorkflowAdapterDefaultUserProvisioningManager. uwfAdapterMethods in org.apache.syncope.core.provisioning.java with parameters of type UserWorkflowAdapter Modifier and Type Method Description UserProvisioningManagerProvisioningContext. userProvisioningManager(UserWorkflowAdapter uwfAdapter, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, UserDAO userDAO, VirAttrHandler virtAttrHandler)Constructors in org.apache.syncope.core.provisioning.java with parameters of type UserWorkflowAdapter Constructor Description DefaultUserProvisioningManager(UserWorkflowAdapter uwfAdapter, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, UserDAO userDAO, VirAttrHandler virtAttrHandler) -
Uses of UserWorkflowAdapter in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as UserWorkflowAdapter Modifier and Type Field Description protected UserWorkflowAdapterAbstractSyncopeResultHandler. uwfAdapterUser workflow adapter. -
Uses of UserWorkflowAdapter in org.apache.syncope.core.workflow.java
Classes in org.apache.syncope.core.workflow.java that implement UserWorkflowAdapter Modifier and Type Class Description classAbstractUserWorkflowAdapterclassDefaultUserWorkflowAdapterSimple implementation basically not involving any workflow engine.Methods in org.apache.syncope.core.workflow.java that return UserWorkflowAdapter Modifier and Type Method Description UserWorkflowAdapterWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager) -
Uses of UserWorkflowAdapter in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type UserWorkflowAdapter Modifier and Type Method Description ImplementationLookupCoreReferenceContext. implementationLookup(UserWorkflowAdapter uwf, AnySearchDAO anySearchDAO, EnableFlowableForTestUsers enableFlowableForTestUsers, ElasticsearchInit elasticsearchInit, OpenSearchInit openSearchInit)Constructors in org.apache.syncope.fit.core.reference with parameters of type UserWorkflowAdapter Constructor Description ITImplementationLookup(UserWorkflowAdapter uwf, AnySearchDAO anySearchDAO, EnableFlowableForTestUsers enableFlowableForTestUsers, ElasticsearchInit elasticsearchInit, OpenSearchInit openSearchInit)
-