Package org.apereo.cas.web.flow
Class VerifyPasswordlessAccountAuthenticationAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.VerifyPasswordlessAccountAuthenticationAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class VerifyPasswordlessAccountAuthenticationAction extends org.springframework.webflow.action.AbstractAction- Since:
- 6.1.0
-
-
Constructor Summary
Constructors Constructor Description VerifyPasswordlessAccountAuthenticationAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voidaddErrorMessageToContext(org.springframework.binding.message.MessageContext messageContext, java.lang.String code)Add error message to context.org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)
-
-
-
Method Detail
-
addErrorMessageToContext
protected static void addErrorMessageToContext(org.springframework.binding.message.MessageContext messageContext, java.lang.String code)Add error message to context.- Parameters:
messageContext- the message contextcode- the code
-
doExecute
public org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
- Specified by:
doExecutein classorg.springframework.webflow.action.AbstractAction
-
-