Class JpaEventsConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @EnableTransactionManagement
    @Configuration(value="JpaEventsConfiguration",
                   proxyBeanMethods=false)
    @ConditionalOnProperty(prefix="cas.events.jpa",
                           name="enabled",
                           havingValue="true",
                           matchIfMissing=true)
    public class JpaEventsConfiguration
    extends java.lang.Object
    This is JpaEventsConfiguration, defines certain beans via configuration while delegating some to Spring namespaces inside the context config file.
    Since:
    5.0.0
    • Constructor Detail

      • JpaEventsConfiguration

        public JpaEventsConfiguration()