Class GoogleAuthenticatorJpaConfiguration.GoogleAuthenticatorJpaEntityConfiguration

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

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

    • GoogleAuthenticatorJpaEntityConfiguration

      public GoogleAuthenticatorJpaEntityConfiguration()
  • Method Details

    • jpaPackagesToScanGoogleAuthenticator

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="jpaPackagesToScanGoogleAuthenticator") public org.apereo.cas.util.spring.beans.BeanContainer<String> jpaPackagesToScanGoogleAuthenticator()
    • jpaGoogleAuthenticatorVendorAdapter

      @RefreshScope(proxyMode=DEFAULT) @Bean public org.springframework.orm.jpa.JpaVendorAdapter jpaGoogleAuthenticatorVendorAdapter(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("jpaBeanFactory") org.apereo.cas.jpa.JpaBeanFactory jpaBeanFactory)
    • googleAuthenticatorEntityManagerFactory

      @RefreshScope(proxyMode=DEFAULT) @Bean public org.springframework.beans.factory.FactoryBean<jakarta.persistence.EntityManagerFactory> googleAuthenticatorEntityManagerFactory(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("jpaGoogleAuthenticatorVendorAdapter") org.springframework.orm.jpa.JpaVendorAdapter jpaGoogleAuthenticatorVendorAdapter, @Qualifier("dataSourceGoogleAuthenticator") DataSource dataSourceGoogleAuthenticator, @Qualifier("jpaPackagesToScanGoogleAuthenticator") org.apereo.cas.util.spring.beans.BeanContainer<String> jpaPackagesToScanGoogleAuthenticator, @Qualifier("jpaBeanFactory") org.apereo.cas.jpa.JpaBeanFactory jpaBeanFactory) throws Exception
      Throws:
      Exception