public class TotpCodeAuthComposite.SetToptTransition extends AbstractFormTransition<A> implements ExtraContent<A>
Modifier and Type | Class and Description |
---|---|
class |
TotpCodeAuthComposite.SetToptTransition.setKeyAction |
Constructor and Description |
---|
SetToptTransition(AppUserTransitionProvider prov) |
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
|
java.security.Key |
getKey() |
getResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtraHtml
public SetToptTransition(AppUserTransitionProvider prov)
prov
- public java.security.Key getKey() throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmException
public void buildForm(Form f, A target, AppContext conn) throws TransitionException
BaseFormTransition
buildForm
in interface BaseFormTransition<A extends AppUser>
f
- Form to be builttarget
- target ObjectTransitionException
public <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, A target)
ExtraContent
getExtraHtml
in interface ExtraContent<A extends AppUser>