Class PasswordlessDetermineDelegatedAuthenticationAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

    public class PasswordlessDetermineDelegatedAuthenticationAction
    extends BasePasswordlessCasWebflowAction
    implements org.springframework.beans.factory.DisposableBean
    Since:
    6.2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordlessDetermineDelegatedAuthenticationAction​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.web.flow.DelegatedClientIdentityProviderConfigurationProducer providerConfigurationProducer, org.apereo.cas.util.scripting.WatchableGroovyScriptResource watchableScript)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      protected java.util.Optional<java.io.Serializable> determineDelegatedIdentityProviderConfiguration​(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.api.PasswordlessUserAccount user, java.util.Set<? extends java.io.Serializable> clients)
      Determine delegated identity provider configuration.
      protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)  
      • 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

      • PasswordlessDetermineDelegatedAuthenticationAction

        public PasswordlessDetermineDelegatedAuthenticationAction​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                  org.apereo.cas.web.flow.DelegatedClientIdentityProviderConfigurationProducer providerConfigurationProducer,
                                                                  org.apereo.cas.util.scripting.WatchableGroovyScriptResource watchableScript)
    • Method Detail

      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
      • doExecute

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

        protected java.util.Optional<java.io.Serializable> determineDelegatedIdentityProviderConfiguration​(org.springframework.webflow.execution.RequestContext requestContext,
                                                                                                           org.apereo.cas.api.PasswordlessUserAccount user,
                                                                                                           java.util.Set<? extends java.io.Serializable> clients)
        Determine delegated identity provider configuration.
        Parameters:
        requestContext - the request context
        user - the user
        clients - the clients
        Returns:
        the optional