Package org.apereo.cas.config
Class U2FConfiguration.U2FCleanerConfiguration
java.lang.Object
org.apereo.cas.config.U2FConfiguration.U2FCleanerConfiguration
- Enclosing class:
- U2FConfiguration
@Configuration(value="U2FCleanerConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class U2FConfiguration.U2FCleanerConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.inspektr.common.Cleanableu2fDeviceRepositoryCleanerScheduler(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository storage)
-
Constructor Details
-
U2FCleanerConfiguration
public U2FCleanerConfiguration()
-
-
Method Details
-
u2fDeviceRepositoryCleanerScheduler
@Bean @RefreshScope(proxyMode=DEFAULT) @Lazy(false) public org.apereo.inspektr.common.Cleanable u2fDeviceRepositoryCleanerScheduler(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("u2fDeviceRepository") org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository storage)
-