Class OidcResponseConfiguration.OidcResponseTokenGenerationConfiguration

  • Enclosing class:
    OidcResponseConfiguration

    @Configuration(value="OidcResponseTokenGenerationConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class OidcResponseConfiguration.OidcResponseTokenGenerationConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.ticket.IdTokenGeneratorService oidcIdTokenGenerator​(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.oidc.OidcConfigurationContext> oidcConfigurationContext)  
      • Methods inherited from class java.lang.Object

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

      • OidcResponseTokenGenerationConfiguration

        public OidcResponseTokenGenerationConfiguration()
    • Method Detail

      • oidcIdTokenGenerator

        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="oidcIdTokenGenerator")
        @Bean
        public org.apereo.cas.ticket.IdTokenGeneratorService oidcIdTokenGenerator​(@Qualifier("oidcConfigurationContext")
                                                                                  org.springframework.beans.factory.ObjectProvider<org.apereo.cas.oidc.OidcConfigurationContext> oidcConfigurationContext)