Class JpaWebAuthnConfiguration.JpaWebAuthnTransactionConfiguration

  • Enclosing class:
    JpaWebAuthnConfiguration

    @Configuration(value="JpaWebAuthnTransactionConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class JpaWebAuthnConfiguration.JpaWebAuthnTransactionConfiguration
    extends java.lang.Object
    • Constructor Detail

      • JpaWebAuthnTransactionConfiguration

        public JpaWebAuthnTransactionConfiguration()
    • Method Detail

      • transactionManagerWebAuthn

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.transaction.PlatformTransactionManager transactionManagerWebAuthn​(@Qualifier("webAuthnEntityManagerFactory")
                                                                                                     javax.persistence.EntityManagerFactory emf)