Package org.apereo.cas.config
Class PasswordlessAuthenticationWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.config.PasswordlessAuthenticationWebflowConfiguration
-
@Configuration("passwordlessAuthenticationWebflowConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class PasswordlessAuthenticationWebflowConfiguration extends java.lang.Object- Since:
- 6.2.0
-
-
Constructor Summary
Constructors Constructor Description PasswordlessAuthenticationWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.ActionacceptPasswordlessAuthenticationAction()org.springframework.webflow.execution.ActiondetermineDelegatedAuthenticationAction()org.springframework.webflow.execution.ActiondetermineMultifactorPasswordlessAuthenticationAction()org.springframework.webflow.execution.ActiondisplayBeforePasswordlessAuthenticationAction()org.springframework.webflow.execution.ActioninitializeLoginAction()org.apereo.cas.web.flow.CasWebflowConfigurerpasswordlessAuthenticationWebflowConfigurer()org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerpasswordlessCasWebflowExecutionPlanConfigurer()org.springframework.webflow.execution.ActionverifyPasswordlessAccountAuthenticationAction()
-
-
-
Method Detail
-
verifyPasswordlessAccountAuthenticationAction
@Bean @ConditionalOnMissingBean(name="verifyPasswordlessAccountAuthenticationAction") @RefreshScope public org.springframework.webflow.execution.Action verifyPasswordlessAccountAuthenticationAction()
-
determineMultifactorPasswordlessAuthenticationAction
@Bean @ConditionalOnMissingBean(name="determineMultifactorPasswordlessAuthenticationAction") @RefreshScope public org.springframework.webflow.execution.Action determineMultifactorPasswordlessAuthenticationAction()
-
determineDelegatedAuthenticationAction
@Bean @ConditionalOnMissingBean(name="determineDelegatedAuthenticationAction") @RefreshScope public org.springframework.webflow.execution.Action determineDelegatedAuthenticationAction()
-
acceptPasswordlessAuthenticationAction
@Bean @ConditionalOnMissingBean(name="acceptPasswordlessAuthenticationAction") @RefreshScope public org.springframework.webflow.execution.Action acceptPasswordlessAuthenticationAction()
-
displayBeforePasswordlessAuthenticationAction
@Bean @ConditionalOnMissingBean(name="displayBeforePasswordlessAuthenticationAction") @RefreshScope public org.springframework.webflow.execution.Action displayBeforePasswordlessAuthenticationAction()
-
initializeLoginAction
@Bean public org.springframework.webflow.execution.Action initializeLoginAction()
-
passwordlessAuthenticationWebflowConfigurer
@ConditionalOnMissingBean(name="passwordlessAuthenticationWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer passwordlessAuthenticationWebflowConfigurer()
-
passwordlessCasWebflowExecutionPlanConfigurer
@ConditionalOnMissingBean(name="passwordlessCasWebflowExecutionPlanConfigurer") @Bean public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer passwordlessCasWebflowExecutionPlanConfigurer()
-
-