Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorOneTimeTokenRepositoryCleaner

  • Enclosing class:
    GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration

    public static class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorOneTimeTokenRepositoryCleaner
    extends org.apereo.cas.otp.repository.token.OneTimeTokenRepositoryCleaner
    The type Google authenticator one time token repository cleaner.
    • Method Summary

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

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

      • GoogleAuthenticatorOneTimeTokenRepositoryCleaner

        public GoogleAuthenticatorOneTimeTokenRepositoryCleaner​(org.apereo.cas.otp.repository.token.OneTimeTokenRepository tokenRepository)
    • Method Detail

      • clean

        @Scheduled(initialDelayString="${cas.authn.mfa.gauth.cleaner.schedule.start-delay:PT30S}",
                   fixedDelayString="${cas.authn.mfa.gauth.cleaner.schedule.repeat-interval:PT35S}")
        public void clean()
        Overrides:
        clean in class org.apereo.cas.otp.repository.token.OneTimeTokenRepositoryCleaner