Class DetermineMultifactorPasswordlessAuthenticationAction

    • Constructor Summary

      Constructors 
      Constructor Description
      DetermineMultifactorPasswordlessAuthenticationAction​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy, org.apereo.cas.authentication.principal.PrincipalFactory passwordlessPrincipalFactory, org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)  
      protected void populateContextWithAuthenticationResult​(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.authentication.Authentication auth, org.apereo.cas.authentication.principal.WebApplicationService service)
      Populate context with authentication result.
      protected java.util.Optional<org.apereo.cas.authentication.MultifactorAuthenticationProvider> resolveMultifactorAuthenticationProvider​(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.authentication.Authentication auth, org.apereo.cas.authentication.principal.WebApplicationService service)
      Resolve multifactor authentication provider.
      • Methods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction

        isLoginFlowActive
      • Methods inherited from class org.springframework.webflow.action.AbstractAction

        afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
      • Methods inherited from class java.lang.Object

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

      • DetermineMultifactorPasswordlessAuthenticationAction

        public DetermineMultifactorPasswordlessAuthenticationAction​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                    org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy,
                                                                    org.apereo.cas.authentication.principal.PrincipalFactory passwordlessPrincipalFactory,
                                                                    org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport)
    • Method Detail

      • doExecute

        protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)
        Specified by:
        doExecute in class org.springframework.webflow.action.AbstractAction
      • populateContextWithAuthenticationResult

        protected void populateContextWithAuthenticationResult​(org.springframework.webflow.execution.RequestContext requestContext,
                                                               org.apereo.cas.authentication.Authentication auth,
                                                               org.apereo.cas.authentication.principal.WebApplicationService service)
        Populate context with authentication result.
        Parameters:
        requestContext - the request context
        auth - the auth
        service - the service
      • resolveMultifactorAuthenticationProvider

        protected java.util.Optional<org.apereo.cas.authentication.MultifactorAuthenticationProvider> resolveMultifactorAuthenticationProvider​(org.springframework.webflow.execution.RequestContext requestContext,
                                                                                                                                               org.apereo.cas.authentication.Authentication auth,
                                                                                                                                               org.apereo.cas.authentication.principal.WebApplicationService service)
        Resolve multifactor authentication provider.
        Parameters:
        requestContext - the request context
        auth - the auth
        service - the service
        Returns:
        the optional