Class PasswordManagementWebflowConfiguration.PasswordManagementWebflowBaseConfiguration

  • Enclosing class:
    PasswordManagementWebflowConfiguration

    @Configuration(value="PasswordManagementWebflowBaseConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class PasswordManagementWebflowConfiguration.PasswordManagementWebflowBaseConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer passwordManagementCasWebflowExecutionPlanConfigurer​(org.apereo.cas.web.flow.CasWebflowConfigurer passwordManagementWebflowConfigurer)  
      org.apereo.cas.web.flow.CasWebflowConfigurer passwordManagementWebflowConfigurer​(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 Detail

      • PasswordManagementWebflowBaseConfiguration

        public PasswordManagementWebflowBaseConfiguration()
    • Method Detail

      • passwordManagementWebflowConfigurer

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

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="passwordManagementCasWebflowExecutionPlanConfigurer")
        public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer passwordManagementCasWebflowExecutionPlanConfigurer​(@Qualifier("passwordManagementWebflowConfigurer")
                                                                                                                             org.apereo.cas.web.flow.CasWebflowConfigurer passwordManagementWebflowConfigurer)