Class OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration.OidcJsonWebKeystoreRevocationScheduler

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration

    public static class OidcJwksConfiguration.OidcEndpointsJwksRotationConfiguration.OidcJsonWebKeystoreRevocationScheduler
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Detail

      • OidcJsonWebKeystoreRevocationScheduler

        public OidcJsonWebKeystoreRevocationScheduler()
    • Method Detail

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