Class OidcResponseConfiguration.OidcResponseImplicitConfiguration

  • Enclosing class:
    OidcResponseConfiguration

    @Configuration(value="OidcResponseImplicitConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class OidcResponseConfiguration.OidcResponseImplicitConfiguration
    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 oidcImplicitIdTokenAndTokenCallbackUrlBuilder​(org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder oauthAuthorizationModelAndViewBuilder, org.apereo.cas.oidc.OidcConfigurationContext oidcConfigurationContext)  
      org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder oidcImplicitIdTokenCallbackUrlBuilder​(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

      • OidcResponseImplicitConfiguration

        public OidcResponseImplicitConfiguration()
    • Method Detail

      • oidcImplicitIdTokenCallbackUrlBuilder

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

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