Class U2FAccountCheckRegistrationAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.AbstractMultifactorAuthenticationAction<org.apereo.cas.adaptors.u2f.U2FMultifactorAuthenticationProvider>
org.apereo.cas.adaptors.u2f.web.flow.U2FAccountCheckRegistrationAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class U2FAccountCheckRegistrationAction
extends org.apereo.cas.web.flow.actions.AbstractMultifactorAuthenticationAction<org.apereo.cas.adaptors.u2f.U2FMultifactorAuthenticationProvider>
This is
U2FAccountCheckRegistrationAction.- Since:
- 5.1.0
-
Field Summary
Fields inherited from class org.apereo.cas.web.flow.actions.AbstractMultifactorAuthenticationAction
providerFields inherited from class org.springframework.webflow.action.AbstractAction
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext) Methods inherited from class org.apereo.cas.web.flow.actions.AbstractMultifactorAuthenticationAction
doPreExecute, resolvePrincipalMethods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction
isLoginFlowActiveMethods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
-
Constructor Details
-
U2FAccountCheckRegistrationAction
public U2FAccountCheckRegistrationAction()
-
-
Method Details
-
doExecute
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext) - Specified by:
doExecutein classorg.springframework.webflow.action.AbstractAction
-