Class OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration.OidcJsonWebKeystoreRotationScheduler

    • Constructor Detail

      • OidcJsonWebKeystoreRotationScheduler

        public OidcJsonWebKeystoreRotationScheduler()
    • Method Detail

      • 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 java.lang.Runnable