public abstract class AbstractNonInteractiveCredentialsAction extends AbstractAuthenticationAction
Constructor and Description |
---|
AbstractNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver,
CasWebflowEventResolver serviceTicketRequestWebflowEventResolver,
AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy) |
Modifier and Type | Method and Description |
---|---|
protected abstract Credential |
constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
Abstract method to implement to construct the credential from the
request object.
|
protected org.springframework.webflow.execution.Event |
doPreExecute(org.springframework.webflow.execution.RequestContext context) |
protected void |
onError(org.springframework.webflow.execution.RequestContext requestContext)
On error.
|
doExecute, onSuccess, onWarn
public AbstractNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)
protected org.springframework.webflow.execution.Event doPreExecute(org.springframework.webflow.execution.RequestContext context) throws java.lang.Exception
doPreExecute
in class org.springframework.webflow.action.AbstractAction
java.lang.Exception
protected void onError(org.springframework.webflow.execution.RequestContext requestContext)
AbstractAuthenticationAction
onError
in class AbstractAuthenticationAction
requestContext
- the contextprotected abstract Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
context
- the context for this request.