public interface LoginFormAction extends Action
Modifier and Type | Method and Description |
---|---|
default FieldInfo |
getExtraField()
An optional extra field on the login form.
|
java.lang.String |
getHelp()
Optional help text that is displayed on the login form to aid the
user when logging in.
|
FieldInfo |
getLoginField()
Get attributes for the login field on the form.
|
FieldInfo |
getPasswordField()
Get attributes for the password field on the form.
|
boolean |
rememberLastLogin()
If TRUE, the browser is asked to remember the last login used.
|
java.lang.String getHelp()
FieldInfo getLoginField()
FieldInfo getPasswordField()
default FieldInfo getExtraField()
boolean rememberLastLogin()