Class BasePasswordlessCasWebflowAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apereo.cas.configuration.CasConfigurationProperties casProperties  
      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isDelegatedAuthenticationActiveFor​(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.api.PasswordlessUserAccount user)
      Should delegate authentication for user?
      protected boolean shouldActivateMultifactorAuthenticationFor​(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.api.PasswordlessUserAccount user)
      Should activate multifactor authentication for user?
      • Methods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction

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

        afterPropertiesSet, doExecute, 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
    • Field Detail

      • casProperties

        protected final org.apereo.cas.configuration.CasConfigurationProperties casProperties
    • Constructor Detail

      • BasePasswordlessCasWebflowAction

        public BasePasswordlessCasWebflowAction()
    • Method Detail

      • shouldActivateMultifactorAuthenticationFor

        protected boolean shouldActivateMultifactorAuthenticationFor​(org.springframework.webflow.execution.RequestContext requestContext,
                                                                     org.apereo.cas.api.PasswordlessUserAccount user)
        Should activate multifactor authentication for user?
        Parameters:
        requestContext - the request context
        user - the user
        Returns:
        true/false
      • isDelegatedAuthenticationActiveFor

        protected boolean isDelegatedAuthenticationActiveFor​(org.springframework.webflow.execution.RequestContext requestContext,
                                                             org.apereo.cas.api.PasswordlessUserAccount user)
        Should delegate authentication for user?
        Parameters:
        requestContext - the request context
        user - the user
        Returns:
        true/false