public class CodeAuthTransitionProvider.AuthenticateTransition extends AbstractFormTransition<A> implements ExtraContent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CodeAuthTransitionProvider.AuthenticateTransition.ProcessAction |
| Constructor and Description |
|---|
AuthenticateTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildForm(Form f,
A target,
AppContext conn)
Build the transition form.
|
<X extends ContentBuilder> |
getExtraHtml(X cb,
SessionService<?> op,
A target)
Add the extra content to be shown with the transition
|
getResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtraHtmlpublic void buildForm(Form f, A target, AppContext conn) throws TransitionException
BaseFormTransitionbuildForm in interface BaseFormTransition<A extends AppUser>f - Form to be builttarget - target ObjectTransitionExceptionpublic <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, A target)
ExtraContentgetExtraHtml in interface ExtraContent<A extends AppUser>