Class OpenIdConfiguration.OpenIdProtocolViews

  • Enclosing class:
    OpenIdConfiguration

    @Configuration(value="OpenIdProtocolViews",
                   proxyBeanMethods=false)
    public static class OpenIdConfiguration.OpenIdProtocolViews
    extends java.lang.Object
    The openid protocol views.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.View casOpenIdAssociationSuccessView​(org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory, org.springframework.context.ConfigurableApplicationContext applicationContext)  
      org.springframework.web.servlet.View casOpenIdServiceFailureView​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory)  
      org.springframework.web.servlet.View casOpenIdServiceSuccessView​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory)  
      org.springframework.web.servlet.View openIdProviderView​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory)  
      • Methods inherited from class java.lang.Object

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

      • OpenIdProtocolViews

        public OpenIdProtocolViews()
    • Method Detail

      • casOpenIdServiceFailureView

        @Bean
        @Scope("prototype")
        public org.springframework.web.servlet.View casOpenIdServiceFailureView​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                @Qualifier("casProtocolViewFactory")
                                                                                org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory)
      • casOpenIdServiceSuccessView

        @Bean
        @Scope("prototype")
        public org.springframework.web.servlet.View casOpenIdServiceSuccessView​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                @Qualifier("casProtocolViewFactory")
                                                                                org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory)
      • casOpenIdAssociationSuccessView

        @Bean
        @Scope("prototype")
        public org.springframework.web.servlet.View casOpenIdAssociationSuccessView​(@Qualifier("casProtocolViewFactory")
                                                                                    org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory,
                                                                                    org.springframework.context.ConfigurableApplicationContext applicationContext)
      • openIdProviderView

        @Bean
        @Scope("prototype")
        public org.springframework.web.servlet.View openIdProviderView​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                       @Qualifier("casProtocolViewFactory")
                                                                       org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory)