Class GoogleAuthenticatorJpaConfiguration.GoogleAuthenticatorJpaTransactionConfiguration

java.lang.Object
org.apereo.cas.config.GoogleAuthenticatorJpaConfiguration.GoogleAuthenticatorJpaTransactionConfiguration
Enclosing class:
GoogleAuthenticatorJpaConfiguration

@Configuration(value="GoogleAuthenticatorJpaTransactionConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class GoogleAuthenticatorJpaConfiguration.GoogleAuthenticatorJpaTransactionConfiguration extends Object
  • Constructor Details

    • GoogleAuthenticatorJpaTransactionConfiguration

      public GoogleAuthenticatorJpaTransactionConfiguration()
  • Method Details

    • transactionManagerGoogleAuthenticator

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="transactionManagerGoogleAuthenticator") public org.springframework.transaction.PlatformTransactionManager transactionManagerGoogleAuthenticator(@Qualifier("googleAuthenticatorEntityManagerFactory") jakarta.persistence.EntityManagerFactory emf)