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 DomainHolderRuntimeDomainLoader. domainHolderprotected DomainHolderStartupDomainLoader. domainHolderMethods in org.apache.syncope.core.persistence.jpa with parameters of type DomainHolder Modifier and Type Method Description RuntimeDomainLoaderPersistenceContext. runtimeDomainLoader(DomainHolder domainHolder, DomainRegistry domainRegistry, ConfigurableApplicationContext ctx)StartupDomainLoaderPersistenceContext. startupDomainLoader(PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainOps domainOps, DomainHolder domainHolder, DomainRegistry domainRegistry)XMLContentExporterPersistenceContext. 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 DomainHolderXMLContentExporter. domainHolderConstructors 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 classCommonEntityManagerFactoryConfContainer 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 JobManagerProvisioningContext. jobManager(ProvisioningProperties props, DomainHolder domainHolder, SecurityProperties securityProperties, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps)NotificationJobProvisioningContext. 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 DomainHolderDefaultJobManager. domainHolderConstructors 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 DomainHolderNotificationJob. domainHolderConstructors 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.OpenApiCustomizerIdRepoRESTCXFContext. 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 DomainsHealthIndicatorSyncopeCoreApplication. domainsHealthIndicator(DomainHolder domainHolder)SyncopeCoreStartSyncopeCoreApplication. keymasterStart(DomainHolder domainHolder)KeymasterStopSyncopeCoreApplication. keymasterStop(DomainHolder domainHolder)ServerSelfKeymasterContext. 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 DomainHolderDomainsHealthIndicator. domainHolderConstructors in org.apache.syncope.core.starter.actuate with parameters of type DomainHolder Constructor Description DomainsHealthIndicator(DomainHolder domainHolder)
-