Package org.apereo.cas.web.flow
Class DisplayBeforePasswordlessAuthenticationAction
- 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.DisplayBeforePasswordlessAuthenticationAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class DisplayBeforePasswordlessAuthenticationAction extends BasePasswordlessCasWebflowAction
- Since:
- 5.3.0
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.web.flow.BasePasswordlessCasWebflowAction
casProperties
-
-
Constructor Summary
Constructors Constructor Description DisplayBeforePasswordlessAuthenticationAction(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.api.PasswordlessTokenRepository passwordlessTokenRepository, org.apereo.cas.api.PasswordlessUserAccountStore passwordlessUserAccountStore, org.apereo.cas.notifications.CommunicationsManager communicationsManager)
-
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.BasePasswordlessCasWebflowAction
isDelegatedAuthenticationActiveFor, shouldActivateMultifactorAuthenticationFor
-
-
-
-
Constructor Detail
-
DisplayBeforePasswordlessAuthenticationAction
public DisplayBeforePasswordlessAuthenticationAction(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.api.PasswordlessTokenRepository passwordlessTokenRepository, org.apereo.cas.api.PasswordlessUserAccountStore passwordlessUserAccountStore, org.apereo.cas.notifications.CommunicationsManager communicationsManager)
-
-