public class PasswordAuthComposite.PasswordResetRequiredPage extends java.lang.Object implements RequiredPage<T>
AM_REQUIRED_PAGE_ATTR, REQUIRED_PAGE_RETURN_ATTR, REQUIRED_PAGES_ATTR
Constructor and Description |
---|
PasswordResetRequiredPage() |
Modifier and Type | Method and Description |
---|---|
FormResult |
getPage(SessionService<T> user)
What page should be shown
|
boolean |
required(SessionService<T> user)
Does this required page need to be shown now
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNotifyText, notifiable
public boolean required(SessionService<T> user)
RequiredPage
required
in interface RequiredPage<T extends AppUser>
public FormResult getPage(SessionService<T> user)
RequiredPage
getPage
in interface RequiredPage<T extends AppUser>