Class PasswordlessAuthenticationWebflowConfigurer

  • All Implemented Interfaces:
    org.apereo.cas.web.flow.CasWebflowConfigurer, org.springframework.core.Ordered

    public class PasswordlessAuthenticationWebflowConfigurer
    extends org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
    Since:
    5.3.0
    • Field Summary

      • Fields inherited from class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer

        applicationContext, casProperties, flowBuilderServices, loginFlowDefinitionRegistry, logoutFlowDefinitionRegistry
      • Fields inherited from interface org.apereo.cas.web.flow.CasWebflowConfigurer

        FLOW_ID_LOGIN, FLOW_ID_LOGOUT
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordlessAuthenticationWebflowConfigurer​(org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createStateAcceptPasswordless​(org.springframework.webflow.engine.Flow flow)  
      protected void createStateDetermineDelegatedAuthenticationAction​(org.springframework.webflow.engine.Flow flow)  
      protected void createStateDetermineMultifactorAuthenticationAction​(org.springframework.webflow.engine.Flow flow)  
      protected void createStateDisplayPasswordless​(org.springframework.webflow.engine.Flow flow)  
      protected void createStateGetUserIdentifier​(org.springframework.webflow.engine.Flow flow)  
      protected void createStateInitialPasswordless​(org.springframework.webflow.engine.Flow flow)  
      protected void createStateVerifyPasswordlessAccount​(org.springframework.webflow.engine.Flow flow)  
      protected void doInitialize()  
      • Methods inherited from class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer

        addActionsToActionStateExecutionListAt, buildFlow, cloneActionState, containsFlowState, containsSubflowState, containsTransition, createActionState, createActionState, createActionState, createActionState, createClonedActionState, createDecisionState, createEndState, createEndState, createEndState, createEndState, createEndState, createEvaluateAction, createEvaluateActionForExistingActionState, createExpression, createExpression, createFlowVariable, createMapperToSubflowState, createMappingToSubflowState, createSetAction, createStateBinderConfiguration, createStateDefaultTransition, createStateDefaultTransition, createStateModelBinding, createSubflowAttributeMapper, createSubflowState, createSubflowState, createTransition, createTransition, createTransition, createTransition, createTransitionForState, createTransitionForState, createTransitionForState, createTransitionsForState, createViewState, createViewState, createViewState, getApplicationContext, getCasProperties, getExpressionStringFromAction, getFlowBuilderServices, getLoginFlow, getLoginFlowDefinitionRegistry, getLogoutFlow, getLogoutFlowDefinitionRegistry, getName, getOrder, getSpringExpressionParser, getStartState, getState, getState, getTransitionableState, getTransitionableState, getTransitionExecutionCriteriaChainForTransition, getViewStateBinderConfiguration, initialize, prependActionsToActionStateExecutionList, prependActionsToActionStateExecutionList, setLogoutFlowDefinitionRegistry, setName, setOrder, setStartState, setStartState, toString
      • Methods inherited from class java.lang.Object

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

      • PasswordlessAuthenticationWebflowConfigurer

        public PasswordlessAuthenticationWebflowConfigurer​(org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices,
                                                           org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry,
                                                           org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                           org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • Method Detail

      • doInitialize

        protected void doInitialize()
        Overrides:
        doInitialize in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
      • createStateInitialPasswordless

        protected void createStateInitialPasswordless​(org.springframework.webflow.engine.Flow flow)
      • createStateAcceptPasswordless

        protected void createStateAcceptPasswordless​(org.springframework.webflow.engine.Flow flow)
      • createStateDisplayPasswordless

        protected void createStateDisplayPasswordless​(org.springframework.webflow.engine.Flow flow)
      • createStateVerifyPasswordlessAccount

        protected void createStateVerifyPasswordlessAccount​(org.springframework.webflow.engine.Flow flow)
      • createStateDetermineDelegatedAuthenticationAction

        protected void createStateDetermineDelegatedAuthenticationAction​(org.springframework.webflow.engine.Flow flow)
      • createStateDetermineMultifactorAuthenticationAction

        protected void createStateDetermineMultifactorAuthenticationAction​(org.springframework.webflow.engine.Flow flow)
      • createStateGetUserIdentifier

        protected void createStateGetUserIdentifier​(org.springframework.webflow.engine.Flow flow)