Package org.apereo.cas.oidc.config
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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OidcResponseResourceOwnerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilderoidcResourceOwnerCredentialsResponseBuilder(org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oauthAuthorizationModelAndViewBuilder, org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)
-
-
-
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)
-
-