Class OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration.OidcJsonWebKeystoreRevocationScheduler

java.lang.Object
org.apereo.cas.oidc.config.OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration.OidcJsonWebKeystoreRevocationScheduler
All Implemented Interfaces:
Runnable
Enclosing class:
OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration

public static class OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration.OidcJsonWebKeystoreRevocationScheduler extends Object implements Runnable
  • Constructor Details

    • OidcJsonWebKeystoreRevocationScheduler

      public OidcJsonWebKeystoreRevocationScheduler()
  • Method Details

    • run

      @Scheduled(initialDelayString="${cas.authn.oidc.jwks.revocation.schedule.start-delay:PT60S}", fixedDelayString="${cas.authn.oidc.jwks.revocation.schedule.repeat-interval:P14D}") public void run()
      Specified by:
      run in interface Runnable