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 Create
FlowableWorkflowContext. create(UserDataBinder userDataBinder, EntityFactory entityFactory)
FlowableUserRequestHandler
FlowableWorkflowContext. userRequestHandler(SecurityProperties securityProperties, UserDataBinder userDataBinder, DomainProcessEngine engine, UserDAO userDAO, EntityFactory entityFactory)
UserWorkflowAdapter
FlowableWorkflowContext. 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 EntityFactory
FlowableUserRequestHandler. entityFactory
Constructors 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 EntityFactory
Create. entityFactory
Constructors 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 EntityFactory
AuditLogic. entityFactory
protected EntityFactory
GroupLogic. entityFactory
protected EntityFactory
MailTemplateLogic. entityFactory
protected EntityFactory
ReportLogic. entityFactory
protected EntityFactory
SRARouteLogic. entityFactory
Constructors in org.apache.syncope.core.logic with parameters of type EntityFactory Constructor Description AuditLogic(AuditConfDAO auditConfDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager, List<AuditAppender> auditAppenders, LoggingSystem loggingSystem)
GroupLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO searchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder binder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SchedulerFactoryBean scheduler, EntityFactory entityFactory)
MailTemplateLogic(MailTemplateDAO mailTemplateDAO, NotificationDAO notificationDAO, EntityFactory entityFactory)
ReportLogic(JobManager jobManager, SchedulerFactoryBean 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
Fields in org.apache.syncope.core.logic.wa declared as EntityFactory Modifier and Type Field Description protected EntityFactory
GoogleMfaAuthAccountLogic. entityFactory
protected EntityFactory
GoogleMfaAuthTokenLogic. entityFactory
protected EntityFactory
ImpersonationLogic. entityFactory
protected EntityFactory
MfaTrusStorageLogic. entityFactory
protected EntityFactory
U2FRegistrationLogic. entityFactory
protected EntityFactory
WebAuthnRegistrationLogic. entityFactory
Constructors 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 EntityFactory
MaJPAJSONPersistenceContext. entityFactory()
EntityFactory
MyJPAJSONPersistenceContext. entityFactory()
EntityFactory
OJPAJSONPersistenceContext. entityFactory()
EntityFactory
PersistenceContext. entityFactory()
EntityFactory
PGJPAJSONPersistenceContext. entityFactory()
Methods in org.apache.syncope.core.persistence.jpa with parameters of type EntityFactory Modifier and Type Method Description AnySearchDAO
ElasticsearchPersistenceContext. 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)
AnySearchDAO
MaJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)
AnySearchDAO
MyJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)
AnySearchDAO
OJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)
AnySearchDAO
OpenSearchPersistenceContext. 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)
AnySearchDAO
PersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)
AnySearchDAO
PGJPAJSONPersistenceContext. anySearchDAO(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator)
AnyUtilsFactory
PersistenceContext. 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 EntityFactory
AbstractAnySearchDAO. entityFactory
Constructors 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 class
JPAEntityFactory
class
JPAJSONEntityFactory
class
MaJPAJSONEntityFactory
class
MyJPAJSONEntityFactory
class
OJPAJSONEntityFactory
class
PGJPAJSONEntityFactory
Fields in org.apache.syncope.core.persistence.jpa.entity declared as EntityFactory Modifier and Type Field Description protected EntityFactory
JPAAnyUtils. entityFactory
protected EntityFactory
JPAAnyUtilsFactory. entityFactory
Constructors 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 EntityFactory
DefaultConnectorManager. entityFactory
Constructors 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 EntityFactory
AbstractAnyDataBinder. entityFactory
protected EntityFactory
AbstractAnyDataBinder. entityFactory
protected EntityFactory
AbstractAnyDataBinder. entityFactory
protected EntityFactory
AccessTokenDataBinderImpl. entityFactory
protected EntityFactory
AnyTypeClassDataBinderImpl. entityFactory
protected EntityFactory
AnyTypeDataBinderImpl. entityFactory
protected EntityFactory
ApplicationDataBinderImpl. entityFactory
protected EntityFactory
AttrRepoDataBinderImpl. entityFactory
protected EntityFactory
AuthModuleDataBinderImpl. entityFactory
protected EntityFactory
AuthProfileDataBinderImpl. entityFactory
protected EntityFactory
ClientAppDataBinderImpl. entityFactory
protected EntityFactory
ConnInstanceDataBinderImpl. entityFactory
protected EntityFactory
DelegationDataBinderImpl. entityFactory
protected EntityFactory
DynRealmDataBinderImpl. entityFactory
protected EntityFactory
FIQLQueryDataBinderImpl. entityFactory
protected EntityFactory
ImplementationDataBinderImpl. entityFactory
protected EntityFactory
NotificationDataBinderImpl. entityFactory
protected EntityFactory
OIDCJWKSDataBinderImpl. entityFactory
protected EntityFactory
PolicyDataBinderImpl. entityFactory
protected EntityFactory
RealmDataBinderImpl. entityFactory
protected EntityFactory
RelationshipTypeDataBinderImpl. entityFactory
protected EntityFactory
ResourceDataBinderImpl. entityFactory
protected EntityFactory
RoleDataBinderImpl. entityFactory
protected EntityFactory
SAML2IdPEntityDataBinderImpl. entityFactory
protected EntityFactory
SAML2SPEntityDataBinderImpl. entityFactory
protected EntityFactory
SchemaDataBinderImpl. entityFactory
protected EntityFactory
SecurityQuestionDataBinderImpl. entityFactory
protected EntityFactory
TaskDataBinderImpl. entityFactory
protected EntityFactory
WAConfigDataBinderImpl. 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 EntityFactory
JobStatusUpdater. entityFactory
Constructors 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 EntityFactory
AbstractReportJobDelegate. 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 EntityFactory
DefaultNotificationManager. entityFactory
Constructors 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 EntityFactory
DefaultPropagationManager. entityFactory
Constructors 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 EntityFactory
AbstractProvisioningJobDelegate. entityFactory
protected EntityFactory
AbstractPullResultHandler. 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 SyncopeService
IdRepoRESTCXFContext. 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 EntityFactory
SyncopeServiceImpl. entityFactory
Constructors 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 EntityFactory
AbstractWorkflowAdapter. entityFactory
Methods in org.apache.syncope.core.workflow.java with parameters of type EntityFactory Modifier and Type Method Description AnyObjectWorkflowAdapter
WorkflowContext. awfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
GroupWorkflowAdapter
WorkflowContext. gwfAdapter(GroupDataBinder groupDataBinder, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
UserWorkflowAdapter
WorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher)
-
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 ElasticsearchInit
CoreReferenceContext. elasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
OpenSearchInit
CoreReferenceContext. 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)
-