Class JpaWebAuthnConfiguration.JpaWebAuthnDataConfiguration

  • Enclosing class:
    JpaWebAuthnConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.sql.DataSource dataSourceWebAuthn​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JpaWebAuthnDataConfiguration

        public JpaWebAuthnDataConfiguration()
    • Method Detail

      • dataSourceWebAuthn

        @Bean
        @ConditionalOnMissingBean(name="dataSourceWebAuthn")
        @RefreshScope(proxyMode=DEFAULT)
        public javax.sql.DataSource dataSourceWebAuthn​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)