Uses of Interface
org.apache.syncope.core.persistence.api.entity.EntityFactory
Packages that use EntityFactory
Package
Description
-
Uses of EntityFactory in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type EntityFactoryModifier and TypeMethodDescriptionFlowableWorkflowContext.create(UserDataBinder userDataBinder, EntityFactory entityFactory) 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 EntityFactory in org.apache.syncope.core.flowable.impl
Fields in org.apache.syncope.core.flowable.impl declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryFlowableUserRequestHandler.entityFactoryConstructors in org.apache.syncope.core.flowable.impl with parameters of type EntityFactoryModifierConstructorDescriptionFlowableUserRequestHandler(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 EntityFactory in org.apache.syncope.core.flowable.task
Fields in org.apache.syncope.core.flowable.task declared as EntityFactoryConstructors in org.apache.syncope.core.flowable.task with parameters of type EntityFactory -
Uses of EntityFactory in org.apache.syncope.core.keymaster.internal
Fields in org.apache.syncope.core.keymaster.internal declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryInternalConfParamHelper.entityFactoryConstructors in org.apache.syncope.core.keymaster.internal with parameters of type EntityFactoryModifierConstructorDescriptionInternalConfParamHelper(ConfParamDAO confParamDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryAbstractAuthProfileLogic.entityFactoryprotected final EntityFactoryAuditLogic.entityFactoryprotected final EntityFactoryDomainLogic.entityFactoryprotected final EntityFactoryGroupLogic.entityFactoryprotected final EntityFactoryMailTemplateLogic.entityFactoryprotected final EntityFactoryNetworkServiceLogic.entityFactoryprotected final EntityFactoryOIDCJWKSLogic.entityFactoryprotected final EntityFactoryReportLogic.entityFactoryprotected final EntityFactorySRARouteLogic.entityFactoryMethods in org.apache.syncope.core.logic with parameters of type EntityFactoryModifier and TypeMethodDescriptionIdRepoLogicContext.auditLogic(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager) AMLogicContext.authProfileLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AMLogicContext.googleMfaAuthAccountLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AMLogicContext.googleMfaAuthTokenLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) IdRepoLogicContext.groupLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO anySearchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder groupDataBinder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SyncopeTaskScheduler scheduler, EntityFactory entityFactory) AMLogicContext.impersonationLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) IdRepoLogicContext.mailTemplateLogic(MailTemplateDAO mailTemplateDAO, EntityFactory entityFactory, NotificationDAO notificationDAO) AMLogicContext.mfaTrusStorageLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AMLogicContext.oidcJWKSLogic(OIDCJWKSDataBinder oidcJWKSDataBinder, OIDCJWKSDAO oidcJWKSDAO, WAConfigDAO waConfigDAO, EntityFactory entityFactory) IdRepoLogicContext.reportLogic(JobManager jobManager, ReportDataBinder binder, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, EntityFactory entityFactory, ReportExecDAO reportExecDAO) AMLogicContext.sraRouteLogic(EntityFactory entityFactory, ServiceOps serviceOps, SecurityProperties securityProperties, SRARouteDAO routeDAO, SRARouteDataBinder binder) AMLogicContext.webAuthnRegistrationLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) Constructors in org.apache.syncope.core.logic with parameters of type EntityFactoryModifierConstructorDescriptionAbstractAuthProfileLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AuditLogic(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager) AuthProfileLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) DomainLogic(DomainDAO domainDAO, EntityFactory entityFactory, DomainWatcher domainWatcher) GroupLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO searchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder binder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SyncopeTaskScheduler scheduler, EntityFactory entityFactory) MailTemplateLogic(MailTemplateDAO mailTemplateDAO, NotificationDAO notificationDAO, EntityFactory entityFactory) NetworkServiceLogic(NetworkServiceDAO serviceDAO, EntityFactory entityFactory) OIDCJWKSLogic(OIDCJWKSDataBinder binder, OIDCJWKSDAO oidcJWKSDAO, WAConfigDAO waConfigDAO, EntityFactory entityFactory) ReportLogic(JobManager jobManager, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, ReportExecDAO reportExecDAO, ReportDataBinder binder, EntityFactory entityFactory) SRARouteLogic(SRARouteDAO routeDAO, SRARouteDataBinder binder, EntityFactory entityFactory, ServiceOps serviceOps, SecurityProperties securityProperties) -
Uses of EntityFactory in org.apache.syncope.core.logic.wa
Constructors in org.apache.syncope.core.logic.wa with parameters of type EntityFactoryModifierConstructorDescriptionGoogleMfaAuthAccountLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) GoogleMfaAuthTokenLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) ImpersonationLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) MfaTrusStorageLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) WebAuthnRegistrationLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.persistence.api.utils
Constructors in org.apache.syncope.core.persistence.api.utils with parameters of type EntityFactory -
Uses of EntityFactory in org.apache.syncope.core.persistence.common
Methods in org.apache.syncope.core.persistence.common with parameters of type EntityFactoryModifier and TypeMethodDescriptionCommonPersistenceContext.anyObjectAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory) CommonPersistenceContext.groupAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory) CommonPersistenceContext.realmUtils(EntityFactory entityFactory) CommonPersistenceContext.userAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.persistence.common.dao
Fields in org.apache.syncope.core.persistence.common.dao declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryAbstractAnyMatchDAO.entityFactoryprotected final EntityFactoryAbstractSearchDAO.entityFactoryConstructors in org.apache.syncope.core.persistence.common.dao with parameters of type EntityFactoryModifierConstructorDescriptionAbstractAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) AbstractAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator) AbstractRealmSearchDAO(PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator) protectedAbstractSearchDAO(PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator) -
Uses of EntityFactory in org.apache.syncope.core.persistence.common.entity
Fields in org.apache.syncope.core.persistence.common.entity declared as EntityFactoryConstructors in org.apache.syncope.core.persistence.common.entity with parameters of type EntityFactoryModifierConstructorDescriptionDefaultAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyTypeKind anyTypeKind) -
Uses of EntityFactory in org.apache.syncope.core.persistence.elasticsearch
Methods in org.apache.syncope.core.persistence.elasticsearch with parameters of type EntityFactoryModifier and TypeMethodDescriptionElasticsearchPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, ElasticsearchProperties props) ElasticsearchPersistenceContext.realmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, ElasticsearchProperties props) -
Uses of EntityFactory in org.apache.syncope.core.persistence.elasticsearch.dao
Constructors in org.apache.syncope.core.persistence.elasticsearch.dao with parameters of type EntityFactoryModifierConstructorDescriptionElasticsearchAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, int indexMaxResultWindow) ElasticsearchRealmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, int indexMaxResultWindow) -
Uses of EntityFactory in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return EntityFactoryModifier and TypeMethodDescriptionMariaDBPersistenceContext.entityFactory()MySQLPersistenceContext.entityFactory()OraclePersistenceContext.entityFactory()PGPersistenceContext.entityFactory()Methods in org.apache.syncope.core.persistence.jpa with parameters of type EntityFactoryModifier and TypeMethodDescriptionPersistenceContext.anyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) MariaDBPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) MySQLPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) OraclePersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) PGPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) MariaDBPersistenceContext.realmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) MySQLPersistenceContext.realmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) OraclePersistenceContext.realmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) PGPersistenceContext.realmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) -
Uses of EntityFactory in org.apache.syncope.core.persistence.jpa.dao
Constructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type EntityFactoryModifierConstructorDescriptionprotectedAbstractJPARealmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) JPAAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) MariaDBJPAAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) MariaDBJPARealmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) MySQLJPAAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) MySQLJPARealmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) OracleJPAAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) OracleJPARealmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) PGJPAAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) PGJPARealmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) -
Uses of EntityFactory in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement EntityFactoryModifier and TypeClassDescriptionclassclassclassclass -
Uses of EntityFactory in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return EntityFactoryMethods in org.apache.syncope.core.persistence.neo4j with parameters of type EntityFactoryModifier and TypeMethodDescriptionPersistenceContext.anyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) PersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) PersistenceContext.realmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) -
Uses of EntityFactory in org.apache.syncope.core.persistence.neo4j.dao
Constructors in org.apache.syncope.core.persistence.neo4j.dao with parameters of type EntityFactoryModifierConstructorDescriptionNeo4jAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) Neo4jAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) Neo4jRealmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) -
Uses of EntityFactory in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement EntityFactory -
Uses of EntityFactory in org.apache.syncope.core.persistence.opensearch
Methods in org.apache.syncope.core.persistence.opensearch with parameters of type EntityFactoryModifier and TypeMethodDescriptionOpenSearchPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, OpenSearchProperties props) OpenSearchPersistenceContext.realmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, OpenSearchProperties props) -
Uses of EntityFactory in org.apache.syncope.core.persistence.opensearch.dao
Constructors in org.apache.syncope.core.persistence.opensearch.dao with parameters of type EntityFactoryModifierConstructorDescriptionOpenSearchAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, int indexMaxResultWindow) OpenSearchRealmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, int indexMaxResultWindow) -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryDefaultAuditManager.entityFactoryprotected final EntityFactoryDefaultConnectorManager.entityFactoryMethods in org.apache.syncope.core.provisioning.java with parameters of type EntityFactoryModifier and TypeMethodDescriptionProvisioningContext.accessTokenDataBinder(EntityFactory entityFactory, SecurityProperties securityProperties, AccessTokenJWSSigner jwsSigner, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, DefaultCredentialChecker credentialChecker) ProvisioningContext.anyObjectDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, 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, JexlTools jexlTools) ProvisioningContext.anyTypeClassDataBinder(EntityFactory entityFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyTypeDAO anyTypeDAO) ProvisioningContext.anyTypeDataBinder(EntityFactory entityFactory, SecurityProperties securityProperties, EncryptorManager encryptorManager, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, AccessTokenDAO accessTokenDAO) ProvisioningContext.attrRepoDataBinder(EntityFactory entityFactory, JexlTools jexlTools) ProvisioningContext.auditManager(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, EntityFactory entityFactory, List<AuditEventProcessor> auditEventProcessors, AsyncTaskExecutor taskExecutor) ProvisioningContext.authModuleDataBinder(EntityFactory entityFactory, JexlTools jexlTools) ProvisioningContext.authProfileDataBinder(EntityFactory entityFactory) ProvisioningContext.clientAppDataBinder(PolicyDAO policyDAO, RealmSearchDAO realmSearchDAO, EntityFactory entityFactory) ProvisioningContext.connectorManager(EntityFactory entityFactory, ConnIdBundleManager connIdBundleManager, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, ConnInstanceDataBinder connInstanceDataBinder, AsyncConnectorFacade asyncConnectorFacade) ProvisioningContext.connInstanceDataBinder(EntityFactory entityFactory, ConnIdBundleManager connIdBundleManager, ConnInstanceDAO connInstanceDAO, RealmSearchDAO realmSearchDAO) ProvisioningContext.delegationDataBinder(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory) ProvisioningContext.dynRealmDataBinder(AnyTypeDAO anyTypeDAO, DynRealmDAO dynRealmDAO, AnySearchCondVisitor searchCondVisitor, EntityFactory entityFactory) ProvisioningContext.fiqlQueryDataBinder(AnySearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory) ProvisioningContext.groupDataBinder(EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor, AnyUtilsFactory anyUtilsFactory, 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, JexlTools jexlTools) ProvisioningContext.implementationDataBinder(EntityFactory entityFactory) ProvisioningContext.notificationDataBinder(EntityFactory entityFactory, MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser) ProvisioningContext.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) ProvisioningContext.oidcJWKSDataBinder(EntityFactory entityFactory) ProvisioningContext.policyDataBinder(EntityFactory entityFactory, ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO) ProvisioningContext.propagationManager(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, ExternalResourceDAO resourceDAO, ConnObjectUtils connObjectUtils, MappingManager mappingManager, DerAttrHandler derAttrHandler, JexlTools jexlTools) ProvisioningContext.realmDataBinder(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, DerAttrHandler derAttrHandler, PlainAttrValidationManager validator, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, JexlTools jexlTools, TemplateUtils templateUtils) ProvisioningContext.relationshipTypeDataBinder(AnyTypeDAO anyTypeDAO, EntityFactory entityFactory) ProvisioningContext.resourceDataBinder(EntityFactory entityFactory, AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, PolicyDAO policyDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, PlainSchemaDAO plainSchemaDAO, IntAttrNameParser intAttrNameParser, PropagationTaskExecutor propagationTaskExecutor, JexlTools jexlTools) ProvisioningContext.roleDataBinder(EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor, RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO) ProvisioningContext.saml2IdPEntityDataBinder(EntityFactory entityFactory) ProvisioningContext.schemaDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, JexlTools jexlTools) ProvisioningContext.securityQuestionDataBinder(EntityFactory entityFactory) ProvisioningContext.taskDataBinder(EntityFactory entityFactory, TaskUtilsFactory taskUtilsFactory, RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, TaskExecDAO taskExecDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, SyncopeTaskScheduler scheduler, TemplateUtils templateUtils) ProvisioningContext.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) ProvisioningContext.waConfigDataBinder(WAConfigDAO waConfigDAO, EntityFactory entityFactory) Constructors in org.apache.syncope.core.provisioning.java with parameters of type EntityFactoryModifierConstructorDescriptionDefaultAuditManager(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, EntityFactory entityFactory, List<AuditEventProcessor> auditEventProcessors, AsyncTaskExecutor taskExecutor) DefaultConnectorManager(ConnIdBundleManager connIdBundleManager, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, ConnInstanceDataBinder connInstanceDataBinder, AsyncConnectorFacade asyncFacade, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryAccessTokenDataBinderImpl.entityFactoryprotected final EntityFactoryAnyDataBinder.entityFactoryprotected final EntityFactoryAnyDataBinder.entityFactoryprotected final EntityFactoryAnyDataBinder.entityFactoryprotected final EntityFactoryAnyTypeClassDataBinderImpl.entityFactoryprotected final EntityFactoryAnyTypeDataBinderImpl.entityFactoryprotected final EntityFactoryAttrRepoDataBinderImpl.entityFactoryprotected final EntityFactoryAuthModuleDataBinderImpl.entityFactoryprotected final EntityFactoryAuthProfileDataBinderImpl.entityFactoryprotected final EntityFactoryClientAppDataBinderImpl.entityFactoryprotected final EntityFactoryConnInstanceDataBinderImpl.entityFactoryprotected final EntityFactoryDelegationDataBinderImpl.entityFactoryprotected final EntityFactoryDynRealmDataBinderImpl.entityFactoryprotected final EntityFactoryFIQLQueryDataBinderImpl.entityFactoryprotected final EntityFactoryImplementationDataBinderImpl.entityFactoryprotected final EntityFactoryNotificationDataBinderImpl.entityFactoryprotected final EntityFactoryOIDCJWKSDataBinderImpl.entityFactoryprotected final EntityFactoryPolicyDataBinderImpl.entityFactoryprotected final EntityFactoryRealmDataBinderImpl.entityFactoryprotected final EntityFactoryRelationshipTypeDataBinderImpl.entityFactoryprotected final EntityFactoryResourceDataBinderImpl.entityFactoryprotected final EntityFactoryRoleDataBinderImpl.entityFactoryprotected final EntityFactorySAML2IdPEntityDataBinderImpl.entityFactoryprotected final EntityFactorySchemaDataBinderImpl.entityFactoryprotected final EntityFactorySecurityQuestionDataBinderImpl.entityFactoryprotected final EntityFactoryTaskDataBinderImpl.entityFactoryprotected final EntityFactoryWAConfigDataBinderImpl.entityFactoryConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type EntityFactoryModifierConstructorDescriptionAccessTokenDataBinderImpl(SecurityProperties securityProperties, AccessTokenJWSSigner jwsSigner, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, EntityFactory entityFactory, DefaultCredentialChecker credentialChecker) AnyObjectDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, JexlTools jexlTools) AnyTypeClassDataBinderImpl(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyTypeDAO anyTypeDAO, EntityFactory entityFactory) AnyTypeDataBinderImpl(SecurityProperties securityProperties, EncryptorManager encryptorManager, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, AccessTokenDAO accessTokenDAO, EntityFactory entityFactory) AttrRepoDataBinderImpl(EntityFactory entityFactory, JexlTools jexlTools) AuthModuleDataBinderImpl(EntityFactory entityFactory, JexlTools jexlTools) AuthProfileDataBinderImpl(EntityFactory entityFactory) ClientAppDataBinderImpl(PolicyDAO policyDAO, RealmSearchDAO realmSearchDAO, EntityFactory entityFactory) ConnInstanceDataBinderImpl(ConnIdBundleManager connIdBundleManager, ConnInstanceDAO connInstanceDAO, RealmSearchDAO realmSearchDAO, EntityFactory entityFactory) DelegationDataBinderImpl(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory) DynRealmDataBinderImpl(AnyTypeDAO anyTypeDAO, DynRealmDAO dynRealmDAO, EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor) FIQLQueryDataBinderImpl(AnySearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory) GroupDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, AnySearchCondVisitor searchCondVisitor, PlainAttrValidationManager validator, JexlTools jexlTools) ImplementationDataBinderImpl(EntityFactory entityFactory) NotificationDataBinderImpl(MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser) OIDCJWKSDataBinderImpl(EntityFactory entityFactory) PolicyDataBinderImpl(ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory) RealmDataBinderImpl(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, DerAttrHandler derAttrHandler, PlainAttrValidationManager validator, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, JexlTools jexlTools, TemplateUtils templateUtils) RelationshipTypeDataBinderImpl(AnyTypeDAO anyTypeDAO, EntityFactory entityFactory) ResourceDataBinderImpl(AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, PolicyDAO policyDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, PropagationTaskExecutor propagationTaskExecutor, JexlTools jexlTools) RoleDataBinderImpl(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor) SAML2IdPEntityDataBinderImpl(EntityFactory entityFactory) SchemaDataBinderImpl(AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, JexlTools jexlTools) SecurityQuestionDataBinderImpl(EntityFactory entityFactory) TaskDataBinderImpl(RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, TaskExecDAO taskExecDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, SyncopeTaskScheduler scheduler, TaskUtilsFactory taskUtilsFactory, TemplateUtils templateUtils) UserDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, SecurityProperties securityProperties, JexlTools jexlTools) WAConfigDataBinderImpl(WAConfigDAO waConfigDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java.job.report
Fields in org.apache.syncope.core.provisioning.java.job.report declared as EntityFactory -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryDefaultNotificationManager.entityFactoryConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type EntityFactoryModifierConstructorDescriptionDefaultNotificationManager(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 EntityFactory in org.apache.syncope.core.provisioning.java.propagation
Fields in org.apache.syncope.core.provisioning.java.propagation declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryDefaultPropagationManager.entityFactoryConstructors in org.apache.syncope.core.provisioning.java.propagation with parameters of type EntityFactoryModifierConstructorDescriptionDefaultPropagationManager(ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ConnObjectUtils connObjectUtils, MappingManager mappingManager, DerAttrHandler derAttrHandler, AnyUtilsFactory anyUtilsFactory, JexlTools jexlTools) -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as EntityFactoryModifier and TypeFieldDescriptionprotected EntityFactoryAbstractProvisioningJobDelegate.entityFactoryprotected EntityFactoryAbstractPullResultHandler.entityFactory -
Uses of EntityFactory in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type EntityFactoryModifier and TypeMethodDescriptionIdRepoRESTCXFContext.syncopeService(Bus bus, SyncopeLogic syncopeLogic, AsyncTaskExecutor batchExecutor, BatchDAO batchDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as EntityFactoryConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type EntityFactoryModifierConstructorDescriptionSyncopeServiceImpl(SyncopeLogic logic, AsyncTaskExecutor batchExecutor, Bus bus, BatchDAO batchDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type EntityFactoryModifier and TypeMethodDescriptionSelfKeymasterContext.domainLogic(DomainDAO domainDAO, EntityFactory selfKeymasterEntityFactory, DomainWatcher domainWatcher) SelfKeymasterContext.internalConfParamHelper(ConfParamDAO confParamDAO, EntityFactory entityFactory) SelfKeymasterContext.networkServiceLogic(NetworkServiceDAO serviceDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as EntityFactoryModifier and TypeFieldDescriptionprotected final EntityFactoryAbstractWorkflowAdapter.entityFactoryMethods in org.apache.syncope.core.workflow.java with parameters of type EntityFactoryModifier and TypeMethodDescriptionWorkflowContext.awfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) WorkflowContext.gwfAdapter(GroupDataBinder groupDataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) WorkflowContext.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 EntityFactoryModifierConstructorDescriptionAbstractAnyObjectWorkflowAdapter(AnyObjectDataBinder dataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) AbstractGroupWorkflowAdapter(GroupDataBinder dataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) AbstractUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleEnforcer, ApplicationEventPublisher publisher, EncryptorManager encryptorManager) protectedAbstractWorkflowAdapter(GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) DefaultAnyObjectWorkflowAdapter(AnyObjectDataBinder dataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) DefaultGroupWorkflowAdapter(GroupDataBinder dataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) DefaultUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher, EncryptorManager encryptorManager, NotificationManager notificationManager)