Uses of Interface
org.apache.syncope.core.persistence.api.DomainHolder
Packages that use DomainHolder
Package
Description
-
Uses of DomainHolder in org.apache.syncope.core.flowable.support
Methods in org.apache.syncope.core.flowable.support that return DomainHolderModifier and TypeMethodDescriptionprotected DomainHolder
<DataSource> DomainProcessEngineFactoryBean.getDomainHolder()
-
Uses of DomainHolder in org.apache.syncope.core.persistence.common
Fields in org.apache.syncope.core.persistence.common declared as DomainHolderModifier and TypeFieldDescriptionprotected final DomainHolder
<?> RuntimeDomainLoader.domainHolder
Constructors in org.apache.syncope.core.persistence.common with parameters of type DomainHolderModifierConstructorDescriptionRuntimeDomainLoader
(DomainHolder<?> domainHolder, DomainRegistry<D> domainRegistry, DomainOps domainOps, ConfigurableApplicationContext ctx) -
Uses of DomainHolder in org.apache.syncope.core.persistence.jpa
Fields in org.apache.syncope.core.persistence.jpa declared as DomainHolderModifier and TypeFieldDescriptionprotected final DomainHolder
<?> StartupDomainLoader.domainHolder
Methods in org.apache.syncope.core.persistence.jpa that return DomainHolderModifier and TypeMethodDescriptionprotected DomainHolder
<DataSource> JPADomainRegistry.domainHolder()
Methods in org.apache.syncope.core.persistence.jpa with parameters of type DomainHolderModifier and TypeMethodDescriptionPersistenceContext.runtimeDomainLoader
(DomainHolder<?> domainHolder, DomainRegistry<JPADomain> domainRegistry, DomainRoutingEntityManagerFactory entityManagerFactory, DomainOps domainOps, ConfigurableApplicationContext ctx) PersistenceContext.startupDomainLoader
(PersistenceProperties props, ResourceLoader resourceLoader, DomainOps domainOps, DomainHolder<?> domainHolder, DomainRegistry<JPADomain> domainRegistry) PersistenceContext.xmlContentExporter
(DomainHolder<DataSource> domainHolder, RealmSearchDAO realmSearchDAO, EntityManagerFactory entityManagerFactory) PersistenceContext.xmlContentLoader
(DomainHolder<DataSource> domainHolder, PersistenceProperties props, ResourceLoader resourceLoader, Environment env) Constructors in org.apache.syncope.core.persistence.jpa with parameters of type DomainHolderModifierConstructorDescriptionJPARuntimeDomainLoader
(DomainHolder<?> domainHolder, DomainRegistry<JPADomain> domainRegistry, DomainRoutingEntityManagerFactory entityManagerFactory, DomainOps domainOps, ConfigurableApplicationContext ctx) StartupDomainLoader
(DomainOps domainOps, DomainHolder<?> domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry<JPADomain> domainRegistry) -
Uses of DomainHolder in org.apache.syncope.core.persistence.jpa.content
Fields in org.apache.syncope.core.persistence.jpa.content declared as DomainHolderModifier and TypeFieldDescriptionprotected final DomainHolder
<DataSource> XMLContentExporter.domainHolder
protected final DomainHolder
<DataSource> XMLContentLoader.domainHolder
Constructors in org.apache.syncope.core.persistence.jpa.content with parameters of type DomainHolderModifierConstructorDescriptionXMLContentExporter
(DomainHolder<DataSource> domainHolder, RealmSearchDAO realmSearchDAO, EntityManagerFactory entityManagerFactory) XMLContentLoader
(DomainHolder<DataSource> domainHolder, Resource viewsXML, Resource indexesXML, Environment env) -
Uses of DomainHolder in org.apache.syncope.core.persistence.jpa.spring
Classes in org.apache.syncope.core.persistence.jpa.spring that implement DomainHolderModifier and TypeClassDescriptionclass
Container for common configuration options among all EntityManagerFactory entities (one for each domain). -
Uses of DomainHolder in org.apache.syncope.core.persistence.neo4j
Classes in org.apache.syncope.core.persistence.neo4j that implement DomainHolderFields in org.apache.syncope.core.persistence.neo4j declared as DomainHolderModifier and TypeFieldDescriptionprotected final DomainHolder
<?> StartupDomainLoader.domainHolder
Methods in org.apache.syncope.core.persistence.neo4j that return DomainHolderModifier and TypeMethodDescriptionprotected DomainHolder
<org.neo4j.driver.Driver> Neo4jDomainRegistry.domainHolder()
DomainHolder
<org.neo4j.driver.Driver> PersistenceContext.domainHolder
(org.neo4j.driver.Driver driver) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type DomainHolderModifier and TypeMethodDescriptionPersistenceContext.driver
(DomainHolder<org.neo4j.driver.Driver> domainHolder) PersistenceContext.runtimeDomainLoader
(DomainHolder<?> domainHolder, DomainRegistry<Neo4jDomain> domainRegistry, DomainOps domainOps, ConfigurableApplicationContext ctx) PersistenceContext.startupDomainLoader
(PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainOps domainOps, DomainHolder<?> domainHolder, DomainRegistry<Neo4jDomain> domainRegistry) PersistenceContext.xmlContentExporter
(DomainHolder<org.neo4j.driver.Driver> domainHolder, org.springframework.data.neo4j.core.mapping.Neo4jMappingContext mappingContext) PersistenceContext.xmlContentLoader
(DomainHolder<org.neo4j.driver.Driver> domainHolder, org.springframework.data.neo4j.core.mapping.Neo4jMappingContext mappingContext, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, Environment env) Constructors in org.apache.syncope.core.persistence.neo4j with parameters of type DomainHolderModifierConstructorDescriptionStartupDomainLoader
(DomainOps domainOps, DomainHolder<?> domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry<Neo4jDomain> domainRegistry) -
Uses of DomainHolder in org.apache.syncope.core.persistence.neo4j.content
Fields in org.apache.syncope.core.persistence.neo4j.content declared as DomainHolderModifier and TypeFieldDescriptionprotected final DomainHolder
<org.neo4j.driver.Driver> XMLContentExporter.domainHolder
protected final DomainHolder
<org.neo4j.driver.Driver> XMLContentLoader.domainHolder
Constructors in org.apache.syncope.core.persistence.neo4j.content with parameters of type DomainHolderModifierConstructorDescriptionXMLContentExporter
(DomainHolder<org.neo4j.driver.Driver> domainHolder, org.springframework.data.neo4j.core.mapping.Neo4jMappingContext mappingContext) XMLContentLoader
(DomainHolder<org.neo4j.driver.Driver> domainHolder, org.springframework.data.neo4j.core.mapping.Neo4jMappingContext mappingContext, Resource indexesXML, Environment env) -
Uses of DomainHolder in org.apache.syncope.core.persistence.neo4j.spring
Fields in org.apache.syncope.core.persistence.neo4j.spring declared as DomainHolderModifier and TypeFieldDescriptionprotected final DomainHolder
<org.neo4j.driver.Driver> DomainRoutingDriver.domainHolder
Constructors in org.apache.syncope.core.persistence.neo4j.spring with parameters of type DomainHolderModifierConstructorDescriptionDomainRoutingDriver
(DomainHolder<org.neo4j.driver.Driver> domainHolder) -
Uses of DomainHolder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type DomainHolderModifier and TypeMethodDescriptionProvisioningContext.jobManager
(DomainHolder<?> domainHolder, SecurityProperties securityProperties, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps) ProvisioningContext.notificationJob
(NotificationJobDelegate delegate, DomainHolder<?> domainHolder, SecurityProperties securityProperties) -
Uses of DomainHolder in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as DomainHolderConstructors in org.apache.syncope.core.provisioning.java.job with parameters of type DomainHolderModifierConstructorDescriptionDefaultJobManager
(DomainHolder<?> domainHolder, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps, SecurityProperties securityProperties) -
Uses of DomainHolder in org.apache.syncope.core.provisioning.java.job.notification
Fields in org.apache.syncope.core.provisioning.java.job.notification declared as DomainHolderConstructors in org.apache.syncope.core.provisioning.java.job.notification with parameters of type DomainHolderModifierConstructorDescriptionNotificationJob
(SecurityProperties securityProperties, DomainHolder<?> domainHolder, NotificationJobDelegate delegate) -
Uses of DomainHolder in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type DomainHolderModifier and TypeMethodDescriptionorg.apache.cxf.jaxrs.openapi.OpenApiCustomizer
IdRepoRESTCXFContext.openApiCustomizer
(DomainHolder<?> domainHolder, Environment env) Constructors in org.apache.syncope.core.rest.cxf with parameters of type DomainHolder -
Uses of DomainHolder in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type DomainHolderModifier and TypeMethodDescriptionSyncopeCoreApplication.domainsHealthIndicator
(DomainHolder<?> domainHolder) SyncopeCoreApplication.keymasterStart
(DomainHolder<?> domainHolder) SyncopeCoreApplication.keymasterStop
(DomainHolder<?> domainHolder) SelfKeymasterContext.selfKeymasterContainer
(DomainHolder<?> domainHolder, ConfParamService confParamService, NetworkServiceService networkServiceService, DomainService domainService, com.fasterxml.jackson.jakarta.rs.json.JacksonJsonProvider jsonProvider, GZIPInInterceptor gzipInInterceptor, GZIPOutInterceptor gzipOutInterceptor, org.apache.cxf.jaxrs.validation.JAXRSBeanValidationInInterceptor validationInInterceptor, RestServiceExceptionMapper restServiceExceptionMapper, Bus bus, Environment env) Constructors in org.apache.syncope.core.starter with parameters of type DomainHolderModifierConstructorDescriptionSyncopeCoreStart
(DomainHolder<?> domainHolder) SyncopeCoreStop
(DomainHolder<?> domainHolder) -
Uses of DomainHolder in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as DomainHolderModifier and TypeFieldDescriptionprotected final DomainHolder
<?> DomainsHealthIndicator.domainHolder
Constructors in org.apache.syncope.core.starter.actuate with parameters of type DomainHolder -
Uses of DomainHolder in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type DomainHolderModifier and TypeMethodDescriptionCoreReferenceContext.implementationLookup
(DomainHolder<?> domainHolder, UserWorkflowAdapter uwf, ObjectProvider<EnableFlowableForTestUsers> enableFlowableForTestUsers) Constructors in org.apache.syncope.fit.core.reference with parameters of type DomainHolderModifierConstructorDescriptionITImplementationLookup
(DomainHolder<?> domainHolder, UserWorkflowAdapter uwf, ObjectProvider<EnableFlowableForTestUsers> enableFlowableForTestUsers)