Package org.apereo.cas.config
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.inspektr.common.CleanablewebAuthnDeviceRepositoryCleanerScheduler(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository)
-
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
-