Uses of Interface
org.apache.syncope.core.persistence.api.entity.EntityFactory
-
-
Uses of EntityFactory in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type EntityFactory Modifier and Type Method Description CreateFlowableWorkflowContext. create(UserDataBinder userDataBinder, EntityFactory entityFactory)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 EntityFactory in org.apache.syncope.core.flowable.impl
Fields in org.apache.syncope.core.flowable.impl declared as EntityFactory Modifier and Type Field Description protected EntityFactoryFlowableUserRequestHandler. entityFactoryConstructors in org.apache.syncope.core.flowable.impl with parameters of type EntityFactory 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 EntityFactory in org.apache.syncope.core.flowable.task
Fields in org.apache.syncope.core.flowable.task declared as EntityFactory Modifier and Type Field Description protected EntityFactoryCreate. entityFactoryConstructors in org.apache.syncope.core.flowable.task with parameters of type EntityFactory Constructor Description Create(UserDataBinder dataBinder, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as EntityFactory Modifier and Type Field Description protected EntityFactoryAuditLogic. entityFactoryprotected EntityFactoryGroupLogic. entityFactoryprotected EntityFactoryMailTemplateLogic. entityFactoryprotected EntityFactoryOIDCJWKSLogic. entityFactoryprotected EntityFactoryReportLogic. entityFactoryprotected EntityFactorySRARouteLogic. entityFactory -
Uses of EntityFactory in org.apache.syncope.core.logic.wa
Fields in org.apache.syncope.core.logic.wa declared as EntityFactory Modifier and Type Field Description protected EntityFactoryGoogleMfaAuthAccountLogic. entityFactoryprotected EntityFactoryGoogleMfaAuthTokenLogic. entityFactoryprotected EntityFactoryImpersonationLogic. entityFactoryprotected EntityFactoryMfaTrusStorageLogic. entityFactoryprotected EntityFactoryU2FRegistrationLogic. entityFactoryprotected EntityFactoryWebAuthnRegistrationLogic. entityFactoryConstructors in org.apache.syncope.core.logic.wa with parameters of type EntityFactory Constructor Description GoogleMfaAuthAccountLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)GoogleMfaAuthTokenLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)ImpersonationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)MfaTrusStorageLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)U2FRegistrationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)WebAuthnRegistrationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder) -
Uses of EntityFactory in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return EntityFactory Modifier and Type Method Description EntityFactoryMaJPAJSONPersistenceContext. entityFactory()EntityFactoryMyJPAJSONPersistenceContext. entityFactory()EntityFactoryOJPAJSONPersistenceContext. entityFactory()EntityFactoryPersistenceContext. entityFactory()EntityFactoryPGJPAJSONPersistenceContext. entityFactory()Methods in org.apache.syncope.core.persistence.jpa with parameters of type EntityFactory Modifier and Type Method Description AnySearchDAOElasticsearchPersistenceContext. anySearchDAO(ElasticsearchProperties props, RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client)AnySearchDAOMaJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnySearchDAOMyJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnySearchDAOOJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnySearchDAOOpenSearchPersistenceContext. anySearchDAO(OpenSearchProperties props, RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client)AnySearchDAOPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnySearchDAOPGJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)AnyUtilsFactoryPersistenceContext. anyUtilsFactory(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.persistence.jpa.dao
Fields in org.apache.syncope.core.persistence.jpa.dao declared as EntityFactory Modifier and Type Field Description protected EntityFactoryAbstractAnySearchDAO. entityFactoryConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type EntityFactory Constructor Description AbstractAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)ElasticsearchAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, int indexMaxResultWindow)JPAAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)MaJPAJSONAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)MyJPAJSONAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)OJPAJSONAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)OpenSearchAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, int indexMaxResultWindow)PGJPAJSONAnySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator) -
Uses of EntityFactory in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement EntityFactory Modifier and Type Class Description classJPAEntityFactoryclassJPAJSONEntityFactoryclassMaJPAJSONEntityFactoryclassMyJPAJSONEntityFactoryclassOJPAJSONEntityFactoryclassPGJPAJSONEntityFactoryFields in org.apache.syncope.core.persistence.jpa.entity declared as EntityFactory Modifier and Type Field Description protected EntityFactoryJPAAnyUtils. entityFactoryprotected EntityFactoryJPAAnyUtilsFactory. entityFactoryConstructors in org.apache.syncope.core.persistence.jpa.entity with parameters of type EntityFactory Constructor Description JPAAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, EntityFactory entityFactory, AnyTypeKind anyTypeKind, boolean linkedAccount)JPAAnyUtilsFactory(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as EntityFactory Modifier and Type Field Description protected EntityFactoryDefaultConnectorManager. entityFactoryConstructors in org.apache.syncope.core.provisioning.java with parameters of type EntityFactory Constructor Description DefaultConnectorManager(ConnIdBundleManager connIdBundleManager, RealmDAO realmDAO, 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 EntityFactory Modifier and Type Field Description protected EntityFactoryAbstractAnyDataBinder. entityFactoryprotected EntityFactoryAbstractAnyDataBinder. entityFactoryprotected EntityFactoryAbstractAnyDataBinder. entityFactoryprotected EntityFactoryAccessTokenDataBinderImpl. entityFactoryprotected EntityFactoryAnyTypeClassDataBinderImpl. entityFactoryprotected EntityFactoryAnyTypeDataBinderImpl. entityFactoryprotected EntityFactoryApplicationDataBinderImpl. entityFactoryprotected EntityFactoryAttrRepoDataBinderImpl. entityFactoryprotected EntityFactoryAuthModuleDataBinderImpl. entityFactoryprotected EntityFactoryAuthProfileDataBinderImpl. entityFactoryprotected EntityFactoryClientAppDataBinderImpl. entityFactoryprotected EntityFactoryConnInstanceDataBinderImpl. entityFactoryprotected EntityFactoryDelegationDataBinderImpl. entityFactoryprotected EntityFactoryDynRealmDataBinderImpl. entityFactoryprotected EntityFactoryFIQLQueryDataBinderImpl. entityFactoryprotected EntityFactoryImplementationDataBinderImpl. entityFactoryprotected EntityFactoryNotificationDataBinderImpl. entityFactoryprotected EntityFactoryOIDCJWKSDataBinderImpl. entityFactoryprotected EntityFactoryPolicyDataBinderImpl. entityFactoryprotected EntityFactoryRealmDataBinderImpl. entityFactoryprotected EntityFactoryRelationshipTypeDataBinderImpl. entityFactoryprotected EntityFactoryResourceDataBinderImpl. entityFactoryprotected EntityFactoryRoleDataBinderImpl. entityFactoryprotected EntityFactorySAML2IdPEntityDataBinderImpl. entityFactoryprotected EntityFactorySAML2SPEntityDataBinderImpl. entityFactoryprotected EntityFactorySchemaDataBinderImpl. entityFactoryprotected EntityFactorySecurityQuestionDataBinderImpl. entityFactoryprotected EntityFactoryTaskDataBinderImpl. entityFactoryprotected EntityFactoryWAConfigDataBinderImpl. entityFactory -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as EntityFactory Modifier and Type Field Description protected EntityFactoryJobStatusUpdater. entityFactoryConstructors in org.apache.syncope.core.provisioning.java.job with parameters of type EntityFactory Constructor Description JobStatusUpdater(JobStatusDAO jobStatusDAO, 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 Modifier and Type Field Description protected EntityFactoryAbstractReportJobDelegate. entityFactory -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as EntityFactory Modifier and Type Field Description protected EntityFactoryDefaultNotificationManager. entityFactoryConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type EntityFactory 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 EntityFactory in org.apache.syncope.core.provisioning.java.propagation
Fields in org.apache.syncope.core.provisioning.java.propagation declared as EntityFactory Modifier and Type Field Description protected EntityFactoryDefaultPropagationManager. entityFactoryConstructors in org.apache.syncope.core.provisioning.java.propagation with parameters of type EntityFactory Constructor Description DefaultPropagationManager(VirSchemaDAO virSchemaDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ConnObjectUtils connObjectUtils, MappingManager mappingManager, DerAttrHandler derAttrHandler, AnyUtilsFactory anyUtilsFactory) -
Uses of EntityFactory in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as EntityFactory Modifier and Type Field Description protected 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 EntityFactory Modifier and Type Method Description SyncopeServiceIdRepoRESTCXFContext. syncopeService(Bus bus, SyncopeLogic syncopeLogic, ThreadPoolTaskExecutor 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 EntityFactory Modifier and Type Field Description protected EntityFactorySyncopeServiceImpl. entityFactoryConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type EntityFactory Constructor Description SyncopeServiceImpl(SyncopeLogic logic, ThreadPoolTaskExecutor batchExecutor, Bus bus, BatchDAO batchDAO, EntityFactory entityFactory) -
Uses of EntityFactory in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as EntityFactory Modifier and Type Field Description protected EntityFactoryAbstractWorkflowAdapter. entityFactoryMethods in org.apache.syncope.core.workflow.java with parameters of type EntityFactory Modifier and Type Method Description AnyObjectWorkflowAdapterWorkflowContext. awfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)GroupWorkflowAdapterWorkflowContext. gwfAdapter(GroupDataBinder groupDataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)UserWorkflowAdapterWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager) -
Uses of EntityFactory in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type EntityFactory Modifier and Type Method Description ElasticsearchInitCoreReferenceContext. elasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)OpenSearchInitCoreReferenceContext. openSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)Constructors in org.apache.syncope.fit.core.reference with parameters of type EntityFactory Constructor Description ElasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)OpenSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
-