@Configuration(value="passwordManagementWebflowConfiguration") @EnableConfigurationProperties(value=CasConfigurationProperties.class) public class PasswordManagementWebflowConfiguration extends java.lang.Object implements CasWebflowExecutionPlanConfigurer
Constructor and Description |
---|
PasswordManagementWebflowConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
configureWebflowExecutionPlan(CasWebflowExecutionPlan plan)
Configure webflow execution 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() |
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 CasWebflowConfigurer passwordManagementWebflowConfigurer()
public void configureWebflowExecutionPlan(CasWebflowExecutionPlan plan)
CasWebflowExecutionPlanConfigurer
configureWebflowExecutionPlan
in interface CasWebflowExecutionPlanConfigurer
plan
- the plan