public abstract class AbstractAuthenticationAction
extends org.springframework.webflow.action.AbstractAction
AbstractAuthenticationAction
.Constructor and Description |
---|
AbstractAuthenticationAction() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext requestContext) |
protected void |
onError(org.springframework.webflow.execution.RequestContext context)
On error.
|
protected void |
onSuccess(org.springframework.webflow.execution.RequestContext context)
On success.
|
protected void |
onWarn(org.springframework.webflow.execution.RequestContext context)
On warn.
|
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
doExecute
in class org.springframework.webflow.action.AbstractAction
protected void onWarn(org.springframework.webflow.execution.RequestContext context)
context
- the contextprotected void onSuccess(org.springframework.webflow.execution.RequestContext context)
context
- the contextprotected void onError(org.springframework.webflow.execution.RequestContext context)
context
- the context