@Configuration(value="passwordManagementWebflowConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class PasswordManagementWebflowConfiguration
extends java.lang.Object
implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
| Constructor and Description |
|---|
PasswordManagementWebflowConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan) |
org.springframework.webflow.execution.Action |
handlePasswordExpirationWarningMessagesAction() |
org.springframework.webflow.execution.Action |
initPasswordChangeAction() |
org.springframework.webflow.execution.Action |
initPasswordResetAction() |
org.springframework.webflow.execution.Action |
passwordChangeAction() |
org.apereo.cas.web.flow.CasWebflowConfigurer |
passwordManagementWebflowConfigurer() |
org.springframework.web.servlet.HandlerAdapter |
passwordResetHandlerAdapter() |
org.springframework.webflow.execution.Action |
sendPasswordResetInstructionsAction() |
org.springframework.webflow.execution.Action |
verifyPasswordResetRequestAction() |
org.springframework.webflow.execution.Action |
verifySecurityQuestionsAction() |
public PasswordManagementWebflowConfiguration()
@RefreshScope @Bean public org.springframework.web.servlet.HandlerAdapter passwordResetHandlerAdapter()
@ConditionalOnMissingBean(name="initPasswordChangeAction") @RefreshScope @Bean public org.springframework.webflow.execution.Action initPasswordChangeAction()
@ConditionalOnMissingBean(name="initPasswordResetAction") @RefreshScope @Bean public org.springframework.webflow.execution.Action initPasswordResetAction()
@ConditionalOnMissingBean(name="passwordChangeAction") @RefreshScope @Bean public org.springframework.webflow.execution.Action passwordChangeAction()
@ConditionalOnMissingBean(name="sendPasswordResetInstructionsAction") @Bean @RefreshScope public org.springframework.webflow.execution.Action sendPasswordResetInstructionsAction()
@ConditionalOnMissingBean(name="verifyPasswordResetRequestAction") @Bean @RefreshScope public org.springframework.webflow.execution.Action verifyPasswordResetRequestAction()
@ConditionalOnMissingBean(name="handlePasswordExpirationWarningMessagesAction") @Bean @RefreshScope public org.springframework.webflow.execution.Action handlePasswordExpirationWarningMessagesAction()
@ConditionalOnMissingBean(name="verifySecurityQuestionsAction") @Bean @RefreshScope public org.springframework.webflow.execution.Action verifySecurityQuestionsAction()
@ConditionalOnMissingBean(name="passwordManagementWebflowConfigurer") @RefreshScope @Bean @DependsOn(value="defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer passwordManagementWebflowConfigurer()
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
configureWebflowExecutionPlan in interface org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer