Uses of Interface
org.apache.syncope.core.persistence.api.DomainHolder
-
-
Uses of DomainHolder in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type DomainHolder Modifier and Type Method Description List<AuditAppender>
IdRepoLogicContext. defaultAuditAppenders(DomainHolder domainHolder)
-
Uses of DomainHolder in org.apache.syncope.core.logic.audit
Methods in org.apache.syncope.core.logic.audit with parameters of type DomainHolder Modifier and Type Method Description List<AuditAppender>
ElasticsearchLogicContext. defaultAuditAppenders(DomainHolder domainHolder, ElasticsearchIndexManager elasticsearchIndexManager)
List<AuditAppender>
OpenSearchLogicContext. defaultAuditAppenders(DomainHolder domainHolder, OpenSearchIndexManager openSearchIndexManager)
-
Uses of DomainHolder in org.apache.syncope.core.persistence.jpa
Fields in org.apache.syncope.core.persistence.jpa declared as DomainHolder Modifier and Type Field Description protected DomainHolder
RuntimeDomainLoader. domainHolder
protected DomainHolder
StartupDomainLoader. domainHolder
Methods in org.apache.syncope.core.persistence.jpa with parameters of type DomainHolder Modifier and Type Method Description RuntimeDomainLoader
PersistenceContext. runtimeDomainLoader(DomainHolder domainHolder, DomainRegistry domainRegistry, ConfigurableApplicationContext ctx)
StartupDomainLoader
PersistenceContext. startupDomainLoader(PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainOps domainOps, DomainHolder domainHolder, DomainRegistry domainRegistry)
XMLContentExporter
PersistenceContext. xmlContentExporter(DomainHolder domainHolder, RealmDAO realmDAO)
Constructors in org.apache.syncope.core.persistence.jpa with parameters of type DomainHolder Constructor Description RuntimeDomainLoader(DomainHolder domainHolder, DomainRegistry domainRegistry, ConfigurableApplicationContext ctx)
StartupDomainLoader(DomainOps domainOps, DomainHolder domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry domainRegistry)
-
Uses of DomainHolder in org.apache.syncope.core.persistence.jpa.content
Fields in org.apache.syncope.core.persistence.jpa.content declared as DomainHolder Modifier and Type Field Description protected DomainHolder
XMLContentExporter. domainHolder
Constructors in org.apache.syncope.core.persistence.jpa.content with parameters of type DomainHolder Constructor Description XMLContentExporter(DomainHolder domainHolder, RealmDAO realmDAO)
-
Uses of DomainHolder in org.apache.syncope.core.persistence.jpa.spring
Classes in org.apache.syncope.core.persistence.jpa.spring that implement DomainHolder Modifier and Type Class Description class
CommonEntityManagerFactoryConf
Container for common configuration options among all EntityManagerFactory entities (one for each domain). -
Uses of DomainHolder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type DomainHolder Modifier and Type Method Description JobManager
ProvisioningContext. jobManager(ProvisioningProperties props, DomainHolder domainHolder, SecurityProperties securityProperties, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps)
NotificationJob
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 DomainHolder Modifier and Type Field Description protected DomainHolder
DefaultJobManager. domainHolder
Constructors in org.apache.syncope.core.provisioning.java.job with parameters of type DomainHolder Constructor Description DefaultJobManager(DomainHolder domainHolder, SchedulerFactoryBean scheduler, 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 DomainHolder Modifier and Type Field Description protected DomainHolder
NotificationJob. domainHolder
Constructors in org.apache.syncope.core.provisioning.java.job.notification with parameters of type DomainHolder Constructor Description NotificationJob(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 DomainHolder Modifier and Type Method Description org.apache.cxf.jaxrs.openapi.OpenApiCustomizer
IdRepoRESTCXFContext. openApiCustomizer(DomainHolder domainHolder, Environment env)
Constructors in org.apache.syncope.core.rest.cxf with parameters of type DomainHolder Constructor Description SyncopeOpenApiCustomizer(DomainHolder domainHolder)
-
Uses of DomainHolder in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type DomainHolder Modifier and Type Method Description DomainsHealthIndicator
SyncopeCoreApplication. domainsHealthIndicator(DomainHolder domainHolder)
SyncopeCoreStart
SyncopeCoreApplication. keymasterStart(DomainHolder domainHolder)
KeymasterStop
SyncopeCoreApplication. keymasterStop(DomainHolder domainHolder)
Server
SelfKeymasterContext. selfKeymasterContainer(DomainHolder domainHolder, ConfParamService confParamService, NetworkServiceService networkServiceService, DomainService domainService, com.fasterxml.jackson.jaxrs.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 DomainHolder Constructor Description SyncopeCoreStart(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 DomainHolder Modifier and Type Field Description protected DomainHolder
DomainsHealthIndicator. domainHolder
Constructors in org.apache.syncope.core.starter.actuate with parameters of type DomainHolder Constructor Description DomainsHealthIndicator(DomainHolder domainHolder)
-