Class JpaWebAuthnConfiguration.JpaWebAuthnDataConfiguration

java.lang.Object
org.apereo.cas.config.JpaWebAuthnConfiguration.JpaWebAuthnDataConfiguration
Enclosing class:
JpaWebAuthnConfiguration

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

    • JpaWebAuthnDataConfiguration

      public JpaWebAuthnDataConfiguration()
  • Method Details

    • dataSourceWebAuthn

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