public class CodeAuthTransitionProvider.AuthenticateTransition.ProcessAction extends FormAction
| Constructor and Description |
|---|
ProcessAction(SessionService<A> sess,
FormAuthComposite<A> comp,
A target) |
| Modifier and Type | Method and Description |
|---|---|
FormResult |
action(Form f)
Perform the actual action based on the form parameters.
|
getConfirm, getConfirmMessage, getHelp, getMustValidate, getShortcut, getText, setConfirm, setConfirmArgs, setMustValidate, setNewWindow, wantNewWindowpublic ProcessAction(SessionService<A> sess, FormAuthComposite<A> comp, A target)
comp - public FormResult action(Form f) throws ActionException
FormActionTransitionException to show an error message to the user.
or a ActionException to produce a generic error message.action in class FormActionf - FormActionException