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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description U2FCleanerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.inspektr.common.Cleanableu2fDeviceRepositoryCleanerScheduler(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository storage)
-
-
-
Method Detail
-
u2fDeviceRepositoryCleanerScheduler
@Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.inspektr.common.Cleanable u2fDeviceRepositoryCleanerScheduler(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("u2fDeviceRepository") org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository storage)
-
-