Class CasScimConfiguration.CasScimWebflowConfiguration

java.lang.Object
org.apereo.cas.config.CasScimConfiguration.CasScimWebflowConfiguration
Enclosing class:
CasScimConfiguration

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.execution.Action
    principalScimProvisionerAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.authentication.principal.PrincipalProvisioner principalProvisioner)
     
    org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
    scimCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer scimWebflowConfigurer)
     
    org.apereo.cas.web.flow.CasWebflowConfigurer
    scimWebflowConfigurer(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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CasScimWebflowConfiguration

      public CasScimWebflowConfiguration()
  • Method Details

    • principalScimProvisionerAction

      @ConditionalOnMissingBean(name="principalScimProvisionerAction") @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action principalScimProvisionerAction(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("principalProvisioner") org.apereo.cas.authentication.principal.PrincipalProvisioner principalProvisioner)
    • scimCasWebflowExecutionPlanConfigurer

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="scimCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer scimCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("scimWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer scimWebflowConfigurer)
    • scimWebflowConfigurer

      @ConditionalOnMissingBean(name="scimWebflowConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer scimWebflowConfigurer(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)