Package org.apereo.cas.oidc.config
Class OidcJwksConfiguration.OidcEndpointsJwksRestConfiguration
- java.lang.Object
-
- org.apereo.cas.oidc.config.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
-
-
Constructor Summary
Constructors Constructor Description OidcEndpointsJwksRestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorServiceoidcJsonWebKeystoreGeneratorService(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-