Package org.apereo.cas.config.pm
Class JdbcPasswordHistoryManagementConfiguration.JdbcPasswordHistoryManagementTransactionConfiguration
- java.lang.Object
-
- org.apereo.cas.config.pm.JdbcPasswordHistoryManagementConfiguration.JdbcPasswordHistoryManagementTransactionConfiguration
-
- Enclosing class:
- JdbcPasswordHistoryManagementConfiguration
@Configuration(value="JdbcPasswordHistoryManagementTransactionConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class JdbcPasswordHistoryManagementConfiguration.JdbcPasswordHistoryManagementTransactionConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JdbcPasswordHistoryManagementTransactionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.transaction.PlatformTransactionManagertransactionManagerPasswordHistory(org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.beans.factory.FactoryBean<javax.persistence.EntityManagerFactory> emf)
-
-
-
Method Detail
-
transactionManagerPasswordHistory
@Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.transaction.PlatformTransactionManager transactionManagerPasswordHistory(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("passwordHistoryEntityManagerFactory") org.springframework.beans.factory.FactoryBean<javax.persistence.EntityManagerFactory> emf) throws java.lang.Exception- Throws:
java.lang.Exception
-
-