Class PasswordlessDetermineDelegatedAuthenticationAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.BaseCasWebflowAction
-
- org.apereo.cas.web.flow.BasePasswordlessCasWebflowAction
-
- org.apereo.cas.web.flow.delegation.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
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.web.flow.BasePasswordlessCasWebflowAction
casProperties
-
-
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 voiddestroy()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.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)-
Methods inherited from class org.apereo.cas.web.flow.BasePasswordlessCasWebflowAction
isDelegatedAuthenticationActiveFor, shouldActivateMultifactorAuthenticationFor
-
-
-
-
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:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-
doExecute
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
- Specified by:
doExecutein classorg.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 contextuser- the userclients- the clients- Returns:
- the optional
-
-