public abstract class AbstractAuthenticationAction
extends org.springframework.webflow.action.AbstractAction
AbstractAuthenticationAction.| Constructor and Description |
|---|
AbstractAuthenticationAction(CasDelegatingWebflowEventResolver delegatingWebflowEventResolver,
CasWebflowEventResolver webflowEventResolver,
org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy) |
| 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.
|
public AbstractAuthenticationAction(CasDelegatingWebflowEventResolver delegatingWebflowEventResolver, CasWebflowEventResolver webflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
throws java.lang.Exception
doExecute in class org.springframework.webflow.action.AbstractActionjava.lang.Exceptionprotected 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