Class U2FConfiguration.U2FDeviceRepositoryCleanerScheduler

  • Enclosing class:
    U2FConfiguration

    public static class U2FConfiguration.U2FDeviceRepositoryCleanerScheduler
    extends java.lang.Object
    The device cleaner scheduler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • U2FDeviceRepositoryCleanerScheduler

        public U2FDeviceRepositoryCleanerScheduler​(org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository repository)
    • Method Detail

      • run

        @Scheduled(initialDelayString="${cas.authn.mfa.u2f.cleaner.schedule.startDelay:PT20S}",
                   fixedDelayString="${cas.authn.mfa.u2f.cleaner.schedule.repeatInterval:PT15M}")
        public void run()