public interface LoginFormAction extends Action
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getDisplayName()
Get a name that can be displayed for users in a selection list
or similar to switch between different login methods.
|
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.
|
default java.lang.String |
getId()
Get the ID of this login form.
|
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.
|
default java.lang.String getId()
LoginRequest
attribute. Authentication managers should check this id
before determining if they should handle the login request
or not.
Since this is a new method in BASE 3.14 a default
implementation that returns null is provided for backwards
compatibility. If this method returns null, the id from
the extension is used instead.default java.lang.String getDisplayName()
java.lang.String getHelp()
FieldInfo getLoginField()
FieldInfo getPasswordField()
default FieldInfo getExtraField()
boolean rememberLastLogin()