Package org.apereo.cas.config
Class JpaWebAuthnConfiguration.JpaWebAuthnTransactionConfiguration
- java.lang.Object
-
- org.apereo.cas.config.JpaWebAuthnConfiguration.JpaWebAuthnTransactionConfiguration
-
- Enclosing class:
- JpaWebAuthnConfiguration
@Configuration(value="JpaWebAuthnTransactionConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class JpaWebAuthnConfiguration.JpaWebAuthnTransactionConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JpaWebAuthnTransactionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.transaction.PlatformTransactionManagertransactionManagerWebAuthn(javax.persistence.EntityManagerFactory emf)org.springframework.transaction.support.TransactionOperationswebAuthnTransactionTemplate(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.transaction.PlatformTransactionManager transactionManagerWebAuthn)
-
-
-
Method Detail
-
webAuthnTransactionTemplate
@ConditionalOnMissingBean(name="webAuthnTransactionTemplate") @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.transaction.support.TransactionOperations webAuthnTransactionTemplate(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("transactionManagerWebAuthn") org.springframework.transaction.PlatformTransactionManager transactionManagerWebAuthn)
-
transactionManagerWebAuthn
@Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.transaction.PlatformTransactionManager transactionManagerWebAuthn(@Qualifier("webAuthnEntityManagerFactory") javax.persistence.EntityManagerFactory emf)
-
-