Class OidcResponseConfiguration.OidcResponseResourceOwnerConfiguration

  • Enclosing class:
    OidcResponseConfiguration

    @Configuration(value="OidcResponseResourceOwnerConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class OidcResponseConfiguration.OidcResponseResourceOwnerConfiguration
    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 oidcResourceOwnerCredentialsResponseBuilder​(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

      • OidcResponseResourceOwnerConfiguration

        public OidcResponseResourceOwnerConfiguration()
    • Method Detail

      • oidcResourceOwnerCredentialsResponseBuilder

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