Uses of Interface
org.apache.syncope.core.provisioning.api.data.UserDataBinder
Packages that use UserDataBinder
Package
Description
-
Uses of UserDataBinder in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type UserDataBinderModifier and TypeMethodDescriptionFlowableWorkflowContext.autoActivate(UserDataBinder userDataBinder, UserDAO userDAO) FlowableWorkflowContext.create(UserDataBinder userDataBinder, EntityFactory entityFactory) FlowableWorkflowContext.passwordReset(UserDataBinder userDataBinder, UserDAO userDAO) FlowableWorkflowContext.update(UserDataBinder userDataBinder) FlowableWorkflowContext.userRequestHandler(SecurityProperties securityProperties, UserDataBinder userDataBinder, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory) FlowableWorkflowContext.uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher, EncryptorManager encryptorManager) -
Uses of UserDataBinder in org.apache.syncope.core.flowable.impl
Fields in org.apache.syncope.core.flowable.impl declared as UserDataBinderModifier and TypeFieldDescriptionprotected final UserDataBinderFlowableUserRequestHandler.dataBinderConstructors in org.apache.syncope.core.flowable.impl with parameters of type UserDataBinderModifierConstructorDescriptionFlowableUserRequestHandler(UserDataBinder dataBinder, String adminUser, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory) FlowableUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher, EncryptorManager encryptorManager) -
Uses of UserDataBinder in org.apache.syncope.core.flowable.task
Fields in org.apache.syncope.core.flowable.task declared as UserDataBinderModifier and TypeFieldDescriptionprotected final UserDataBinderAutoActivate.dataBinderprotected final UserDataBinderCreate.dataBinderprotected final UserDataBinderPasswordReset.dataBinderprotected final UserDataBinderUpdate.dataBinderConstructors in org.apache.syncope.core.flowable.task with parameters of type UserDataBinderModifierConstructorDescriptionAutoActivate(UserDataBinder dataBinder, UserDAO userDAO) Create(UserDataBinder dataBinder, EntityFactory entityFactory) PasswordReset(UserDataBinder dataBinder, UserDAO userDAO) Update(UserDataBinder dataBinder) -
Uses of UserDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as UserDataBinderModifier and TypeFieldDescriptionprotected final UserDataBinderUserLogic.binderprotected final UserDataBinderUserRequestLogic.binderprotected final UserDataBinderUserWorkflowTaskLogic.binderMethods in org.apache.syncope.core.logic with parameters of type UserDataBinderModifier and TypeMethodDescriptionOIDCC4UILogicContext.oidcUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) SAML2SP4UILogicContext.saml2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) IdRepoLogicContext.userLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleProvider ruleProvider, EncryptorManager encryptorManager) FlowableLogicContext.userRequestLogic(UserRequestHandler userRequestHandler, UserDataBinder binder, BpmnProcessManager bpmnProcessManager, PropagationTaskExecutor taskExecutor, UserDAO userDAO, PropagationManager propagationManager) FlowableLogicContext.userWorkflowTaskLogic(WorkflowTaskManager wfTaskManager, UserDataBinder binder, UserDAO userDAO, PropagationTaskExecutor taskExecutor, PropagationManager propagationManager) Constructors in org.apache.syncope.core.logic with parameters of type UserDataBinderModifierConstructorDescriptionUserLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO searchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleProvider ruleEnforcer, EncryptorManager encryptorManager) 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 UserDataBinderConstructors in org.apache.syncope.core.logic.oidc with parameters of type UserDataBinderModifierConstructorDescriptionOIDCUserManager(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 UserDataBinderConstructors in org.apache.syncope.core.logic.saml2 with parameters of type UserDataBinderModifierConstructorDescriptionSAML2SP4UIUserManager(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 UserDataBinderModifier and TypeMethodDescriptionProvisioningContext.userDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, SecurityProperties securityProperties, AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, JexlTools jexlTools) Methods in org.apache.syncope.core.provisioning.java with parameters of type UserDataBinderModifier and TypeMethodDescriptionProvisioningContext.notificationManager(EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) -
Uses of UserDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement UserDataBinder -
Uses of UserDataBinder in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as UserDataBinderModifier and TypeFieldDescriptionprotected final UserDataBinderDefaultNotificationManager.userDataBinderConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type UserDataBinderModifierConstructorDescriptionDefaultNotificationManager(DerSchemaDAO derSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, AnySearchCondVisitor searchCondVisitor, JexlTools jexlTools) -
Uses of UserDataBinder in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as UserDataBinderModifier and TypeFieldDescriptionprotected UserDataBinderAbstractSyncopeResultHandler.userDataBinder -
Uses of UserDataBinder in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as UserDataBinderModifier and TypeFieldDescriptionprotected final UserDataBinderAbstractUserWorkflowAdapter.dataBinderMethods in org.apache.syncope.core.workflow.java with parameters of type UserDataBinderModifier and TypeMethodDescriptionWorkflowContext.uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher, EncryptorManager encryptorManager, NotificationManager notificationManager) Constructors in org.apache.syncope.core.workflow.java with parameters of type UserDataBinderModifierConstructorDescriptionAbstractUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleEnforcer, ApplicationEventPublisher publisher, EncryptorManager encryptorManager) DefaultUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher, EncryptorManager encryptorManager, 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 UserDataBinderModifier and TypeMethodDescriptionFlowableConfiguration.assignDirectorGroup(UserDataBinder dataBinder, UserDAO userDAO) FlowableConfiguration.createARelationship(UserDataBinder dataBinder, UserDAO userDAO) Constructors in org.apache.syncope.fit.core.reference.flowable with parameters of type UserDataBinderModifierConstructorDescriptionAssignDirectorGroup(UserDataBinder dataBinder, UserDAO userDAO) CreateARelationship(UserDataBinder dataBinder, UserDAO userDAO)