Class WebAuthnConfiguration.WebAuthnDeviceRepositoryCleanerScheduler

java.lang.Object
org.apereo.cas.config.WebAuthnConfiguration.WebAuthnDeviceRepositoryCleanerScheduler
All Implemented Interfaces:
org.apereo.inspektr.common.Cleanable
Enclosing class:
WebAuthnConfiguration

public static class WebAuthnConfiguration.WebAuthnDeviceRepositoryCleanerScheduler extends Object implements org.apereo.inspektr.common.Cleanable
  • Constructor Details

    • WebAuthnDeviceRepositoryCleanerScheduler

      public WebAuthnDeviceRepositoryCleanerScheduler()
  • Method Details

    • clean

      @Scheduled(initialDelayString="${cas.authn.mfa.web-authn.cleaner.schedule.start-delay:PT20S}", fixedDelayString="${cas.authn.mfa.web-authn.cleaner.schedule.repeat-interval:PT5M}") public void clean()
      Specified by:
      clean in interface org.apereo.inspektr.common.Cleanable