Package org.apereo.cas.oidc.config
Class OidcResponseConfiguration.OidcResponseAuthorizationCodeConfiguration
- java.lang.Object
-
- org.apereo.cas.oidc.config.OidcResponseConfiguration.OidcResponseAuthorizationCodeConfiguration
-
- Enclosing class:
- OidcResponseConfiguration
@Configuration(value="OidcResponseAuthorizationCodeConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class OidcResponseConfiguration.OidcResponseAuthorizationCodeConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OidcResponseAuthorizationCodeConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilderoidcAuthorizationCodeResponseBuilder(org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oauthAuthorizationModelAndViewBuilder, org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilderoidcPushedAuthorizationModelAndViewBuilder()org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilderoidcPushedAuthorizationRequestResponseBuilder(org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oidcPushedAuthorizationModelAndViewBuilder, org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)org.apereo.cas.support.oauth.validator.authorization.OAuth20AuthorizationRequestValidatoroidcPushedAuthorizationRequestValidator(org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer, org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.CentralAuthenticationService centralAuthenticationService)
-
-
-
Method Detail
-
oidcAuthorizationCodeResponseBuilder
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="oidcAuthorizationCodeResponseBuilder") public org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder oidcAuthorizationCodeResponseBuilder(@Qualifier("oauthAuthorizationModelAndViewBuilder") org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oauthAuthorizationModelAndViewBuilder, @Qualifier("oidcConfigurationContext") org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)
-
oidcPushedAuthorizationModelAndViewBuilder
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="oidcPushedAuthorizationModelAndViewBuilder") public org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oidcPushedAuthorizationModelAndViewBuilder()
-
oidcPushedAuthorizationRequestResponseBuilder
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="oidcPushedAuthorizationRequestResponseBuilder") public org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder oidcPushedAuthorizationRequestResponseBuilder(@Qualifier("oidcPushedAuthorizationModelAndViewBuilder") org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oidcPushedAuthorizationModelAndViewBuilder, @Qualifier("oidcConfigurationContext") org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)
-
oidcPushedAuthorizationRequestValidator
@ConditionalOnMissingBean(name="oidcPushedAuthorizationRequestValidator") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.oauth.validator.authorization.OAuth20AuthorizationRequestValidator oidcPushedAuthorizationRequestValidator(@Qualifier("registeredServiceAccessStrategyEnforcer") org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer, @Qualifier("webApplicationServiceFactory") org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("centralAuthenticationService") org.apereo.cas.CentralAuthenticationService centralAuthenticationService)
-
-