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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
    samlIdPCasWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer samlIdPWebConfigurer)
     
    org.apereo.cas.web.flow.CasWebflowConfigurer
    samlIdPWebConfigurer(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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)