Package org.apereo.cas.pm.config
Class PasswordManagementForgotUsernameConfiguration.PasswordManagementForgotUsernameWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.pm.config.PasswordManagementForgotUsernameConfiguration.PasswordManagementForgotUsernameWebflowConfiguration
-
- Enclosing class:
- PasswordManagementForgotUsernameConfiguration
@Configuration(value="PasswordManagementForgotUsernameWebflowConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class PasswordManagementForgotUsernameConfiguration.PasswordManagementForgotUsernameWebflowConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PasswordManagementForgotUsernameWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerforgotUsernameCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer forgotUsernameWebflowConfigurer)org.apereo.cas.web.flow.CasWebflowConfigurerforgotUsernameWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)org.springframework.webflow.execution.ActionsendForgotUsernameInstructionsAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.notifications.CommunicationsManager communicationsManager, org.apereo.cas.pm.PasswordManagementService passwordManagementService, org.apereo.cas.authentication.principal.PrincipalResolver defaultPrincipalResolver)
-
-
-
Method Detail
-
sendForgotUsernameInstructionsAction
@ConditionalOnMissingBean(name="sendForgotUsernameInstructionsAction") @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action sendForgotUsernameInstructionsAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("communicationsManager") org.apereo.cas.notifications.CommunicationsManager communicationsManager, @Qualifier("passwordChangeService") org.apereo.cas.pm.PasswordManagementService passwordManagementService, @Qualifier("defaultPrincipalResolver") org.apereo.cas.authentication.principal.PrincipalResolver defaultPrincipalResolver)
-
forgotUsernameWebflowConfigurer
@ConditionalOnMissingBean(name="forgotUsernameWebflowConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer forgotUsernameWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
-
forgotUsernameCasWebflowExecutionPlanConfigurer
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="forgotUsernameCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer forgotUsernameCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("forgotUsernameWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer forgotUsernameWebflowConfigurer)
-
-