Class JpaWebAuthnConfiguration.JpaWebAuthnEntityConfiguration

java.lang.Object
org.apereo.cas.config.JpaWebAuthnConfiguration.JpaWebAuthnEntityConfiguration
Enclosing class:
JpaWebAuthnConfiguration

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.util.spring.beans.BeanContainer<String>
     
    org.springframework.orm.jpa.JpaVendorAdapter
    jpaWebAuthnVendorAdapter(org.apereo.cas.jpa.JpaBeanFactory jpaBeanFactory, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     
    org.springframework.beans.factory.FactoryBean<jakarta.persistence.EntityManagerFactory>
    webAuthnEntityManagerFactory(org.springframework.orm.jpa.JpaVendorAdapter jpaWebAuthnVendorAdapter, DataSource dataSourceWebAuthn, org.apereo.cas.util.spring.beans.BeanContainer<String> jpaWebAuthnPackagesToScan, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.jpa.JpaBeanFactory jpaBeanFactory)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JpaWebAuthnEntityConfiguration

      public JpaWebAuthnEntityConfiguration()
  • Method Details

    • 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 @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.util.spring.beans.BeanContainer<String> jpaWebAuthnPackagesToScan()
    • webAuthnEntityManagerFactory

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