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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.transaction.PlatformTransactionManager transactionManagerWebAuthn​(javax.persistence.EntityManagerFactory emf)  
      org.springframework.transaction.support.TransactionOperations webAuthnTransactionTemplate​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.transaction.PlatformTransactionManager transactionManagerWebAuthn)  
      • Methods inherited from class java.lang.Object

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

      • JpaWebAuthnTransactionConfiguration

        public JpaWebAuthnTransactionConfiguration()
    • Method Detail

      • webAuthnTransactionTemplate

        @ConditionalOnMissingBean(name="webAuthnTransactionTemplate")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.transaction.support.TransactionOperations webAuthnTransactionTemplate​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                         @Qualifier("transactionManagerWebAuthn")
                                                                                                         org.springframework.transaction.PlatformTransactionManager transactionManagerWebAuthn)
      • transactionManagerWebAuthn

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