public abstract class AbstractNonInteractiveCredentialsAction
extends org.springframework.webflow.action.AbstractAction
| Constructor and Description |
|---|
AbstractNonInteractiveCredentialsAction() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Credentials |
constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
Abstract method to implement to construct the credentials from the
request object.
|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
protected boolean |
isRenewPresent(org.springframework.webflow.execution.RequestContext context) |
protected void |
onError(org.springframework.webflow.execution.RequestContext context,
Credentials credentials)
Hook method to allow for additional processing of the response before
returning an error event.
|
protected void |
onSuccess(org.springframework.webflow.execution.RequestContext context,
Credentials credentials)
Hook method to allow for additional processing of the response before
returning a success event.
|
void |
setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService) |
public AbstractNonInteractiveCredentialsAction()
protected final boolean isRenewPresent(org.springframework.webflow.execution.RequestContext context)
protected final org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
doExecute in class org.springframework.webflow.action.AbstractActionpublic final void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
protected void onError(org.springframework.webflow.execution.RequestContext context,
Credentials credentials)
context - the context for this specific request.credentials - the credentials for this request.protected void onSuccess(org.springframework.webflow.execution.RequestContext context,
Credentials credentials)
context - the context for this specific request.credentials - the credentials for this request.protected abstract Credentials constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
context - the context for this request.Copyright © 2004-2012 Jasig. All Rights Reserved.