Package org.apereo.cas.config
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 Summary
Constructors -
Method Summary
-
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:
cleanin interfaceorg.apereo.inspektr.common.Cleanable
-