Package org.apereo.cas.config
Class SamlIdPWebflowConfiguration.SamlIdPWebflowCoreConfiguration
java.lang.Object
org.apereo.cas.config.SamlIdPWebflowConfiguration.SamlIdPWebflowCoreConfiguration
- Enclosing class:
- SamlIdPWebflowConfiguration
@Configuration(value="SamlIdPWebflowCoreConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class SamlIdPWebflowConfiguration.SamlIdPWebflowCoreConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurersamlIdPCasWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer samlIdPWebConfigurer) org.apereo.cas.web.flow.CasWebflowConfigurersamlIdPWebConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
-
Constructor Details
-
SamlIdPWebflowCoreConfiguration
public SamlIdPWebflowCoreConfiguration()
-
-
Method Details
-
samlIdPCasWebflowExecutionPlanConfigurer
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="samlIdPCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer samlIdPCasWebflowExecutionPlanConfigurer(@Qualifier("samlIdPWebConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer samlIdPWebConfigurer) -
samlIdPWebConfigurer
@ConditionalOnMissingBean(name="samlIdPWebConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer samlIdPWebConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
-