Package org.apereo.cas.web.flow
Class AcceptPasswordlessAuthenticationAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
-
- org.apereo.cas.web.flow.AcceptPasswordlessAuthenticationAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class AcceptPasswordlessAuthenticationAction extends org.apereo.cas.web.flow.actions.AbstractAuthenticationAction- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description AcceptPasswordlessAuthenticationAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, org.apereo.cas.api.PasswordlessTokenRepository passwordlessTokenRepository, org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport, org.apereo.cas.api.PasswordlessUserAccountStore passwordlessUserAccountStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)-
Methods inherited from class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
onError, onSuccess, onWarn
-
-
-
-
Constructor Detail
-
AcceptPasswordlessAuthenticationAction
public AcceptPasswordlessAuthenticationAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, org.apereo.cas.api.PasswordlessTokenRepository passwordlessTokenRepository, org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport, org.apereo.cas.api.PasswordlessUserAccountStore passwordlessUserAccountStore)
-
-