Uses of Interface
org.apache.syncope.core.provisioning.api.data.UserDataBinder
-
-
Uses of UserDataBinder in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type UserDataBinder Modifier and Type Method Description AutoActivateFlowableWorkflowContext. autoActivate(UserDataBinder userDataBinder, UserDAO userDAO)CreateFlowableWorkflowContext. create(UserDataBinder userDataBinder, EntityFactory entityFactory)PasswordResetFlowableWorkflowContext. passwordReset(UserDataBinder userDataBinder, UserDAO userDAO)UpdateFlowableWorkflowContext. update(UserDataBinder userDataBinder, UserDAO userDAO)FlowableUserRequestHandlerFlowableWorkflowContext. userRequestHandler(SecurityProperties securityProperties, UserDataBinder userDataBinder, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory)UserWorkflowAdapterFlowableWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher) -
Uses of UserDataBinder in org.apache.syncope.core.flowable.impl
Fields in org.apache.syncope.core.flowable.impl declared as UserDataBinder Modifier and Type Field Description protected UserDataBinderFlowableUserRequestHandler. dataBinderConstructors in org.apache.syncope.core.flowable.impl with parameters of type UserDataBinder Constructor Description FlowableUserRequestHandler(UserDataBinder dataBinder, String adminUser, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory)FlowableUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher) -
Uses of UserDataBinder in org.apache.syncope.core.flowable.task
Fields in org.apache.syncope.core.flowable.task declared as UserDataBinder Modifier and Type Field Description protected UserDataBinderAutoActivate. dataBinderprotected UserDataBinderCreate. dataBinderprotected UserDataBinderPasswordReset. dataBinderprotected UserDataBinderUpdate. dataBinderConstructors in org.apache.syncope.core.flowable.task with parameters of type UserDataBinder Constructor Description AutoActivate(UserDataBinder dataBinder, UserDAO userDAO)Create(UserDataBinder dataBinder, EntityFactory entityFactory)PasswordReset(UserDataBinder dataBinder, UserDAO userDAO)Update(UserDataBinder dataBinder, UserDAO userDAO) -
Uses of UserDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as UserDataBinder Modifier and Type Field Description protected UserDataBinderUserLogic. binderprotected UserDataBinderUserRequestLogic. binderprotected UserDataBinderUserWorkflowTaskLogic. binderMethods in org.apache.syncope.core.logic with parameters of type UserDataBinder Modifier and Type Method Description OIDCUserManagerOIDCC4UILogicContext. oidcUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder)SAML2SP4UIUserManagerSAML2SP4UILogicContext. saml2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder)UserLogicIdRepoLogicContext. userLogic(UserDataBinder binder, TemplateUtils templateUtils, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleEnforcer ruleEnforcer)UserRequestLogicFlowableLogicContext. userRequestLogic(UserRequestHandler userRequestHandler, UserDataBinder binder, BpmnProcessManager bpmnProcessManager, PropagationTaskExecutor taskExecutor, UserDAO userDAO, PropagationManager propagationManager)UserWorkflowTaskLogicFlowableLogicContext. userWorkflowTaskLogic(WorkflowTaskManager wfTaskManager, UserDataBinder binder, UserDAO userDAO, PropagationTaskExecutor taskExecutor, PropagationManager propagationManager)Constructors in org.apache.syncope.core.logic with parameters of type UserDataBinder Constructor Description UserLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO searchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleEnforcer ruleEnforcer)UserRequestLogic(BpmnProcessManager bpmnProcessManager, UserRequestHandler userRequestHandler, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, UserDataBinder binder, UserDAO userDAO)UserWorkflowTaskLogic(WorkflowTaskManager wfTaskManager, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, UserDataBinder binder, UserDAO userDAO) -
Uses of UserDataBinder in org.apache.syncope.core.logic.oidc
Fields in org.apache.syncope.core.logic.oidc declared as UserDataBinder Modifier and Type Field Description protected UserDataBinderOIDCUserManager. binderConstructors in org.apache.syncope.core.logic.oidc with parameters of type UserDataBinder Constructor Description OIDCUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of UserDataBinder in org.apache.syncope.core.logic.saml2
Fields in org.apache.syncope.core.logic.saml2 declared as UserDataBinder Modifier and Type Field Description protected UserDataBinderSAML2SP4UIUserManager. binderConstructors in org.apache.syncope.core.logic.saml2 with parameters of type UserDataBinder Constructor Description SAML2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of UserDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return UserDataBinder Modifier and Type Method Description UserDataBinderProvisioningContext. userDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, SecurityProperties securityProperties, AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, ApplicationDAO applicationDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps)Methods in org.apache.syncope.core.provisioning.java with parameters of type UserDataBinder Modifier and Type Method Description NotificationManagerProvisioningContext. notificationManager(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser) -
Uses of UserDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement UserDataBinder Modifier and Type Class Description classUserDataBinderImpl -
Uses of UserDataBinder in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as UserDataBinder Modifier and Type Field Description protected UserDataBinderDefaultNotificationManager. userDataBinderConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type UserDataBinder Constructor Description DefaultNotificationManager(DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, SearchCondVisitor searchCondVisitor) -
Uses of UserDataBinder in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as UserDataBinder Modifier and Type Field Description protected UserDataBinderAbstractSyncopeResultHandler. userDataBinder -
Uses of UserDataBinder in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as UserDataBinder Modifier and Type Field Description protected UserDataBinderAbstractUserWorkflowAdapter. dataBinderMethods in org.apache.syncope.core.workflow.java with parameters of type UserDataBinder 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)Constructors in org.apache.syncope.core.workflow.java with parameters of type UserDataBinder Constructor Description AbstractUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ApplicationEventPublisher publisher)DefaultUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager) -
Uses of UserDataBinder in org.apache.syncope.fit.core.reference.flowable
Methods in org.apache.syncope.fit.core.reference.flowable with parameters of type UserDataBinder Modifier and Type Method Description AssignDirectorGroupFlowableConfiguration. assignDirectorGroup(UserDataBinder dataBinder, UserDAO userDAO)CreateARelationshipFlowableConfiguration. createARelationship(UserDataBinder dataBinder, UserDAO userDAO)Constructors in org.apache.syncope.fit.core.reference.flowable with parameters of type UserDataBinder Constructor Description AssignDirectorGroup(UserDataBinder dataBinder, UserDAO userDAO)CreateARelationship(UserDataBinder dataBinder, UserDAO userDAO)
-