Class DomainProcessEngineFactoryBean

  • All Implemented Interfaces:
    org.apache.syncope.core.persistence.api.SyncopeCoreLoader, org.springframework.beans.factory.FactoryBean<DomainProcessEngine>, org.springframework.core.Ordered

    public class DomainProcessEngineFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<DomainProcessEngine>, org.apache.syncope.core.persistence.api.SyncopeCoreLoader
    Spring factory for DomainProcessEngine which takes the provided SpringProcessEngineConfiguration as template for each of the configured Syncope domains.
    • Constructor Detail

      • DomainProcessEngineFactoryBean

        public DomainProcessEngineFactoryBean​(org.springframework.context.ApplicationContext ctx)
    • Method Detail

      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • load

        public void load​(String domain,
                         DataSource datasource)
        Specified by:
        load in interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<DomainProcessEngine>
      • preDestroy

        @PreDestroy
        public void preDestroy()