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) |
doExecute, onError, 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 abstract org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
context - the context for this request.