Class OidcResponseConfiguration.OidcResponseResourceOwnerConfiguration

java.lang.Object
org.apereo.cas.oidc.config.OidcResponseConfiguration.OidcResponseResourceOwnerConfiguration
Enclosing class:
OidcResponseConfiguration

@Configuration(value="OidcResponseResourceOwnerConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class OidcResponseConfiguration.OidcResponseResourceOwnerConfiguration extends Object
  • Constructor Details

    • OidcResponseResourceOwnerConfiguration

      public OidcResponseResourceOwnerConfiguration()
  • Method Details

    • 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)