@Configuration(value="passwordManagementConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class PasswordManagementConfiguration
extends java.lang.Object
PasswordManagementConfiguration.| Constructor and Description |
|---|
PasswordManagementConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
org.springframework.webflow.execution.Action |
initPasswordChangeAction() |
org.springframework.webflow.execution.Action |
initPasswordResetAction(PasswordManagementService passwordManagementService) |
org.springframework.webflow.execution.Action |
passwordChangeAction() |
PasswordManagementService |
passwordChangeService() |
org.apereo.cas.CipherExecutor<java.io.Serializable,java.lang.String> |
passwordManagementCipherExecutor() |
org.apereo.cas.web.flow.CasWebflowConfigurer |
passwordManagementWebflowConfigurer() |
org.springframework.web.servlet.HandlerAdapter |
passwordResetHandlerAdapter() |
PasswordValidator |
passwordValidator() |
org.springframework.webflow.execution.Action |
sendPasswordResetInstructionsAction(PasswordManagementService passwordManagementService) |
org.springframework.webflow.execution.Action |
verifyPasswordResetRequestAction(PasswordManagementService passwordManagementService) |
org.springframework.webflow.execution.Action |
verifySecurityQuestionsAction(PasswordManagementService passwordManagementService) |
@RefreshScope @Bean public org.springframework.web.servlet.HandlerAdapter passwordResetHandlerAdapter()
@RefreshScope @Bean public org.springframework.webflow.execution.Action initPasswordChangeAction()
@Autowired
@RefreshScope
@Bean
public org.springframework.webflow.execution.Action initPasswordResetAction(@Qualifier(value="passwordChangeService")
PasswordManagementService passwordManagementService)
@RefreshScope @Bean public org.springframework.webflow.execution.Action passwordChangeAction()
@RefreshScope @Bean public org.apereo.cas.CipherExecutor<java.io.Serializable,java.lang.String> passwordManagementCipherExecutor()
@ConditionalOnMissingBean(name="passwordChangeService") @RefreshScope @Bean public PasswordManagementService passwordChangeService()
@Autowired
@Bean
public org.springframework.webflow.execution.Action sendPasswordResetInstructionsAction(@Qualifier(value="passwordChangeService")
PasswordManagementService passwordManagementService)
@Bean
public org.springframework.webflow.execution.Action verifyPasswordResetRequestAction(@Qualifier(value="passwordChangeService")
PasswordManagementService passwordManagementService)
@Bean
public org.springframework.webflow.execution.Action verifySecurityQuestionsAction(@Qualifier(value="passwordChangeService")
PasswordManagementService passwordManagementService)
@ConditionalOnMissingBean(name="passwordManagementWebflowConfigurer") @RefreshScope @Bean public org.apereo.cas.web.flow.CasWebflowConfigurer passwordManagementWebflowConfigurer()
@RefreshScope @ConditionalOnMissingBean(name="passwordValidator") @Bean public PasswordValidator passwordValidator()
@PostConstruct public void init()