public abstract class AbstractNonInteractiveCredentialsAction extends AbstractAuthenticationAction
| Constructor and Description |
|---|
AbstractNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver,
CasWebflowEventResolver serviceTicketRequestWebflowEventResolver,
org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apereo.cas.authentication.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, onWarnpublic AbstractNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.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.AbstractActionjava.lang.Exceptionprotected void onError(org.springframework.webflow.execution.RequestContext requestContext)
AbstractAuthenticationActiononError in class AbstractAuthenticationActionrequestContext - the contextprotected abstract org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
context - the context for this request.