@Component public class DomainProcessEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<DomainProcessEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
DomainProcessEngine which takes the provided SpringProcessEngineConfiguration as
template for each of the configured Syncope domains.| Constructor and Description |
|---|
DomainProcessEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
DomainProcessEngine |
getObject() |
Class<DomainProcessEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic DomainProcessEngine getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<DomainProcessEngine>Exceptionpublic Class<DomainProcessEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<DomainProcessEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<DomainProcessEngine>Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.