Package org.apereo.cas.config
Class CasOAuth20WebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasOAuth20WebflowConfiguration
-
@Configuration("casOAuth20WebflowConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasOAuth20WebflowConfiguration extends java.lang.ObjectThis isCasOAuth20WebflowConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasOAuth20WebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigureroauth20CasWebflowExecutionPlanConfigurer()org.apereo.cas.web.flow.CasWebflowConfigureroauth20LogoutWebflowConfigurer()org.springframework.webflow.execution.Actionoauth20RegisteredServiceUIAction()org.springframework.webflow.execution.Actionoauth20SessionStoreTicketGrantingTicketAction()org.springframework.web.servlet.ViewoauthConfirmView()org.springframework.web.servlet.ViewoauthDeviceCodeApprovalView()org.springframework.web.servlet.ViewoauthDeviceCodeApprovedView()org.springframework.web.servlet.ViewoauthSessionStaleMismatchErrorView()
-
-
-
Method Detail
-
oauth20LogoutWebflowConfigurer
@ConditionalOnMissingBean(name="oauth20LogoutWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer oauth20LogoutWebflowConfigurer()
-
oauth20RegisteredServiceUIAction
@ConditionalOnMissingBean(name="oauth20RegisteredServiceUIAction") @Bean public org.springframework.webflow.execution.Action oauth20RegisteredServiceUIAction()
-
oauth20SessionStoreTicketGrantingTicketAction
@Bean @ConditionalOnMissingBean(name="oauth20SessionStoreTicketGrantingTicketAction") public org.springframework.webflow.execution.Action oauth20SessionStoreTicketGrantingTicketAction()
-
oauthConfirmView
@Bean public org.springframework.web.servlet.View oauthConfirmView()
-
oauthDeviceCodeApprovalView
@Bean public org.springframework.web.servlet.View oauthDeviceCodeApprovalView()
-
oauthDeviceCodeApprovedView
@Bean public org.springframework.web.servlet.View oauthDeviceCodeApprovedView()
-
oauthSessionStaleMismatchErrorView
@Bean public org.springframework.web.servlet.View oauthSessionStaleMismatchErrorView()
-
oauth20CasWebflowExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="oauth20CasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer oauth20CasWebflowExecutionPlanConfigurer()
-
-