Package org.apereo.cas.pm.config
Class PasswordManagementWebflowConfiguration.PasswordManagementWebflowBaseConfiguration
- java.lang.Object
-
- org.apereo.cas.pm.config.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
-
-
Constructor Summary
Constructors Constructor Description PasswordManagementWebflowBaseConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerpasswordManagementCasWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer passwordManagementWebflowConfigurer)org.apereo.cas.web.flow.CasWebflowConfigurerpasswordManagementWebflowConfigurer(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)
-
-
-
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)
-
-