public interface LoginFormAction extends Action
Modifier and Type | Method and Description |
---|---|
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.
|
String getHelp()
FieldInfo getLoginField()
FieldInfo getPasswordField()
boolean rememberLastLogin()