Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder oidcAuthorizationCodeResponseBuilder​(org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oauthAuthorizationModelAndViewBuilder, org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)  
      org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oidcPushedAuthorizationModelAndViewBuilder()  
      org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder oidcPushedAuthorizationRequestResponseBuilder​(org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oidcPushedAuthorizationModelAndViewBuilder, org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)  
      org.apereo.cas.support.oauth.validator.authorization.OAuth20AuthorizationRequestValidator oidcPushedAuthorizationRequestValidator​(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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OidcResponseAuthorizationCodeConfiguration

        public OidcResponseAuthorizationCodeConfiguration()
    • 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)