Class CasOAuth20WebflowConfiguration.CasOAuth20ViewsConfiguration

  • Enclosing class:
    CasOAuth20WebflowConfiguration

    @Configuration(value="CasOAuth20ViewsConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasOAuth20WebflowConfiguration.CasOAuth20ViewsConfiguration
    extends java.lang.Object
    • Method Summary

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

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

      • CasOAuth20ViewsConfiguration

        public CasOAuth20ViewsConfiguration()
    • Method Detail

      • oauthConfirmView

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.web.servlet.View oauthConfirmView​(@Qualifier("casProtocolViewFactory")
                                                                     org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory,
                                                                     org.springframework.context.ConfigurableApplicationContext applicationContext)
      • oauthDeviceCodeApprovalView

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.web.servlet.View oauthDeviceCodeApprovalView​(@Qualifier("casProtocolViewFactory")
                                                                                org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory,
                                                                                org.springframework.context.ConfigurableApplicationContext applicationContext)
      • oauthDeviceCodeApprovedView

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.web.servlet.View oauthDeviceCodeApprovedView​(@Qualifier("casProtocolViewFactory")
                                                                                org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory,
                                                                                org.springframework.context.ConfigurableApplicationContext applicationContext)
      • oauthSessionStaleMismatchErrorView

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.web.servlet.View oauthSessionStaleMismatchErrorView​(@Qualifier("casProtocolViewFactory")
                                                                                       org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory,
                                                                                       org.springframework.context.ConfigurableApplicationContext applicationContext)