Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer forgotUsernameCasWebflowExecutionPlanConfigurer​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer forgotUsernameWebflowConfigurer)  
      org.apereo.cas.web.flow.CasWebflowConfigurer forgotUsernameWebflowConfigurer​(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.Action sendForgotUsernameInstructionsAction​(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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordManagementForgotUsernameWebflowConfiguration

        public PasswordManagementForgotUsernameWebflowConfiguration()
    • 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)