Class CasOAuth20WebflowConfiguration.CasOAuth20ViewsConfiguration

java.lang.Object
org.apereo.cas.config.CasOAuth20WebflowConfiguration.CasOAuth20ViewsConfiguration
Enclosing class:
CasOAuth20WebflowConfiguration

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • CasOAuth20ViewsConfiguration

      public CasOAuth20ViewsConfiguration()
  • Method Details

    • oauthConfirmView

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

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

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

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