Class OidcResponseConfiguration.OidcResponseClientCredentialConfiguration

  • Enclosing class:
    OidcResponseConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder oidcClientCredentialsResponseBuilder​(org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oauthAuthorizationModelAndViewBuilder, 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

      • OidcResponseClientCredentialConfiguration

        public OidcResponseClientCredentialConfiguration()
    • Method Detail

      • oidcClientCredentialsResponseBuilder

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="oidcClientCredentialsResponseBuilder")
        public org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder oidcClientCredentialsResponseBuilder​(@Qualifier("oauthAuthorizationModelAndViewBuilder")
                                                                                                                                           org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oauthAuthorizationModelAndViewBuilder,
                                                                                                                                           @Qualifier("oidcConfigurationContext")
                                                                                                                                           org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)