Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.inspektr.common.Cleanable u2fDeviceRepositoryCleanerScheduler​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository storage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • U2FCleanerConfiguration

        public U2FCleanerConfiguration()
    • 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)