Package org.apereo.cas.config
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.util.spring.beans.BeanContainer<String> org.springframework.orm.jpa.JpaVendorAdapterjpaWebAuthnVendorAdapter(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)
-
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
-