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 -
-
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 org.apache.syncope.core.workflow.api.UserWorkflowAdapterFlowableWorkflowContext. uwfAdapter(org.apache.syncope.core.provisioning.api.data.UserDataBinder userDataBinder, org.apache.syncope.core.persistence.api.dao.UserDAO userDAO, org.apache.syncope.core.persistence.api.dao.RealmDAO realmDAO, org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory, org.apache.syncope.core.spring.security.SecurityProperties securityProperties, DomainProcessEngine engine, UserRequestHandler userRequestHandler, org.springframework.context.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(org.apache.syncope.core.provisioning.api.data.UserDataBinder dataBinder, org.apache.syncope.core.persistence.api.dao.UserDAO userDAO, org.apache.syncope.core.persistence.api.dao.RealmDAO realmDAO, org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory, org.apache.syncope.core.spring.security.SecurityProperties securityProperties, DomainProcessEngine engine, UserRequestHandler userRequestHandler, org.springframework.context.ApplicationEventPublisher publisher)
-