Uses of Interface
org.apache.syncope.core.flowable.api.UserRequestHandler
-
Packages that use UserRequestHandler Package Description org.apache.syncope.core.flowable org.apache.syncope.core.flowable.impl org.apache.syncope.core.logic -
-
Uses of UserRequestHandler in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type UserRequestHandler 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 UserRequestHandler in org.apache.syncope.core.flowable.impl
Classes in org.apache.syncope.core.flowable.impl that implement UserRequestHandler Modifier and Type Class Description classFlowableUserRequestHandlerFields in org.apache.syncope.core.flowable.impl declared as UserRequestHandler Modifier and Type Field Description protected UserRequestHandlerFlowableUserWorkflowAdapter. userRequestHandlerConstructors in org.apache.syncope.core.flowable.impl with parameters of type UserRequestHandler Constructor Description FlowableUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher) -
Uses of UserRequestHandler in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as UserRequestHandler Modifier and Type Field Description protected UserRequestHandlerUserRequestLogic. userRequestHandlerMethods in org.apache.syncope.core.logic with parameters of type UserRequestHandler Modifier and Type Method Description UserRequestLogicFlowableLogicContext. userRequestLogic(UserRequestHandler userRequestHandler, UserDataBinder binder, BpmnProcessManager bpmnProcessManager, PropagationTaskExecutor taskExecutor, UserDAO userDAO, PropagationManager propagationManager)Constructors in org.apache.syncope.core.logic with parameters of type UserRequestHandler Constructor Description UserRequestLogic(BpmnProcessManager bpmnProcessManager, UserRequestHandler userRequestHandler, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, UserDataBinder binder, UserDAO userDAO)
-