Class OidcJwksConfiguration.OidcEndpointsJwksRestConfiguration

  • Enclosing class:
    OidcJwksConfiguration

    @Configuration(value="OidcEndpointsJwksRestConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnProperty(name="cas.authn.oidc.jwks.rest.url")
    public static class OidcJwksConfiguration.OidcEndpointsJwksRestConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorService oidcJsonWebKeystoreGeneratorService​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      • Methods inherited from class java.lang.Object

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

      • OidcEndpointsJwksRestConfiguration

        public OidcEndpointsJwksRestConfiguration()
    • Method Detail

      • oidcJsonWebKeystoreGeneratorService

        @Bean(initMethod="generate")
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorService oidcJsonWebKeystoreGeneratorService​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)