Class MasterDomain
java.lang.Object
org.apache.syncope.core.persistence.neo4j.MasterDomain
@EnableConfigurationProperties(PersistenceProperties.class)
@Configuration(proxyBeanMethods=false)
public class MasterDomain
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmasterContentXML
(ResourceLoader resourceLoader, PersistenceProperties props) org.neo4j.driver.Driver
masterKeymasterConfParamsJSON
(ResourceLoader resouceLoader, PersistenceProperties props)
-
Constructor Details
-
Method Details
-
masterDriver
@ConditionalOnMissingBean(name="MasterDriver") @Bean(name="MasterDriver") public org.neo4j.driver.Driver masterDriver(PersistenceProperties props) -
masterContentXML
@Bean(name="MasterContentXML") public InputStream masterContentXML(ResourceLoader resourceLoader, PersistenceProperties props) throws IOException - Throws:
IOException
-
masterKeymasterConfParamsJSON
@Bean(name="MasterKeymasterConfParamsJSON") public InputStream masterKeymasterConfParamsJSON(ResourceLoader resouceLoader, PersistenceProperties props) throws IOException - Throws:
IOException
-