Class OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration.OidcJsonWebKeystoreRotationScheduler

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

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

    • OidcJsonWebKeystoreRotationScheduler

      public OidcJsonWebKeystoreRotationScheduler()
  • Method Details

    • run

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