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 Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.transaction.PlatformTransactionManagertransactionManagerWebAuthn(jakarta.persistence.EntityManagerFactory emf) org.springframework.transaction.support.TransactionOperationswebAuthnTransactionTemplate(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.transaction.PlatformTransactionManager transactionManagerWebAuthn)
-
Constructor Details
-
JpaWebAuthnTransactionConfiguration
public JpaWebAuthnTransactionConfiguration()
-
-
Method Details
-
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") jakarta.persistence.EntityManagerFactory emf)
-