Class JpaWebAuthnConfiguration.JpaWebAuthnEntityConfiguration

  • Enclosing class:
    JpaWebAuthnConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.util.spring.BeanContainer<java.lang.String> jpaWebAuthnPackagesToScan()  
      org.springframework.orm.jpa.JpaVendorAdapter jpaWebAuthnVendorAdapter​(org.apereo.cas.jpa.JpaBeanFactory jpaBeanFactory, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean webAuthnEntityManagerFactory​(org.springframework.orm.jpa.JpaVendorAdapter jpaWebAuthnVendorAdapter, javax.sql.DataSource dataSourceWebAuthn, org.apereo.cas.util.spring.BeanContainer<java.lang.String> jpaWebAuthnPackagesToScan, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.jpa.JpaBeanFactory jpaBeanFactory)  
      • Methods inherited from class java.lang.Object

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

      • JpaWebAuthnEntityConfiguration

        public JpaWebAuthnEntityConfiguration()
    • Method Detail

      • jpaWebAuthnVendorAdapter

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

        @Bean
        public org.apereo.cas.util.spring.BeanContainer<java.lang.String> jpaWebAuthnPackagesToScan()
      • webAuthnEntityManagerFactory

        @Bean
        @ConditionalOnMissingBean(name="webAuthnEntityManagerFactory")
        public org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean webAuthnEntityManagerFactory​(@Qualifier("jpaWebAuthnVendorAdapter")
                                                                                                               org.springframework.orm.jpa.JpaVendorAdapter jpaWebAuthnVendorAdapter,
                                                                                                               @Qualifier("dataSourceWebAuthn")
                                                                                                               javax.sql.DataSource dataSourceWebAuthn,
                                                                                                               org.apereo.cas.util.spring.BeanContainer<java.lang.String> jpaWebAuthnPackagesToScan,
                                                                                                               org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                               @Qualifier("jpaBeanFactory")
                                                                                                               org.apereo.cas.jpa.JpaBeanFactory jpaBeanFactory)