Class WebAuthnConfiguration.WebAuthnSchedulerConfiguration

java.lang.Object
org.apereo.cas.config.WebAuthnConfiguration.WebAuthnSchedulerConfiguration
Enclosing class:
WebAuthnConfiguration

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

    • WebAuthnSchedulerConfiguration

      public WebAuthnSchedulerConfiguration()
  • Method Details

    • webAuthnDeviceRepositoryCleanerScheduler

      @ConditionalOnMissingBean(name="webAuthnDeviceRepositoryCleanerScheduler") @Bean @RefreshScope(proxyMode=DEFAULT) @Lazy(false) public org.apereo.inspektr.common.Cleanable webAuthnDeviceRepositoryCleanerScheduler(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("webAuthnCredentialRepository") org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository) throws Exception
      Throws:
      Exception