Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.transaction.PlatformTransactionManager transactionManagerPasswordHistory​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.beans.factory.FactoryBean<javax.persistence.EntityManagerFactory> emf)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JdbcPasswordHistoryManagementTransactionConfiguration

        public JdbcPasswordHistoryManagementTransactionConfiguration()
    • 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