Package org.apereo.cas.config
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ViewoauthConfirmView(org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory, org.springframework.context.ConfigurableApplicationContext applicationContext) org.springframework.web.servlet.ViewoauthDeviceCodeApprovalView(org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory, org.springframework.context.ConfigurableApplicationContext applicationContext) org.springframework.web.servlet.ViewoauthDeviceCodeApprovedView(org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory, org.springframework.context.ConfigurableApplicationContext applicationContext) org.springframework.web.servlet.ViewoauthSessionStaleMismatchErrorView(org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory, org.springframework.context.ConfigurableApplicationContext applicationContext)
-
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)
-