public interface MultiFactorAuthenticationSpringWebflowEventBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
MFA_EVENT_ID_PREFIX
The Constant MFA_EVENT_ID_PREFIX.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.Event |
buildEvent(org.springframework.webflow.execution.RequestContext context)
Builds the MFA event required for the next transition to occur.
|
static final String MFA_EVENT_ID_PREFIX
org.springframework.webflow.execution.Event buildEvent(org.springframework.webflow.execution.RequestContext context)
context - the contextIllegalStateException - if no matching transitions exists
for this particular event. Implementations may want to check the request context
for the validity of the configured event before passing it on.Copyright © 2013-2015 Unicon Inc.. All Rights Reserved.