Class MasterDomain
java.lang.Object
org.apache.syncope.core.persistence.jpa.MasterDomain
@EnableConfigurationProperties(PersistenceProperties.class)
@Configuration(proxyBeanMethods=false)
public class MasterDomain
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmasterContentXML
(ResourceLoader resourceLoader, PersistenceProperties props) masterKeymasterConfParamsJSON
(ResourceLoader resourceLoader, PersistenceProperties props)
-
Constructor Details
-
MasterDomain
public MasterDomain()
-
-
Method Details
-
masterDataSource
@ConditionalOnMissingBean(name="MasterDataSource") @Bean(name="MasterDataSource") public JndiObjectFactoryBean masterDataSource(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 resourceLoader, PersistenceProperties props) throws IOException - Throws:
IOException
-
masterDatabaseSchema
-