public final class GenerateMultiFactorCredentialsAction
extends org.springframework.webflow.action.AbstractAction
MultiFactorCredentials instance and pass it along
to the subsequent authentication flow. For transitions between authentication sequences and flows,
credentials need to be reconstructed before moving on to the next flow.| Modifier and Type | Field and Description |
|---|---|
protected static String |
ATTRIBUTE_ID_MFA_CREDENTIALS
The constant ATTRIBUTE_ID_MFA_CREDENTIALS
that indicates the
MultiFactorCredentials instance created
and put into the scope. |
| Constructor and Description |
|---|
GenerateMultiFactorCredentialsAction() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
void |
setAuthenticationSupport(net.unicon.cas.addons.authentication.AuthenticationSupport authSupport)
Sets the authentication support.
|
protected static final String ATTRIBUTE_ID_MFA_CREDENTIALS
MultiFactorCredentials instance created
and put into the scope.public GenerateMultiFactorCredentialsAction()
public void setAuthenticationSupport(net.unicon.cas.addons.authentication.AuthenticationSupport authSupport)
authSupport - the new authentication supportprotected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
doExecute in class org.springframework.webflow.action.AbstractActionCopyright © 2013-2015 Unicon Inc.. All Rights Reserved.